Searched defs:canCullToTheRight (Results 1 – 4 of 4) sorted by relevance
20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
144 bool canCullToTheRight) { in buildPoly()236 bool canCullToTheRight) { in build()
176 bool canCullToTheRight) { in ClipLine()
436 const bool canCullToTheRight = !path.isConvex(); in sk_fill_path() local