Searched refs:approximatePathOutlineVertices (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 115 static bool approximatePathOutlineVertices(const SkPath &path, float threshold, 119 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
|
D | PathTessellator.cpp | 746 bool wasClosed = approximatePathOutlineVertices(path, forceClose, in tessellatePath() 827 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices); in tessellatePoints() 902 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, float threshold, in approximatePathOutlineVertices() function in android::uirenderer::PathTessellator 905 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices); in approximatePathOutlineVertices() 942 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, in approximatePathOutlineVertices() function in android::uirenderer::PathTessellator
|
D | TessellationCache.cpp | 217 PathTessellator::approximatePathOutlineVertices(*casterPerimeter, in tessellateShadows()
|