HomeSort by relevance Sort by last modified time
    Searched defs:SkPathOpsBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.h 13 // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty.
14 struct SkPathOpsBounds : public SkRect {
15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
32 void add(const SkPathOpsBounds& toAdd) {
70 extern void (SkPathOpsBounds::*SetCurveBounds[])(const SkPoint[]);
  /external/skia/src/pathops/
SkPathOpsBounds.h 13 // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty.
14 struct SkPathOpsBounds : public 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 613 milliseconds