MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / DrawRects

Function DrawRects

deps/SDL2/test/testintersections.c:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static void
155DrawRects(SDL_Renderer * renderer)
156{
157 SDL_SetRenderDrawColor(renderer, 255, 127, 0, 255);
158 SDL_RenderFillRects(renderer, rects, num_rects);
159}
160
161static void
162DrawRectLineIntersections(SDL_Renderer * renderer)

Callers 1

loopFunction · 0.70

Calls 2

SDL_SetRenderDrawColorFunction · 0.85
SDL_RenderFillRectsFunction · 0.85

Tested by

no test coverage detected