Home
last modified time | relevance | path

Searched refs:TooBigForMath (Results 1 - 2 of 2) sorted by relevance

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

Completed in 3 milliseconds