Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h102 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
DPathTessellator.cpp734 bool wasClosed = approximatePathOutlineVertices(path, forceClose, in tessellatePath()
840 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, in approximatePathOutlineVertices() function in android::uirenderer::PathTessellator