MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / PaintDrawStructs

Function PaintDrawStructs

src/openrct2/paint/Paint.cpp:739–747  ·  view source on GitHub ↗

* * rct2: 0x00688485 */

Source from the content-addressed store, hash-verified

737 * rct2: 0x00688485
738 */
739void PaintDrawStructs(PaintSession& session)
740{
741 PROFILED_FUNCTION();
742
743 for (PaintStruct* ps = session.PaintHead; ps != nullptr; ps = ps->NextQuadrantEntry)
744 {
745 PaintDrawStruct(session, ps);
746 }
747}
748
749static void PaintPSImageWithBoundingBoxes(PaintSession& session, PaintStruct* ps, ImageId imageId, int32_t x, int32_t y)
750{

Callers 2

ViewportPaintColumnFunction · 0.85
DrawTrackPieceHelperMethod · 0.85

Calls 1

PaintDrawStructFunction · 0.85

Tested by

no test coverage detected