Lines Matching refs:outPath
81 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() argument
84 *outPath = inPath; in applyTrim()
87 outPath->reset(); in applyTrim()
98 measure.getSegment(start, len, outPath, true); in applyTrim()
100 measure.getSegment(0, end, outPath, true); in applyTrim()
103 measure.getSegment(start, end, outPath, true); in applyTrim()
112 SkPath* outPath; in getUpdatedPath() local
117 outPath = tempStagingPath; in getUpdatedPath()
123 outPath = &mTrimmedSkPath; in getUpdatedPath()
125 outPath = &mSkPath; in getUpdatedPath()
133 outPath->setFillType(ft); in getUpdatedPath()
135 return *outPath; in getUpdatedPath()