HomeSort by relevance Sort by last modified time
    Searched refs:kMaxGlyphWidth (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkScalerContext.h 30 #define kMaxGlyphWidth (1<<13)
  /external/skia/src/core/
SkGlyphCache.cpp 290 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) {

Completed in 37 milliseconds