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

  /external/skia/src/core/
SkFont.cpp 215 const unsigned numGlyphsInTypeface = typeface->countGlyphs();
216 SkAutoTArray<SkUnichar> unichars(numGlyphsInTypeface);
221 text[i] = (id < numGlyphsInTypeface) ? unichars[id] : 0xFFFD;
  /external/skqp/src/core/
SkFont.cpp 215 const unsigned numGlyphsInTypeface = typeface->countGlyphs();
216 SkAutoTArray<SkUnichar> unichars(numGlyphsInTypeface);
221 text[i] = (id < numGlyphsInTypeface) ? unichars[id] : 0xFFFD;

Completed in 362 milliseconds