Searched refs:dstIRect (Results 1 – 2 of 2) sorted by relevance
120 const SkIRect dstIRect = skif::RoundOut(dstRect); in onFilterImage() local121 if (!fSrcRect.width() || !fSrcRect.height() || !dstIRect.width() || !dstIRect.height()) { in onFilterImage()164 sk_sp<SkSpecialSurface> surf(ctx.makeSurface(dstIRect.size())); in onFilterImage()178 offset->fX = dstIRect.fLeft; in onFilterImage()179 offset->fY = dstIRect.fTop; in onFilterImage()
613 SkIRect dstIRect = SkIRect::MakeWH(bounds.width(), bounds.height()); in DrawWithFP() local615 sfc->fillRectToRectWithFP(srcRect, dstIRect, std::move(fp)); in DrawWithFP()618 dstIRect, in DrawWithFP()