Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A 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()
/aosp14/frameworks/base/libs/hwui/jni/
H A 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()
/aosp14/frameworks/base/libs/hwui/utils/
H A 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()
H A DVectorDrawableUtils.h29 class VectorDrawableUtils {
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp51 VectorDrawableUtils::interpolatePaths(out, from, to, fraction); in evaluate()
H A DPathParser.cpp301 VectorDrawableUtils::verbsToPath(skPath, pathData); in parseAsciiStringForSkPath()
H A DVectorDrawable.cpp63 VectorDrawableUtils::verbsToPath(tempStagingPath, mStagingProperties.getData()); in getUpdatedPath()
68 VectorDrawableUtils::verbsToPath(&mSkPath, mProperties.getData()); in getUpdatedPath()
H A DAndroid.bp539 "utils/VectorDrawableUtils.cpp",