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

  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 234 GLYPHSET* glyphSet =
236 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
242 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
247 int count = glyphSet->ranges[i].cGlyphs;
252 chars[j] = glyphSet->ranges[i].wcLow + j;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 373 GLYPHSET* glyphSet =
375 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
381 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
386 int count = glyphSet->ranges[i].cGlyphs;
391 chars[j] = glyphSet->ranges[i].wcLow + j;
    [all...]

Completed in 500 milliseconds