Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsBounds.h14 struct SkPathOpsBounds : public SkRect { struct
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { in Intersects() argument
32 void add(const SkPathOpsBounds& toAdd) { in add() argument
36 void add(const SkPoint& pt) { in add()
43 void add(const SkDPoint& pt) { in add()
50 bool almostContains(const SkPoint& pt) const { in almostContains()
57 bool contains(const SkPoint& pt) const { in contains()
62 typedef SkRect INHERITED;
/third_party/skia/src/pathops/
DSkPathOpsBounds.h14 struct SkPathOpsBounds : public SkRect { struct
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { in Intersects() argument
32 void add(const SkPathOpsBounds& toAdd) { in add() argument
36 void add(const SkPoint& pt) { in add()
43 void add(const SkDPoint& pt) { in add()
50 bool almostContains(const SkPoint& pt) const { in almostContains()
57 bool contains(const SkPoint& pt) const { in contains()
62 using INHERITED = SkRect;