Searched refs:kMaxGlyphWidth (Results 1 – 2 of 2) sorted by relevance
23 #define kMaxGlyphWidth (1<<13) macro
199 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { in findImage()