Searched refs:approximationInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 120 const PathApproximationInfo& approximationInfo, std::vector<Vertex> &outputVertices); 130 const PathApproximationInfo& approximationInfo, 142 const PathApproximationInfo& approximationInfo,
|
D | PathTessellator.cpp | 744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY, in tessellatePath() local 747 approximationInfo, tempVertices); in tessellatePath() 825 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY, in tessellatePoints() local 827 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices); in tessellatePoints() 904 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold); in approximatePathOutlineVertices() local 905 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices); in approximatePathOutlineVertices() 943 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices) { in approximatePathOutlineVertices() argument 974 approximationInfo, outputVertices); in approximatePathOutlineVertices() 985 approximationInfo, outputVertices); in approximatePathOutlineVertices() 994 approximationInfo.thresholdForConicQuads); in approximatePathOutlineVertices() [all …]
|