Home
last modified time | relevance | path

Searched refs:imageTooLarge (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyph.h160 return fImage != nullptr || this->isEmpty() || this->imageTooLarge(); in setImageHasBeenCalled()
209 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
DSkGlyph.cpp140 if (this->isEmpty() || this->imageTooLarge()) { return 0; } in imageSize()
/third_party/skia/src/core/
DSkGlyph.h272 return fImage != nullptr || this->isEmpty() || this->imageTooLarge(); in setImageHasBeenCalled()
325 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
DSkGlyph.cpp133 if (this->isEmpty() || this->imageTooLarge()) { return 0; } in imageSize()