Searched defs:TooBigToUseCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp458 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { function in class:SkPaint
469 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));
/external/skia/src/core/
H A DSkPaint.cpp459 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) { function in class:SkPaint
470 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));

Completed in 75 milliseconds