Home | History | Annotate | Download | only in pdf

Lines Matching full:origpath

807 void SkPDFDevice::drawPath(const SkPath& origPath,
812 this->cs(), this->ctm(), origPath, srcPaint, prePathMatrix, pathIsMutable);
817 const SkPath& origPath,
821 SkPath path(origPath);
889 const SkPath& origPath,
897 SkPath* pathPtr = const_cast<SkPath*>(&origPath);
900 this->internalDrawPathWithFilter(clipStack, ctm, origPath, paint, prePathMatrix);
911 origPath.transform(*prePathMatrix, pathPtr);
922 modifiedPath = origPath;
940 modifiedPath = origPath;
1801 bool SkPDFDevice::handleInversePath(const SkPath& origPath,
1804 if (!origPath.isInverseFillType()) {
1813 SkPath* pathPtr = const_cast<SkPath*>(&origPath);
1819 bool doFillPath = paint.getFillPath(origPath, &modifiedPath);