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 458 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) {
460 SkASSERT(!textM.hasPerspective());
463 matrix.setConcat(ctm, textM);
468 SkMatrix textM;
469 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));
473 SkMatrix textM;
474 return tooBig(*this->setTextMatrix(&textM), MaxCacheSize2());
    [all...]
SkDraw.cpp 46 SkMatrix textM;
47 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 459 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) {
461 SkASSERT(!textM.hasPerspective());
464 matrix.setConcat(ctm, textM);
469 SkMatrix textM;
470 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));
474 SkMatrix textM;
475 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 184 milliseconds