Lines Matching refs:srcRect
96 const SkIRect& srcRect,
106 const SkIRect& srcRect,
153 * Rescales the contents of srcRect. The gamma in which the rescaling occurs is controlled by
156 * different size than srcRect. Though, it could be relaxed to allow non-scaling color
161 SkIRect srcRect,
171 SkIRect srcRect,
176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) {
177 return this->copy(std::move(src), srcRect, dstPoint) != nullptr;
214 const SkIRect& srcRect,
230 * @param dstPoint the origin of the 'srcRect' in the destination coordinate space
234 * Note: Notionally, 'srcRect' is clipped to 'src's extent with 'dstPoint' being adjusted.
235 * Then the 'srcRect' offset by 'dstPoint' is clipped against the dst's extent.
240 sk_sp<GrRenderTask> copy(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, SkIPoint dstPoint);