Lines Matching refs:glyph_array

679     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()
1323 dest->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in CopyGlyphs()
1325 GX_GLYPH *put = glyph_array; in CopyGlyphs()
1356 GX_KERNING_GLYPH *glyph_array = new GX_KERNING_GLYPH[char_count]; in CopyKerningGlyphs() local
1357 memset(glyph_array, 0, char_count * sizeof(GX_KERNING_GLYPH)); in CopyKerningGlyphs()
1358 dest->gx_font_glyphs.gx_font_kerning_glyphs = glyph_array; in CopyKerningGlyphs()
1360 GX_KERNING_GLYPH *put = glyph_array; in CopyKerningGlyphs()
1399 GX_COMPRESSED_GLYPH *glyph_array = new GX_COMPRESSED_GLYPH[char_count]; in CopyCompressedGlyphs() local
1400 memset(glyph_array, 0, char_count * sizeof(GX_COMPRESSED_GLYPH)); in CopyCompressedGlyphs()
1401 dest->gx_font_glyphs.gx_font_compressed_glyphs = glyph_array; in CopyCompressedGlyphs()
1403 GX_COMPRESSED_GLYPH *put = glyph_array; in CopyCompressedGlyphs()