Searched refs:pixel_at (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | graphics.c | 125 static uint32_t* pixel_at(GRSurface* surf, int x, int y, int row_pixels) in pixel_at() function 193 uint32_t* dst_p = pixel_at(gr_draw, x, y, row_pixels); in gr_text() 218 uint32_t* dst_p = pixel_at(gr_draw, x, y, row_pixels); in gr_texticon() 269 uint32_t* p = pixel_at(gr_draw, x1, y1, row_pixels); in gr_fill() 304 uint32_t* dst_py = pixel_at(gr_draw, dx, dy, row_pixels); in gr_blit()
|