Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShadowTessellator.h94 static bool isClockwisePath(const SkPath &path);
DShadowTessellator.cpp214 bool ShadowTessellator::isClockwisePath(const SkPath& path) { in isClockwisePath() function in android::uirenderer::ShadowTessellator
DTessellationCache.cpp222 if (!ShadowTessellator::isClockwisePath(*casterPerimeter)) { in tessellateShadows()