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

/external/skia/include/core/
H A DSkPaint.h1113 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM);
/external/skia/src/core/
H A DSkPaint.cpp378 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { argument
380 SkASSERT(!textM.hasPerspective());
383 matrix.setConcat(ctm, textM);
H A DSkDraw.cpp1402 SkMatrix textM; local
1403 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));

Completed in 51 milliseconds