Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp283 uint32_t* dst_px = dst_py; in gr_blit() local
285 *dst_px = *src_px++; in gr_blit()
286 incr_x(&dst_px, row_pixels); in gr_blit()