Searched refs:textM (Results 1 – 3 of 3) sorted by relevance
1122 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM);
440 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { in TooBigToUseCache() argument442 SkASSERT(!textM.hasPerspective()); in TooBigToUseCache()445 matrix.setConcat(ctm, textM); in TooBigToUseCache()
1405 SkMatrix textM; in ShouldDrawTextAsPaths() local1406 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM)); in ShouldDrawTextAsPaths()