Home | History | Annotate | Download | only in gpu

Lines Matching refs:clipPath

641             SkTCopyOnFirstWrite<SkPath> clipPath;
647 clipPath.init(element->getPath());
648 fillInverted = clipPath->isInverseFillType();
650 clipPath.writable()->toggleInverseFillType();
652 pr = this->getContext()->getPathRenderer(*clipPath,
694 if (!clipPath->isEmpty()) {
697 pr->drawPath(*clipPath, stroke, fGpu, false);
699 pr->stencilPath(*clipPath, stroke, fGpu);
717 pr->drawPath(*clipPath, stroke, fGpu, false);
978 SkPath clipPath = element->getPath();
979 clipPath.toggleInverseFillType();
980 helper.draw(clipPath, stroke,