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

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dtext.c18 } glyph_string[MAX_GLYPHS]; variable in typeref:struct:glyph[]
41 g = &glyph_string[glyph_string_len];
68 g = &glyph_string[glyph_string_len];
106 const struct glyph *g = &glyph_string[i];
111 vgSeti(VG_MATRIX_MODE, (glyph_string[i].is_path) ?
116 if (glyph_string[i].is_path)
117 vgDrawPath((VGPath) glyph_string[i].handle, VG_FILL_PATH);
119 vgDrawImage((VGImage) glyph_string[i].handle);
301 printf("failed to load %s\n", glyph_string);

Completed in 3 milliseconds