Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp705 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY, in tessellatePath() local
785 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY, in tessellatePoints() local
864 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold); in approximatePathOutlineVertices() local
904 const PathApproximationInfo& approximationInfo, in approximatePathOutlineVertices()
1003 const PathApproximationInfo& approximationInfo, in recursiveCubicBezierVertices()
1041 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices, in recursiveQuadraticBezierVertices()