Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp253 uint32_t* src_py = reinterpret_cast<uint32_t*>(source->data) + sy * source->row_bytes / 4 + sx; in gr_blit() local
257 uint32_t* src_px = src_py; in gr_blit()
263 src_py += src_row_pixels; in gr_blit()