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

/frameworks/base/libs/hwui/
H A DPathTessellator.h115 static bool approximatePathOutlineVertices(const SkPath &path, float threshold,
119 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
H A DPathTessellator.cpp746 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
827 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices);
902 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, float threshold, function in class:android::uirenderer::PathTessellator
905 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices);
942 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, function in class:android::uirenderer::PathTessellator
H A DTessellationCache.cpp216 PathTessellator::approximatePathOutlineVertices(*casterPerimeter,

Completed in 124 milliseconds