Searched refs:PathApproximationInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 40 struct PathApproximationInfo { struct 41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) in PathApproximationInfo() function 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() 825 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY, in tessellatePoints() 904 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold); in approximatePathOutlineVertices() 943 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices) { in approximatePathOutlineVertices() 1034 static inline float getThreshold(const PathApproximationInfo& info, float dx, float dy) { in getThreshold() 1043 const PathApproximationInfo& approximationInfo, in recursiveCubicBezierVertices() 1088 const PathApproximationInfo& approximationInfo, in recursiveQuadraticBezierVertices()
|