Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdgeClipper.h20 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() argument
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp144 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()
DSkLineClipper.h33 SkPoint lines[kMaxPoints], bool canCullToTheRight);
DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine() argument
245 if (canCullToTheRight) { in ClipLine()
DSkEdgeClipper.cpp151 if (!this->canCullToTheRight()) { in clipMonoQuad()
324 if (!this->canCullToTheRight()) { in clipMonoCubic()
DSkScan_Path.cpp436 const bool canCullToTheRight = !path.isConvex(); in sk_fill_path() local
438 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight); in sk_fill_path()