Home
last modified time | relevance | path

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

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