Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h324 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge()
356 static constexpr uint16_t kMaxGlyphWidth = 1u << 13u; variable
/external/skqp/src/core/
DSkGlyph.h26 #define kMaxGlyphWidth (1<<13) macro
DSkStrike.cpp125 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) { in findImage()
149 if (glyph->fWidth > 0 && glyph->fWidth < kMaxGlyphWidth) { in initializeImage()