Home
last modified time | relevance | path

Searched refs:canCullToTheRight (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp241 bool canCullToTheRight) { in buildPoly() argument
275 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); in buildPoly()
345 bool canCullToTheRight, bool analyticAA) { in build() argument
352 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight); in build()
365 SkEdgeClipper clipper(canCullToTheRight); in build()
448 const bool canCullToTheRight = !path.isConvex(); in build_edges() local
451 int count = this->build(path, builderClip, shiftEdgesUp, canCullToTheRight, analyticAA); in build_edges()
455 SkASSERT(canCullToTheRight || count != 1); in build_edges()
DSkLineClipper.h32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkLineClipper.cpp161 bool canCullToTheRight) { in ClipLine() argument
219 if (canCullToTheRight) { in ClipLine()
DSkEdgeClipper.cpp168 if (!this->canCullToTheRight()) { in clipMonoQuad()
357 if (!this->canCullToTheRight()) { in clipMonoCubic()