Searched refs:glyph_index (Results 1 – 2 of 2) sorted by relevance
291 WORD glyph_index; in ucs4toindex() local308 if (GetGlyphIndicesW (hdc, unicode, 1, &glyph_index, 0) == GDI_ERROR) { in ucs4toindex()309 glyph_index = 0; in ucs4toindex()313 return glyph_index; in ucs4toindex()
317 USHORT glyph_index; in ucs4toindex() local340 if (Ft2GetGlyphIndices( hps, unicode, 1, &glyph_index, 0) == -1) { in ucs4toindex()341 glyph_index = 0; in ucs4toindex()346 return glyph_index; in ucs4toindex()
Completed in 14 milliseconds