Searched defs:kMaxGlyphWidth (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ | ||
D | SkGlyph.h | 26 #define kMaxGlyphWidth (1<<13) macro |
/external/skia/src/core/ | ||
D | SkGlyph.h | 356 static constexpr uint16_t kMaxGlyphWidth = 1u << 13u; variable |