Searched defs:canCullToTheRight (Results 1 – 6 of 6) sorted by relevance
19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
256 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly()337 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build()463 const bool canCullToTheRight = !path.isConvex(); in buildEdges() local
176 bool canCullToTheRight) { in ClipLine()