Searched refs:kMaxGlyphWidth (Results 1 – 1 of 1) sorted by relevance
490 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge()523 inline static constexpr uint16_t kMaxGlyphWidth = 1u << 13u; variable