Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/minui/
H A Dgraphics.cpp97 static void incr_x(uint32_t** p, int row_pixels) { in incr_x() argument
99 *p = *p - row_pixels; in incr_x()
101 *p = *p + row_pixels; in incr_x()
110 static void incr_y(uint32_t** p, int row_pixels) { in incr_y() argument
116 *p = *p - row_pixels; in incr_y()
118 *p = *p + row_pixels; in incr_y()
246 uint32_t* p = PixelAt(gr_draw, x1, y1, row_pixels); in gr_fill()
253 incr_x(&px, row_pixels); in gr_fill()
255 incr_y(&p, row_pixels); in gr_fill()
285 incr_x(&dst_px, row_pixels); in gr_blit()
[all …]