Searched refs:glyph_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DGnomeFontInstance.cpp181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount); local
188 glyph_t[out].index = glyph;
189 glyph_t[out].x = x + positions[in*2];
190 glyph_t[out].y = y + positions[in*2 + 1];
198 cairo_show_glyphs(cairo, glyph_t, out);
200 LE_DELETE_ARRAY(glyph_t);

Completed in 109 milliseconds