Lines Matching refs:bx
182 for (int bx = 0; bx < bw; ++bx) {
183 int devx = bx + srcRect.fLeft;
185 const uint8_t* alpha = bitmap.getAddr8(bx, by);
195 bx, by, surfaceAlpha, *alpha);
200 uint32_t origDstAlpha = SkGetPackedA32(get_dst_bmp_init_color(bx, by, bw));
212 for (int bx = 0; bx < bw; ++bx) {
213 int devx = bx + srcRect.fLeft;
216 const uint32_t* pixel = bitmap.getAddr32(bx, by);
233 bx, by, surfacePMColor, pmPixel, didPremul);
238 uint32_t origDstPixel = get_dst_bmp_init_color(bx, by, bw);