Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics.c145 uint32_t* dst_p, int dst_row_pixels, in text_blend() argument
152 for (int i = 0; i < width; ++i, incr_x(&px, dst_row_pixels)) { in text_blend()
158 incr_y(&dst_p, dst_row_pixels); in text_blend()