Lines Matching refs:fBounds
931 if (srcM.fBounds.isEmpty()) {
946 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
1207 mask.fBounds.set(ix, iy, ix + bitmap.width(), iy + bitmap.height());
1220 r.round(&mask.fBounds);
1228 if (!mask.fBounds.intersect(devBounds)) {
1234 mask.fRowBytes = SkAlign4(mask.fBounds.width());
1249 device.setConfig(SkBitmap::kA8_Config, mask.fBounds.width(),
1250 mask.fBounds.height(), mask.fRowBytes);
1255 c.translate(-SkIntToScalar(mask.fBounds.fLeft),
1256 -SkIntToScalar(mask.fBounds.fTop));
1515 SkIRect* bounds = &mask.fBounds;
1517 mask.fBounds.set(left, top, right, bottom);
1522 if (!storage.intersectNoEmptyCheck(mask.fBounds, state.fClipBounds))
1555 mask.fBounds.set(left, top, left + glyph.fWidth, top + glyph.fHeight);
1556 SkRegion::Cliperator clipper(*state.fClip, mask.fBounds);
1590 mask.fBounds.set(left, top, left + glyph.fWidth, top + glyph.fHeight);
1591 SkRegion::Cliperator clipper(*state.fClip, mask.fBounds);
1691 mask.fBounds.width(), mask.fBounds.height(), mask.fRowBytes);
1694 fDraw->drawSprite(bm, mask.fBounds.x(), mask.fBounds.y(), *fPaint);
2824 srcM.fBounds = *bounds;
2861 bm.setConfig(SkBitmap::kA8_Config, mask.fBounds.width(), mask.fBounds.height(), mask.fRowBytes);
2864 clip.setRect(SkIRect::MakeWH(mask.fBounds.width(), mask.fBounds.height()));
2865 matrix.setTranslate(-SkIntToScalar(mask.fBounds.fLeft),
2866 -SkIntToScalar(mask.fBounds.fTop));
2883 if (!compute_bounds(devPath, clipBounds, filter, filterMatrix, &mask->fBounds))
2889 mask->fRowBytes = mask->fBounds.width();