Home
last modified time | relevance | path

Searched refs:PathApproximationInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.h40 struct PathApproximationInfo { struct
41 PathApproximationInfo(float invScaleX, float invScaleY, float pixelThreshold) in PathApproximationInfo() argument
122 const PathApproximationInfo& approximationInfo,
131 const PathApproximationInfo& approximationInfo,
141 const PathApproximationInfo& approximationInfo,
DPathTessellator.cpp705 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY, in tessellatePath()
785 PathApproximationInfo approximationInfo(paintInfo.inverseScaleX, paintInfo.inverseScaleY, in tessellatePoints()
864 PathApproximationInfo approximationInfo(1.0f, 1.0f, threshold); in approximatePathOutlineVertices()
904 const PathApproximationInfo& approximationInfo, in approximatePathOutlineVertices()
995 static inline float getThreshold(const PathApproximationInfo& info, float dx, float dy) { in getThreshold()
1003 const PathApproximationInfo& approximationInfo, in recursiveCubicBezierVertices()
1041 const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices, in recursiveQuadraticBezierVertices()