Home | History | Annotate | Download | only in hwui

Lines Matching defs:outPath

80 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd,
83 *outPath = inPath;
86 outPath->reset();
97 measure.getSegment(start, len, outPath, true);
99 measure.getSegment(0, end, outPath, true);
102 measure.getSegment(start, end, outPath, true);
111 SkPath *outPath;
116 outPath = tempStagingPath;
122 outPath = &mTrimmedSkPath;
124 outPath = &mSkPath;
132 outPath->setFillType(ft);
134 return *outPath;