Home
last modified time | relevance | path

Searched refs:PixelAt (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp167 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt() function
225 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_text()
249 uint32_t* dst_p = PixelAt(gr_draw, x, y, row_pixels); in gr_texticon()
292 uint32_t* p = PixelAt(gr_draw, x1, y1, row_pixels); in gr_fill()
324 uint32_t* dst_py = PixelAt(gr_draw, dx, dy, row_pixels); in gr_blit()