Searched refs:approximatePathOutlineVertices (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 117 static bool approximatePathOutlineVertices(const SkPath& path, float threshold, 121 static bool approximatePathOutlineVertices(const SkPath& path, bool forceClose,
|
D | PathTessellator.cpp | 708 approximatePathOutlineVertices(path, forceClose, approximationInfo, tempVertices); in tessellatePath() 787 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices); in tessellatePoints() 862 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, float threshold, in approximatePathOutlineVertices() function in android::uirenderer::PathTessellator 865 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices); in approximatePathOutlineVertices() 903 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, in approximatePathOutlineVertices() function in android::uirenderer::PathTessellator
|
D | TessellationCache.cpp | 207 PathTessellator::approximatePathOutlineVertices(*casterPerimeter, casterRefinementThreshold, in tessellateShadows()
|