Searched refs:fCanCullToTheRight (Results 1 – 1 of 1) sorted by relevance
20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()32 const bool fCanCullToTheRight; variable