Home
last modified time | relevance | path

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

/external/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 SkDPoint& pt) { in add()
43 bool almostContains(const SkPoint& pt) { in almostContains()
50 typedef SkRect INHERITED;