Lines Matching refs:dstClip
268 * original src rect. 'dstClip' should be null when there is no additional clipping.
271 const SkRect* origDstRect, const SkPoint dstClip[4],
295 // Both src and dst have gotten smaller. If dstClip is provided, confirm it is still
297 if (dstClip) {
299 if (!dst.contains(dstClip[i].fX, dstClip[i].fY)) {
347 const SkPoint dstClip[4],
374 if (dstClip) {
375 // Get source coords corresponding to dstClip
377 GrMapRectPoints(dstRect, srcRect, dstClip, srcQuad, 4);
388 dstClip,
421 const SkPoint dstClip[4],
447 dstClip,
536 if (dstClip) {
541 GrMapRectPoints(dst, src, dstClip, srcClipPoints, 4);
544 sdc->fillQuadWithEdgeAA(clip, std::move(grPaint), aa, aaFlags, ctm, dstClip, srcClip);
555 if (dstClip) {
556 // Represent it as an SkPath formed from the dstClip
558 path.addPoly(dstClip, 4, true);
754 const SkPoint dstClip[4],
765 srcRect, dstRect, dstClip, &src, &dst, &srcToDst);
847 dstClip,