Home | History | Annotate | Download | only in core

Lines Matching defs:TooBigToUseCache

444 bool SkPaint::TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM) {
453 bool SkPaint::tooBigToUseCache(const SkMatrix& ctm) const {
455 return TooBigToUseCache(ctm, *this->setTextMatrix(&textM));
458 bool SkPaint::tooBigToUseCache() const {
981 if (paint.isLinearText() || paint.tooBigToUseCache()) {