Lines Matching refs:handle
23 int gx_studio_font_util_open(const char *font_file, GXS_FONT_LIBRARY_HANDLE **handle) in gx_studio_font_util_open() argument
55 *handle = font_handle; in gx_studio_font_util_open()
626 void GetFontMetrics(GXS_FONT_LIBRARY_HANDLE *handle, in GetFontMetrics() argument
646 gx_studio_font_util_get_glyph(handle, use_char, in GetFontMetrics()
671 GX_FONT *MakeFontPage(GXS_FONT_LIBRARY_HANDLE *handle, in MakeFontPage() argument
720 if (FT_HAS_KERNING(handle->face)) in MakeFontPage()
793 gx_studio_font_util_get_glyph(handle, use_char, in MakeFontPage()
811 …gx_studio_font_util_get_kerning_info(handle, use_char, firstchar, lastchar, put_kerning_glyph, &ma… in MakeFontPage()
843 GXS_FONT_LIBRARY_HANDLE *handle; in MakeFont() local
856 if (gx_studio_font_util_open(CT2A(abspath.GetString()), &handle) != 0) in MakeFont()
935 gx_studio_font_util_close(handle); in MakeFont()
948 GetFontMetrics(handle, height, metrics, first_char, first_char, bits_per_pix, char_map); in MakeFont()
967 … newpage = MakeFontPage(handle, height, metrics, first_char, last_char, char_map, info, display); in MakeFont()
986 gx_studio_font_util_close(handle); in MakeFont()
1000 GXS_FONT_LIBRARY_HANDLE *handle; in InsertStringTableGlyphs() local
1011 if (gx_studio_font_util_open(CT2A(abspath.GetString()), &handle) != 0) in InsertStringTableGlyphs()
1056 …if (gx_studio_font_util_get_glyph(handle, char_val, height, anti_alias, &glyph) != GXS_FONT_UTIL_S… in InsertStringTableGlyphs()
1069 …gx_studio_font_util_get_kerning_info(handle, char_val, page->gx_font_first_glyph, page->gx_font_la… in InsertStringTableGlyphs()
1082 …if (gx_studio_font_util_get_glyph(handle, char_val, height, anti_alias, &glyph) != GXS_FONT_UTIL_S… in InsertStringTableGlyphs()
1101 …if (gx_studio_font_util_get_glyph(handle, char_val, height, anti_alias, &glyph) != GXS_FONT_UTIL_S… in InsertStringTableGlyphs()
1123 gx_studio_font_util_close(handle); in InsertStringTableGlyphs()