Searched refs:approximationInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 122 const PathApproximationInfo& approximationInfo, 131 const PathApproximationInfo& approximationInfo, 141 const PathApproximationInfo& approximationInfo,
|
D | PathTessellator.cpp | 705 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY, in tessellatePath() local 708 approximatePathOutlineVertices(path, forceClose, approximationInfo, tempVertices); in tessellatePath() 785 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY, in tessellatePoints() local 787 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices); in tessellatePoints() 864 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold); in approximatePathOutlineVertices() local 865 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices); in approximatePathOutlineVertices() 904 const PathApproximationInfo& approximationInfo, in approximatePathOutlineVertices() argument 933 pts[1].x(), pts[1].y(), approximationInfo, in approximatePathOutlineVertices() 942 approximationInfo, outputVertices); in approximatePathOutlineVertices() 951 pts, iter.conicWeight(), approximationInfo.thresholdForConicQuads); in approximatePathOutlineVertices() [all …]
|