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