Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY, in tessellatePath() local
825 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY, in tessellatePoints() local
904 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold); in approximatePathOutlineVertices() local
943 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices) { in approximatePathOutlineVertices()
1043 const PathApproximationInfo& approximationInfo, in recursiveCubicBezierVertices()
1088 const PathApproximationInfo& approximationInfo, in recursiveQuadraticBezierVertices()