Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h222 return fImage != nullptr || this->isEmpty() || this->imageTooLarge(); in setImageHasBeenCalled()
271 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
DSkGlyph.cpp131 if (this->isEmpty() || this->imageTooLarge()) { return 0; } in imageSize()