HomeSort by relevance Sort by last modified time
    Searched refs:fCanCullToTheRight (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkEdgeClipper.h 19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {}
27 bool canCullToTheRight() const { return fCanCullToTheRight; }
32 const bool fCanCullToTheRight;
SkEdgeClipper.cpp 52 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight);
  /external/skqp/src/core/
SkEdgeClipper.h 19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {}
27 bool canCullToTheRight() const { return fCanCullToTheRight; }
32 const bool fCanCullToTheRight;
SkEdgeClipper.cpp 52 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight);

Completed in 105 milliseconds