Searched refs:textM (Results 1 – 2 of 2) sorted by relevance
22 bool SkFontPriv::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit) { in TooBigToUseCache() argument24 SkASSERT(!textM.hasPerspective()); in TooBigToUseCache()27 matrix.setConcat(ctm, textM); in TooBigToUseCache()
36 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit);