d_picture_box mostly matching for GZLE01 (#1125)

* initial progress

* more progress

* more progress

* d_picture_box mostly matching for GZLE01

Unable to resolve the regswap in dJle_Pb_c::draw()

* reverted some changes to member names

* filled missing enum value

* PR changes made

* renamed some fields
This commit is contained in:
Mattias Blum
2026-07-18 17:37:31 -04:00
committed by GitHub
parent c1513e97e5
commit db61d31022
8 changed files with 2261 additions and 93 deletions
+2 -1
View File
@@ -54,8 +54,9 @@ public:
virtual void move(f32 x, f32 y);
virtual void add(f32 x, f32 y);
// fakematch, this getter doesn't exist
// fakematch, these getters don't exist
f32 resize__getMinX() const { return mBounds.i.x; }
f32 resize__getMinY() const { return mBounds.i.y; }
virtual void resize(f32 w, f32 h) {
f32 x = resize__getMinX();
x += w;