HomeSort by relevance Sort by last modified time
    Searched refs:textM (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 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());
    [all...]
SkDraw.cpp 47 SkMatrix textM;
48 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 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());
    [all...]
SkDraw.cpp 47 SkMatrix textM;
48 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h     [all...]
  /external/skia/include/core/
SkPaint.h     [all...]

Completed in 51 milliseconds