Home | History | Annotate | Download | only in core

Lines Matching defs:textM

444 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) {
446 SkASSERT(!textM.hasPerspective());
449 matrix.setConcat(ctm, textM);
454 SkMatrix textM;
455 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));
459 SkMatrix textM;
460 return tooBig(*this->setTextMatrix(&textM), MaxCacheSize2());