Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkPathPriv.h241 static bool TooBigForMath(const SkRect& bounds) { in TooBigForMath() function
251 static bool TooBigForMath(const SkPath& path) { in TooBigForMath() function
252 return TooBigForMath(path.getBounds()); in TooBigForMath()
DSkDraw.cpp653 if (SkPathPriv::TooBigForMath(bbox)) { in drawRect()
820 if (SkPathPriv::TooBigForMath(devPath)) { in drawDevPath()
/third_party/skia/src/core/
DSkPathPriv.h279 static bool TooBigForMath(const SkRect& bounds) { in TooBigForMath() function
289 static bool TooBigForMath(const SkPath& path) { in TooBigForMath() function
290 return TooBigForMath(path.getBounds()); in TooBigForMath()
DSkDraw.cpp655 if (SkPathPriv::TooBigForMath(bbox)) { in drawRect()
810 if (SkPathPriv::TooBigForMath(devPath)) { in drawDevPath()