Home
last modified time | relevance | path

Searched refs:VectorDrawableUtils (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp282 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/
Dandroid_util_PathParser.cpp73 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/
DVectorDrawableUtils.h29 class VectorDrawableUtils {
DVectorDrawableUtils.cpp39 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/
DPropertyValuesHolder.cpp51 VectorDrawableUtils::interpolatePaths(out, from, to, fraction); in evaluate()
DPathParser.cpp301 VectorDrawableUtils::verbsToPath(skPath, pathData); in parseAsciiStringForSkPath()
DVectorDrawable.cpp59 VectorDrawableUtils::verbsToPath(tempStagingPath, mStagingProperties.getData()); in getUpdatedPath()
64 VectorDrawableUtils::verbsToPath(&mSkPath, mProperties.getData()); in getUpdatedPath()
DAndroid.bp575 "utils/VectorDrawableUtils.cpp",