Searched refs:imageTooLarge (Results 1 – 4 of 4) sorted by relevance
160 return fImage != nullptr || this->isEmpty() || this->imageTooLarge(); in setImageHasBeenCalled()209 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
140 if (this->isEmpty() || this->imageTooLarge()) { return 0; } in imageSize()
272 return fImage != nullptr || this->isEmpty() || this->imageTooLarge(); in setImageHasBeenCalled()325 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
133 if (this->isEmpty() || this->imageTooLarge()) { return 0; } in imageSize()