Home | History | Annotate | Download | only in core

Lines Matching full:maxlimit

380 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit) {
386 return tooBig(matrix, MaxCacheSize2(maxLimit));
389 SkScalar SkPaint::MaxCacheSize2(SkScalar maxLimit) {
391 const int limit = SkMin32(SkGraphics::GetFontCachePointSizeLimit(), maxLimit);