Home
last modified time | relevance | path

Searched defs:canCullToTheRight (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp241 bool canCullToTheRight) { in buildPoly()
345 bool canCullToTheRight, bool analyticAA) { in build()
448 const bool canCullToTheRight = !path.isConvex(); in build_edges() local
DSkLineClipper.cpp161 bool canCullToTheRight) { in ClipLine()