Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdgeClipper.h20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()
32 const bool fCanCullToTheRight; variable