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

/external/skia/src/core/
H A DSkLineClipper.h33 SkPoint lines[kMaxPoints], bool canCullToTheRight);
H A DSkEdgeClipper.h20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } function in class:SkEdgeClipper
H A DSkEdgeBuilder.cpp83 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);
82 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, bool canCullToTheRight) argument
164 build(const SkPath& path, const SkIRect* iclip, int shiftUp, bool canCullToTheRight) argument
H A DSkLineClipper.cpp176 bool canCullToTheRight) {
245 if (canCullToTheRight) {
175 ClipLine(const SkPoint pts[], const SkRect& clip, SkPoint lines[], bool canCullToTheRight) argument
H A DSkEdgeClipper.cpp151 if (!this->canCullToTheRight()) {
299 if (!this->canCullToTheRight()) {
H A DSkScan_Path.cpp404 const bool canCullToTheRight = !path.isConvex(); local
406 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight);

Completed in 76 milliseconds