Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pathops/
H A 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;