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

  /external/skia/src/core/
SkEdgeClipper.h 20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {}
27 bool canCullToTheRight() const { return fCanCullToTheRight; }
SkLineClipper.h 33 SkPoint lines[kMaxPoints], bool canCullToTheRight);
SkEdgeBuilder.cpp 83 bool canCullToTheRight) {
118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight);
165 bool canCullToTheRight) {
171 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
184 SkEdgeClipper clipper(canCullToTheRight);
195 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight);
SkLineClipper.cpp 176 bool canCullToTheRight) {
245 if (canCullToTheRight) {
SkEdgeClipper.cpp 151 if (!this->canCullToTheRight()) {
299 if (!this->canCullToTheRight()) {
SkScan_Path.cpp 404 const bool canCullToTheRight = !path.isConvex();
406 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight);

Completed in 206 milliseconds