Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp679 GX_GLYPH *glyph_array; in MakeFontPage() local
732 glyph_array = new GX_GLYPH[char_count]; in MakeFontPage()
733 memset(glyph_array, 0, char_count * sizeof(GX_GLYPH)); in MakeFontPage()
734 new_font->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in MakeFontPage()
739 glyph_array = new GX_GLYPH[char_count]; in MakeFontPage()
740 memset(glyph_array, 0, char_count * sizeof(GX_GLYPH)); in MakeFontPage()
741 new_font->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in MakeFontPage()
816 put_glyph = &glyph_array[use_char - firstchar]; in MakeFontPage()
1321 GX_GLYPH *glyph_array = new GX_GLYPH[char_count]; in CopyGlyphs() local
1322 memset(glyph_array, 0, char_count * sizeof(GX_GLYPH)); in CopyGlyphs()
[all …]