Lines Matching defs:path
128 SkPath path;
129 region.getBoundaryPath(&path);
130 path.setIsVolatile(true);
131 return this->drawPath(path, paint, true);
143 SkPath path;
145 SkPathPriv::CreateDrawArcPath(&path, oval, startAngle, sweepAngle, useCenter,
147 this->drawPath(path, paint);
152 SkPath path;
153 path.addRRect(outer);
154 path.addRRect(inner);
155 path.setFillType(SkPathFillType::kEvenOdd);
156 path.setIsVolatile(true);
158 this->drawPath(path, paint, true);
181 // TODO: support this fast-path for GPU images
539 void SkNoPixelsDevice::onClipPath(const SkPath& path, SkClipOp op, bool aa) {
540 // Toggle op if the path is inverse filled
541 if (path.isInverseFillType()) {
544 this->writableClip().op(op, this->localToDevice44(), path.getBounds(),