Home
last modified time | relevance | path

Searched refs:fCanCullToTheRight (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()
32 const bool fCanCullToTheRight; variable
DSkEdgeClipper.cpp54 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight); in clipLine()
/third_party/skia/src/core/
DSkEdgeClipper.h19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper()
27 bool canCullToTheRight() const { return fCanCullToTheRight; } in canCullToTheRight()
39 const bool fCanCullToTheRight; variable
DSkEdgeClipper.cpp54 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight); in clipLine()