Home | History | Annotate | Download | only in core

Lines Matching full:dstrect

73                                  const SkIRect& dstRect,
91 SkRect::Make(dstRect), localMatrix);
96 const SkIRect& dstRect,
117 SkRect::Make(dstRect), localMatrix);
131 SkIRect dstRect = SkIRect::MakeWH(srcRect.width(), srcRect.height());
133 convolve_gaussian_1d(renderTargetContext, clip, dstRect, srcOffset,
144 topRect = SkIRect::MakeLTRB(0, 0, dstRect.right(), midRect.top());
145 bottomRect = SkIRect::MakeLTRB(0, midRect.bottom(), dstRect.right(), dstRect.bottom());
149 SkIRect::MakeLTRB(midRect.right(), midRect.top(), dstRect.width(), midRect.bottom());
150 dstRect.fTop = midRect.top();
151 dstRect.fBottom = midRect.bottom();
155 topRect = SkIRect::MakeLTRB(0, 0, midRect.left(), dstRect.bottom());
156 bottomRect = SkIRect::MakeLTRB(midRect.right(), 0, dstRect.right(), dstRect.bottom());
160 SkIRect::MakeLTRB(midRect.left(), midRect.bottom(), midRect.right(), dstRect.height());
161 dstRect.fLeft = midRect.left();
162 dstRect.fRight = midRect.right();
174 convolve_gaussian_1d(renderTargetContext, clip, dstRect, srcOffset,
271 SkIRect dstRect(srcRect);
272 shrink_irect_by_2(&dstRect, i < scaleFactorX, i < scaleFactorY);
276 SkTMin(dstRect.fRight, width),
277 SkTMin(dstRect.fBottom, height),
305 SkRect::Make(dstRect), SkRect::Make(srcRect));
311 srcRect = dstRect;
393 SkIRect dstRect(srcRect);
394 scale_irect(&dstRect, scaleFactorX, scaleFactorY);
397 fit, SkTMin(dstRect.width(), width),
398 SkTMin(dstRect.height(), height),
423 SkRect::Make(dstRect), SkRect::Make(srcRect));
429 srcRect = dstRect;