HomeSort by relevance Sort by last modified time
    Searched defs:TooBigToUseCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 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()) {
    [all...]
  /external/skia/src/core/
SkPaint.cpp 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()) {
    [all...]

Completed in 118 milliseconds