Home
last modified time | relevance | path

Searched refs:fCanCullToTheRight (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()
32 const bool fCanCullToTheRight; variable
DSkEdgeClipper.cpp52 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight); in clipLine()