Searched refs:canCullToTheRight (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkEdgeClipper.h | 20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() argument 27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
|
D | SkEdgeBuilder.cpp | 144 bool canCullToTheRight) { in buildPoly() argument 179 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); in buildPoly() 236 bool canCullToTheRight) { in build() argument 242 return this->buildPoly(path, iclip, shiftUp, canCullToTheRight); in build() 255 SkEdgeClipper clipper(canCullToTheRight); in build() 266 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); in build()
|
D | SkLineClipper.h | 33 SkPoint lines[kMaxPoints], bool canCullToTheRight);
|
D | SkLineClipper.cpp | 176 bool canCullToTheRight) { in ClipLine() argument 245 if (canCullToTheRight) { in ClipLine()
|
D | SkEdgeClipper.cpp | 151 if (!this->canCullToTheRight()) { in clipMonoQuad() 324 if (!this->canCullToTheRight()) { in clipMonoCubic()
|
D | SkScan_Path.cpp | 436 const bool canCullToTheRight = !path.isConvex(); in sk_fill_path() local 438 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight); in sk_fill_path()
|