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