HomeSort by relevance Sort by last modified time
    Searched defs:canCullToTheRight (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkEdgeClipper.h 19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {}
27 bool canCullToTheRight() const { return fCanCullToTheRight; }
SkScan_Path.cpp 402 const bool canCullToTheRight = !path.isConvex();
405 int count = builder.build(path, builderClip, shiftEdgesUp, canCullToTheRight);

Completed in 94 milliseconds