Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdgeClipper.h20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp144 bool canCullToTheRight) { in buildPoly()
236 bool canCullToTheRight) { in build()
DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine()
DSkScan_Path.cpp436 const bool canCullToTheRight = !path.isConvex(); in sk_fill_path() local