Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function in SkEdgeClipper
33 static void ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight,
H A 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()
H A DSkLineClipper.h32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
H A 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()
H A DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine()
234 if (canCullToTheRight) { in ClipLine()
175 ClipLine(const SkPoint pts[], const SkRect& clip, SkPoint lines[], bool canCullToTheRight) ClipLine() argument

Completed in 4 milliseconds