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

/external/chromium_org/third_party/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) {
70 extern void (SkPathOpsBounds::* const SetCurveBounds[])(const SkPoint[]);
/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) {
70 extern void (SkPathOpsBounds::*SetCurveBounds[])(const SkPoint[]);

Completed in 271 milliseconds