Lines Matching refs:clipPath
766 SkPath clipPath;
771 element->asPath(&clipPath);
772 fillInverted = clipPath.isInverseFillType();
774 clipPath.toggleInverseFillType();
776 pr = this->getContext()->getPathRenderer(clipPath,
817 if (!clipPath.isEmpty()) {
820 pr->drawPath(clipPath, stroke, fGpu, false);
822 pr->stencilPath(clipPath, stroke, fGpu);
839 pr->drawPath(clipPath, stroke, fGpu, false);
1084 SkPath clipPath;
1085 element->asPath(&clipPath);
1086 clipPath.toggleInverseFillType();
1087 helper.draw(clipPath, stroke, SkRegion::kReplace_Op, element->isAA(), 0x00);