Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/skia/
DSkiaUtils.cpp215 …SkScalar biggestCoord = std::max(std::max(std::max(bounds.fRight, bounds.fBottom), -bounds.fLeft),… in SkPathContainsPoint() local
217 if (biggestCoord > kMaxCoordinate) { in SkPathContainsPoint()
218 scale = SkScalarCeil(SkScalarDiv(biggestCoord, kMaxCoordinate)); in SkPathContainsPoint()