Home
last modified time | relevance | path

Searched refs:canCullToTheRight (Results 1 – 10 of 10) 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
33 static void ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight,
DSkEdgeBuilder.cpp221 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() argument
249 int lineCount = SkLineClipper::ClipLine(e.fPts, clip, lines, canCullToTheRight); in buildPoly()
289 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build() argument
302 SkEdgeClipper::ClipPath(path, clip, canCullToTheRight, in build()
366 const bool canCullToTheRight = !path.isConvex(); in buildEdges() local
371 ? this->buildPoly(path, shiftedClip, canCullToTheRight) in buildEdges()
372 : this->build (path, shiftedClip, canCullToTheRight); in buildEdges()
377 if (!canCullToTheRight) { in buildEdges()
DSkLineClipper.h32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkEdgeClipper.cpp171 if (!this->canCullToTheRight()) { in clipMonoQuad()
363 if (!this->canCullToTheRight()) { in clipMonoCubic()
563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath() argument
571 SkEdgeClipper clipper(canCullToTheRight); in ClipPath()
DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine() argument
234 if (canCullToTheRight) { in ClipLine()
/external/skqp/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp256 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() argument
292 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); in buildPoly()
337 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build() argument
349 SkEdgeClipper clipper(canCullToTheRight); in build()
463 const bool canCullToTheRight = !path.isConvex(); in buildEdges() local
468 ? this->buildPoly(path, shiftedClip, canCullToTheRight) in buildEdges()
469 : this->build (path, shiftedClip, canCullToTheRight); in buildEdges()
476 if (!canCullToTheRight && count == 1) { in buildEdges()
DSkLineClipper.h32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine() argument
234 if (canCullToTheRight) { in ClipLine()
DSkEdgeClipper.cpp171 if (!this->canCullToTheRight()) { in clipMonoQuad()
361 if (!this->canCullToTheRight()) { in clipMonoCubic()