Searched refs:outPathData (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_PathParser.cpp72 PathData* outPathData = reinterpret_cast<PathData*>(outPathDataPtr); local
75 return VectorDrawableUtils::interpolatePathData(outPathData, *fromPathData,
92 PathData* outPathData = reinterpret_cast<PathData*>(outPathDataPtr); local
93 *outPathData = *fromPathData;
/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.h35 static void interpolatePaths(PathData* outPathData, const PathData& from, const PathData& to,

Completed in 582 milliseconds