Home
last modified time | relevance | path

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

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