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