Searched refs:kMaxGlyphWidth (Results 1 – 3 of 3) sorted by relevance
324 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge()356 static constexpr uint16_t kMaxGlyphWidth = 1u << 13u; variable
26 #define kMaxGlyphWidth (1<<13) macro
125 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { in findImage()149 if (glyph->fWidth > 0 && glyph->fWidth < kMaxGlyphWidth) { in initializeImage()