Searched refs:imageTooLarge (Results 1 – 2 of 2) sorted by relevance
222 return fImage != nullptr || this->isEmpty() || this->imageTooLarge(); in setImageHasBeenCalled()271 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
131 if (this->isEmpty() || this->imageTooLarge()) { return 0; } in imageSize()