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

/external/skia/src/pathops/
H A DSkPathOpsBounds.h13 // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty.
14 struct SkPathOpsBounds : public SkRect { struct in inherits:SkRect
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
32 void add(const SkPathOpsBounds& toAdd) {

Completed in 79 milliseconds