Searched refs:px (Results 1 – 2 of 2) sorted by relevance
146 uint32_t* px = dst_p; in TextBlend() local147 for (int i = 0; i < width; ++i, incr_x(&px, dst_row_pixels)) { in TextBlend()150 *px = pixel_blend(a, *px); in TextBlend()225 uint32_t* px = reinterpret_cast<uint32_t*>(gr_draw->data()); in gr_clear() local229 *px++ = gr_current; in gr_clear()231 px += row_diff; in gr_clear()250 uint32_t* px = p; in gr_fill() local252 *px = pixel_blend(alpha, *px); in gr_fill()253 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.