Home
last modified time | relevance | path

Searched defs:canCullToTheRight (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp221 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
DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine()
DSkEdgeClipper.cpp563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath()
/external/skqp/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight() function
DSkEdgeBuilder.cpp256 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
DSkLineClipper.cpp176 bool canCullToTheRight) { in ClipLine()