Searched refs:VectorDrawableUtils (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | VectorDrawableTests.cpp | 282 TEST(VectorDrawableUtils, createSkPathFromPathData) { in TEST() argument 287 VectorDrawableUtils::verbsToPath(&actualPath, testData.pathData); in TEST() 315 TEST(VectorDrawableUtils, morphPathData) { in TEST() argument 318 bool canMorph = VectorDrawableUtils::canMorph(fromData.pathData, toData.pathData); in TEST() 329 TEST(VectorDrawableUtils, interpolatePathData) { in TEST() argument 334 bool success = VectorDrawableUtils::interpolatePathData(&outData, fromData.pathData, in TEST() 352 bool success = VectorDrawableUtils::interpolatePathData(&outData, fromPathData, in TEST()
|
/frameworks/base/libs/hwui/jni/ |
D | android_util_PathParser.cpp | 73 return VectorDrawableUtils::interpolatePathData(outPathData, *fromPathData, in interpolatePathData() 85 return VectorDrawableUtils::canMorph(*fromPathData, *toPathData); in canMorphPathData() 97 VectorDrawableUtils::verbsToPath(skPath, *pathData); in setSkPathFromPathData()
|
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.h | 29 class VectorDrawableUtils {
|
D | VectorDrawableUtils.cpp | 39 bool VectorDrawableUtils::canMorph(const PathData& morphFrom, const PathData& morphTo) { in canMorph() 53 bool VectorDrawableUtils::interpolatePathData(PathData* outData, const PathData& morphFrom, in interpolatePathData() 65 void VectorDrawableUtils::verbsToPath(SkPath* outPath, const PathData& data) { in verbsToPath() 88 void VectorDrawableUtils::interpolatePaths(PathData* outData, const PathData& from, in interpolatePaths()
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesHolder.cpp | 51 VectorDrawableUtils::interpolatePaths(out, from, to, fraction); in evaluate()
|
D | PathParser.cpp | 301 VectorDrawableUtils::verbsToPath(skPath, pathData); in parseAsciiStringForSkPath()
|
D | VectorDrawable.cpp | 59 VectorDrawableUtils::verbsToPath(tempStagingPath, mStagingProperties.getData()); in getUpdatedPath() 64 VectorDrawableUtils::verbsToPath(&mSkPath, mProperties.getData()); in getUpdatedPath()
|
D | Android.bp | 575 "utils/VectorDrawableUtils.cpp",
|