Searched refs:use_char (Results 1 – 1 of 1) sorted by relevance
629 int use_char; in GetFontMetrics() local639 for (use_char = firstchar; use_char <= lastchar; use_char++ ) in GetFontMetrics()641 if (!map.Test(use_char)) in GetFontMetrics()646 gx_studio_font_util_get_glyph(handle, use_char, in GetFontMetrics()674 int use_char; in MakeFontPage() local786 for (use_char = firstchar; use_char <= lastchar; use_char++) in MakeFontPage()788 if (!map.Test(use_char)) in MakeFontPage()793 gx_studio_font_util_get_glyph(handle, use_char, in MakeFontPage()797 put_compressed_glyph = &(compressed_glyph_array)[use_char - firstchar]; in MakeFontPage()807 put_kerning_glyph = &kerning_glyph_array[use_char - firstchar]; in MakeFontPage()[all …]