Searched refs:TooBigToUseCache (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h1709 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit);
/external/skqp/include/core/
H A DSkPaint.h1706 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit);
/external/skia/src/core/
H A DSkDraw.cpp1378 return SkPaint::TooBigToUseCache(ctm, textM, sizeLimit);
H A DSkPaint.cpp380 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit) { function in class:SkPaint
/external/skqp/src/core/
H A DSkDraw.cpp1351 return SkPaint::TooBigToUseCache(ctm, textM, sizeLimit);
H A DSkPaint.cpp380 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit) { function in class:SkPaint

Completed in 224 milliseconds