Lines Matching refs:clipPath
647 SkTCopyOnFirstWrite<SkPath> clipPath;
653 clipPath.init(element->getPath());
654 fillInverted = clipPath->isInverseFillType();
656 clipPath.writable()->toggleInverseFillType();
658 pr = this->getContext()->getPathRenderer(*clipPath,
700 if (!clipPath->isEmpty()) {
703 pr->drawPath(*clipPath, stroke, fGpu, false);
705 pr->stencilPath(*clipPath, stroke, fGpu);
723 pr->drawPath(*clipPath, stroke, fGpu, false);
984 SkPath clipPath = element->getPath();
985 clipPath.toggleInverseFillType();
986 helper.draw(clipPath, stroke,