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

  /external/skia/src/ports/
SkFontHost_win.cpp 372 GLYPHSET* glyphSet =
374 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
380 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
385 int count = glyphSet->ranges[i].cGlyphs;
390 chars[j] = glyphSet->ranges[i].wcLow + j;
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 372 GLYPHSET* glyphSet =
374 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
380 for (DWORD i = 0; i < glyphSet->cRanges; ++i) {
385 int count = glyphSet->ranges[i].cGlyphs;
390 chars[j] = glyphSet->ranges[i].wcLow + j;
    [all...]

Completed in 105 milliseconds