Searched refs:px (Results 1 – 2 of 2) sorted by relevance
147 uint32_t* px = dst_p; in TextBlend() local148 for (int i = 0; i < width; ++i, incr_x(&px, dst_row_pixels)) { in TextBlend()151 *px = pixel_blend(a, *px); in TextBlend()226 uint32_t* px = reinterpret_cast<uint32_t*>(gr_draw->data()); in gr_clear() local230 *px++ = gr_current; in gr_clear()232 px += row_diff; in gr_clear()251 uint32_t* px = p; in gr_fill() local253 *px = pixel_blend(alpha, *px); in gr_fill()254 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.