Searched defs:canCullToTheRight (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkEdgeClipper.h | 19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() 27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
|
D | SkEdgeBuilder.cpp | 221 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() 289 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build() 366 const bool canCullToTheRight = !path.isConvex(); in buildEdges() local
|
D | SkLineClipper.cpp | 176 bool canCullToTheRight) { in ClipLine()
|
D | SkEdgeClipper.cpp | 563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath()
|
/external/skqp/src/core/ |
D | SkEdgeClipper.h | 19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() 27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
|
D | SkEdgeBuilder.cpp | 256 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in buildPoly() 337 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, bool canCullToTheRight) { in build() 463 const bool canCullToTheRight = !path.isConvex(); in buildEdges() local
|
D | SkLineClipper.cpp | 176 bool canCullToTheRight) { in ClipLine()
|