Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h115 static bool approximatePathOutlineVertices(const SkPath &path, float threshold,
119 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
DPathTessellator.cpp746 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
DTessellationCache.cpp217 PathTessellator::approximatePathOutlineVertices(*casterPerimeter, in tessellateShadows()