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

/frameworks/base/libs/hwui/
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

Completed in 26 milliseconds