Home
last modified time | relevance | path

Searched refs:TooBigForMath (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkPathPriv.h253 static bool TooBigForMath(const SkRect& bounds) { in TooBigForMath() function
263 static bool TooBigForMath(const SkPath& path) { in TooBigForMath() function
264 return TooBigForMath(path.getBounds()); in TooBigForMath()
DSkDraw.cpp653 if (SkPathPriv::TooBigForMath(bbox)) { in drawRect()
820 if (SkPathPriv::TooBigForMath(devPath)) { in drawDevPath()
/external/skia/src/core/
DSkPathPriv.h278 static bool TooBigForMath(const SkRect& bounds) { in TooBigForMath() function
288 static bool TooBigForMath(const SkPath& path) { in TooBigForMath() function
289 return TooBigForMath(path.getBounds()); in TooBigForMath()
DSkDraw.cpp652 if (SkPathPriv::TooBigForMath(bbox)) { in drawRect()
820 if (SkPathPriv::TooBigForMath(devPath)) { in drawDevPath()