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

/frameworks/base/libs/hwui/
H A DPathTessellator.h117 static bool approximatePathOutlineVertices(const SkPath& path, float threshold,
121 static bool approximatePathOutlineVertices(const SkPath& path, bool forceClose,
H A DPathTessellator.cpp708 approximatePathOutlineVertices(path, forceClose, approximationInfo, tempVertices);
787 approximatePathOutlineVertices(path, true, approximationInfo, outlineVertices);
862 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, float threshold, function in class:android::uirenderer::PathTessellator
865 return approximatePathOutlineVertices(path, true, approximationInfo, outputVertices);
903 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, function in class:android::uirenderer::PathTessellator
H A DTessellationCache.cpp207 PathTessellator::approximatePathOutlineVertices(*casterPerimeter, casterRefinementThreshold,

Completed in 88 milliseconds