Home
last modified time | relevance | path

Searched refs:approximatePathOutlineVertices (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.h117 static bool approximatePathOutlineVertices(const SkPath& path, float threshold,
121 static bool approximatePathOutlineVertices(const SkPath& path, bool forceClose,
DPathTessellator.cpp708 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
DTessellationCache.cpp207 PathTessellator::approximatePathOutlineVertices(*casterPerimeter, casterRefinementThreshold, in tessellateShadows()