Home
last modified time | relevance | path

Searched defs:SkHalfPlane (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleClip.cpp138 struct SkHalfPlane { struct
139 SkScalar fA, fB, fC;
141 SkScalar eval(SkScalar x, SkScalar y) const { in eval()
144 SkScalar operator()(SkScalar x, SkScalar y) const { return this->eval(x, y); } in operator ()()
146 bool twoPts(SkPoint pts[2]) const { in twoPts()
174 enum Result {
179 Result test(const SkRect& bounds) const { in test()
/external/skia/src/core/
DSkPath.cpp3616 struct SkHalfPlane { struct
3617 SkScalar fA, fB, fC;
3619 SkScalar eval(SkScalar x, SkScalar y) const { in eval()
3622 SkScalar operator()(SkScalar x, SkScalar y) const { return this->eval(x, y); } in operator ()()
3624 bool normalize() { in normalize()
3652 enum Result {
3657 Result test(const SkRect& bounds) const { in test()