Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkPaint.cpp380 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit) { in TooBigToUseCache() argument
382 SkASSERT(!textM.hasPerspective()); in TooBigToUseCache()
385 matrix.setConcat(ctm, textM); in TooBigToUseCache()
DSkDraw.cpp1349 SkMatrix textM; in ShouldDrawTextAsPaths() local
1350 SkPaintPriv::MakeTextMatrix(&textM, paint); in ShouldDrawTextAsPaths()
1351 return SkPaint::TooBigToUseCache(ctm, textM, sizeLimit); in ShouldDrawTextAsPaths()
/external/skia/src/core/
DSkPaint.cpp380 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit) { in TooBigToUseCache() argument
382 SkASSERT(!textM.hasPerspective()); in TooBigToUseCache()
385 matrix.setConcat(ctm, textM); in TooBigToUseCache()
DSkDraw.cpp1376 SkMatrix textM; in ShouldDrawTextAsPaths() local
1377 SkPaintPriv::MakeTextMatrix(&textM, paint); in ShouldDrawTextAsPaths()
1378 return SkPaint::TooBigToUseCache(ctm, textM, sizeLimit); in ShouldDrawTextAsPaths()
/external/skia/include/core/
DSkPaint.h1709 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit);
/external/skqp/include/core/
DSkPaint.h1706 static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM, SkScalar maxLimit);