MCPcopy Create free account
hub / github.com/defold/defold / FillArea

Function FillArea

engine/profiler/src/profiler_render.cpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 }
452
453 static void FillArea(dmRender::HRenderContext render_context, const Area& a, const Vector4& col)
454 {
455 dmRender::Square2d(render_context, a.p.x, a.p.y, a.p.x + a.s.w, a.p.y + a.s.h, col);
456 }
457
458 struct ThreadSortTimePred
459 {

Callers 1

DrawFunction · 0.85

Calls 1

Square2dFunction · 0.85

Tested by

no test coverage detected