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

  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 97 int glyphsLeft = glyphCount - baseGlyph;
98 int limit = SkTMin(glyphsLeft, scratchCount);
SkFontHost_win.cpp     [all...]
  /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 88 int glyphsLeft = glyphCount - baseGlyph;
89 int limit = SkTMin(glyphsLeft, scratchCount);
SkFontHost_win.cpp     [all...]

Completed in 1180 milliseconds