Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h23 #define kMaxGlyphWidth (1<<13) macro
DSkGlyphCache.cpp199 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { in findImage()