Searched refs:PixelAt (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 124 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt() function 182 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_text() 206 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_texticon() 247 uint32_t* p = PixelAt(gr_draw, x1, y1, row_pixels); in gr_fill() 279 uint32_t* dst_py = PixelAt(gr_draw, dx, dy, row_pixels); in gr_blit()
|