Home
last modified time | relevance | path

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

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