Searched refs:textM (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkPaint.cpp500 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { argument
502 SkASSERT(!textM.hasPerspective());
505 matrix.setConcat(ctm, textM);
510 SkMatrix textM; local
511 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));
515 SkMatrix textM; local
516 return tooBig(*this->setTextMatrix(&textM), MaxCacheSize2());
H A DSkDraw.cpp1374 SkMatrix textM; local
1375 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h1108 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM);
/external/skia/include/core/
H A DSkPaint.h1118 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM);
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp477 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { argument
479 SkASSERT(!textM.hasPerspective());
482 matrix.setConcat(ctm, textM);
H A DSkDraw.cpp1387 SkMatrix textM; local
1388 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));

Completed in 187 milliseconds