Searched refs:canCullToTheRight (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkEdgeClipper.h | 19 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 D | SkEdgeBuilder.cpp | 221 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 D | SkLineClipper.h | 32 SkPoint lines[kMaxPoints], bool canCullToTheRight);
|
H A D | SkEdgeClipper.cpp | 171 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 D | SkLineClipper.cpp | 176 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 3 milliseconds