Home
last modified time | relevance | path

Searched refs:glyph_index (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx291 WORD glyph_index; in ucs4toindex() local
308 if (GetGlyphIndicesW (hdc, unicode, 1, &glyph_index, 0) == GDI_ERROR) { in ucs4toindex()
309 glyph_index = 0; in ucs4toindex()
313 return glyph_index; in ucs4toindex()
H A Dcairo_os2_cairo.cxx317 USHORT glyph_index; in ucs4toindex() local
340 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 12 milliseconds