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

/external/skia/src/core/
H A DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } function in class:SkEdgeClipper
H A DSkLineClipper.cpp161 bool canCullToTheRight) {
219 if (canCullToTheRight) {
160 ClipLine(const SkPoint pts[], const SkRect& clip, SkPoint lines[], bool canCullToTheRight) argument
H A DSkEdgeBuilder.cpp256 bool canCullToTheRight) {
303 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight);
347 bool canCullToTheRight, EdgeType edgeType) {
354 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
367 SkEdgeClipper clipper(canCullToTheRight);
454 const bool canCullToTheRight = !path.isConvex(); local
457 int count = this->build(path, builderClip, shiftEdgesUp, canCullToTheRight, edgeType);
463 SkASSERT(edgeType == kBezier || canCullToTheRight || count != 1);
255 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, bool canCullToTheRight) argument
346 build(const SkPath& path, const SkIRect* iclip, int shiftUp, bool canCullToTheRight, EdgeType edgeType) argument
/external/skqp/src/core/
H A DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } function in class:SkEdgeClipper
H A DSkLineClipper.cpp161 bool canCullToTheRight) {
219 if (canCullToTheRight) {
160 ClipLine(const SkPoint pts[], const SkRect& clip, SkPoint lines[], bool canCullToTheRight) argument
H A DSkEdgeBuilder.cpp256 bool canCullToTheRight) {
303 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight);
347 bool canCullToTheRight, EdgeType edgeType) {
354 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight);
367 SkEdgeClipper clipper(canCullToTheRight);
454 const bool canCullToTheRight = !path.isConvex(); local
457 int count = this->build(path, builderClip, shiftEdgesUp, canCullToTheRight, edgeType);
463 SkASSERT(edgeType == kBezier || canCullToTheRight || count != 1);
255 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, bool canCullToTheRight) argument
346 build(const SkPath& path, const SkIRect* iclip, int shiftUp, bool canCullToTheRight, EdgeType edgeType) argument

Completed in 508 milliseconds