Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPaint.h1122 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM);
/external/skia/src/core/
DSkPaint.cpp440 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { in TooBigToUseCache() argument
442 SkASSERT(!textM.hasPerspective()); in TooBigToUseCache()
445 matrix.setConcat(ctm, textM); in TooBigToUseCache()
DSkDraw.cpp1405 SkMatrix textM; in ShouldDrawTextAsPaths() local
1406 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM)); in ShouldDrawTextAsPaths()