Home
last modified time | relevance | path

Searched refs:kMaxGlyphWidth (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkGlyph.h325 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge()
357 inline static constexpr uint16_t kMaxGlyphWidth = 1u << 13u; variable