Searched refs:fCanCullToTheRight (Results 1 – 4 of 4) sorted by relevance
19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()32 const bool fCanCullToTheRight; variable
54 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight); in clipLine()
19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()39 const bool fCanCullToTheRight; variable