HomeSort by relevance Sort by last modified time
    Searched full:glyphsleft (Results 1 - 3 of 3) sorted by null

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

Completed in 1579 milliseconds