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

  /external/skia/src/ports/
SkTypeface_win_dw.cpp 99 int glyphsLeft = glyphCount - baseGlyph;
100 int limit = SkTMin(glyphsLeft, scratchCount);
  /frameworks/rs/
rsFont.cpp 179 int32_t glyphsLeft = 1;
181 glyphsLeft = numGlyphs;
187 while (glyphsLeft > 0) {
220 glyphsLeft --;

Completed in 179 milliseconds