Searched refs:applyTrim (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 81 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() function 115 applyTrim(tempStagingPath, inPath, mStagingProperties.getTrimPathStart(), in getUpdatedPath() 121 applyTrim(&mTrimmedSkPath, mSkPath, mProperties.getTrimPathStart(), in getUpdatedPath()
|