Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp629 int use_char; in GetFontMetrics() local
639 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() local
786 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 …]