Lines Matching refs:by
4 * Use of this source code is governed by a BSD-style license that can be
181 for (int by = 0; by < bh; ++by) {
184 int devy = by + srcRect.fTop;
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));
211 for (int by = 0; by < bh; ++by) {
214 int devy = by + srcRect.fTop;
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);