20 uint32_t *top_framebuffer;
21 uint32_t *bottom_framebuffer;
26 CTR_GFX_SCREEN_TOP, CTR_GFX_SCREEN_BOTTOM
29 void ctr_gfx_initialize(
ctr_gfx_context *aContext,
void *aTopFB,
void *aBottomFB);
31 uint32_t ctr_gfx_get_pixel(ctr_gfx_screen aScreen,
size_t x,
size_t y);
32 void ctr_gfx_set_pixel(ctr_gfx_screen aScreen,
size_t x,
size_t y, uint32_t aPixel);
33 void ctr_gfx_draw_line(ctr_gfx_screen aScreen,
size_t x1,
size_t y1,
size_t x2,
size_t y2, uint32_t aPixel);