Home
last modified time | relevance | path

Searched refs:boundBoxLengthY (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/test/testpaint/
H A DPaintIntercept.cpp127 …uint32_t imageID, int8_t xOffset, int8_t yOffset, int16_t boundBoxLengthX, int16_t boundBoxLengthY, in Paint6C() argument
134 call->paint.bound_box_length = { boundBoxLengthX, boundBoxLengthY, boundBoxLengthZ }; in Paint6C()
144 …uint32_t imageID, int8_t xOffset, int8_t yOffset, int16_t boundBoxLengthX, int16_t boundBoxLengthY, in PaintFull() argument
152 call->paint.bound_box_length = { boundBoxLengthX, boundBoxLengthY, boundBoxLengthZ }; in PaintFull()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/
H A DSupports.cpp855 int16_t boundBoxLengthY = _97B062[ebp].y; in metal_a_supports_paint_setup() local
859 …AsParent(session, image_id, { xOffset, yOffset, height }, { boundBoxLengthX, boundBoxLengthY, 1 }); in metal_a_supports_paint_setup()