Lines Matching defs:clip

263     // Regions don't actually need AA, but in DMSAA mode every clip element is antialiased.
331 fSurfaceDrawContext->drawPaint(this->clip(), std::move(grPaint), this->localToDevice());
358 fSurfaceDrawContext->drawPath(this->clip(), std::move(grPaint), aa, this->localToDevice(),
405 fSurfaceDrawContext->drawVertices(this->clip(), std::move(grPaint), *matrixProvider,
422 this->clip(), paint, this->asMatrixProvider(), shape);
432 fSurfaceDrawContext->drawRect(this->clip(), std::move(grPaint),
438 const SkPoint clip[4],
455 if (clip) {
457 fSurfaceDrawContext->fillQuadWithEdgeAA(this->clip(), std::move(grPaint), GrAA::kYes, grAA,
458 this->localToDevice(), clip, nullptr);
461 fSurfaceDrawContext->fillRectWithEdgeAA(this->clip(), std::move(grPaint), GrAA::kYes, grAA,
486 this->clip(), paint, this->asMatrixProvider(), shape);
498 fSurfaceDrawContext->drawRRect(this->clip(), std::move(grPaint),
529 fSurfaceDrawContext->drawRRect(this->clip(), std::move(grPaint),
546 GrBlurUtils::drawShapeWithMaskFilter(fContext.get(), fSurfaceDrawContext.get(), this->clip(),
568 fSurfaceDrawContext->drawRegion(this->clip(), std::move(grPaint),
589 fSurfaceDrawContext->drawOval(this->clip(), std::move(grPaint),
611 fSurfaceDrawContext->drawArc(this->clip(), std::move(grPaint),
633 fSurfaceDrawContext->drawPath(this->clip(), std::move(grPaint),
642 GrBlurUtils::drawShapeWithMaskFilter(fContext.get(), fSurfaceDrawContext.get(), this->clip(),
789 fSurfaceDrawContext->drawImageLattice(this->clip(), std::move(grPaint), this->localToDevice(),
824 fSurfaceDrawContext->drawVertices(this->clip(),
843 if (!fSurfaceDrawContext->drawFastShadow(this->clip(), this->localToDevice(), path, rec)) {
873 fSurfaceDrawContext->drawAtlas(this->clip(), std::move(grPaint), this->localToDevice(), count,
885 this->clip(), this->asMatrixProvider(), glyphRunList, paint);