Searched refs:TooBigToUseCache (Results 1 – 3 of 3) sorted by relevance
1113 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM);
378 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { in TooBigToUseCache() function in SkPaint
1403 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM)); in ShouldDrawTextAsPaths()