Searched defs:approximationInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY,
747 approximationInfo, tempVertices);
825 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY,
827 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices);
904 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold);
905 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices);
943 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices) {
974 approximationInfo, outputVertices);
985 approximationInfo, outputVertices);
994 approximationInfo
942 approximatePathOutlineVertices(const SkPath& path, bool forceClose, const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices) argument
1048 recursiveCubicBezierVertices( float p1x, float p1y, float c1x, float c1y, float p2x, float p2y, float c2x, float c2y, const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices, int depth) argument
1092 recursiveQuadraticBezierVertices( float ax, float ay, float bx, float by, float cx, float cy, const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices, int depth) argument
[all...]

Completed in 2388 milliseconds