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

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

Completed in 78 milliseconds