Searched refs:px (Results 1 – 2 of 2) sorted by relevance
122 uint32_t* px = dst_p; in text_blend() local123 for (int i = 0; i < width; ++i, incr_x(&px, dst_row_pixels)) { in text_blend()126 *px = pixel_blend(a, *px); in text_blend()202 uint32_t* px = reinterpret_cast<uint32_t*>(gr_draw->data); in gr_clear() local206 *px++ = gr_current; in gr_clear()208 px += row_diff; in gr_clear()227 uint32_t* px = p; in gr_fill() local229 *px = pixel_blend(alpha, *px); in gr_fill()230 incr_x(&px, row_pixels); in gr_fill()
12 Currently, the image width is 1200px for xxxhdpi, 900px for xxhdpi and13 480px for xhdpi/hdpi/mdpi.