Home
last modified time | relevance | path

Searched refs:FT_Face (Results 1 – 25 of 141) sorted by relevance

123456

/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dfreetype.h842 FT_Face face;
1911 FT_Face face;
2181 FT_Face *aface );
2388 FT_Attach_File( FT_Face face,
2474 FT_Done_Face( FT_Face face );
2513 FT_Select_Size( FT_Face face,
2753 FT_Set_Pixel_Sizes( FT_Face face,
2798 FT_Load_Glyph( FT_Face face,
2837 FT_Load_Char( FT_Face face,
3442 FT_Get_Kerning( FT_Face face,
[all …]
H A Dftmm.h269 FT_Get_Multi_Master( FT_Face face,
295 FT_Get_MM_Var( FT_Face face,
355 FT_Set_MM_Design_Coordinates( FT_Face face,
396 FT_Set_Var_Design_Coordinates( FT_Face face,
429 FT_Get_Var_Design_Coordinates( FT_Face face,
474 FT_Set_MM_Blend_Coordinates( FT_Face face,
508 FT_Get_MM_Blend_Coordinates( FT_Face face,
522 FT_Set_Var_Blend_Coordinates( FT_Face face,
539 FT_Get_Var_Blend_Coordinates( FT_Face face,
627 FT_Set_Named_Instance( FT_Face face,
H A Dftgxval.h226 FT_TrueTypeGX_Validate( FT_Face face,
253 FT_TrueTypeGX_Free( FT_Face face,
320 FT_ClassicKern_Validate( FT_Face face,
346 FT_ClassicKern_Free( FT_Face face,
H A Dftcid.h87 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face,
122 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face,
156 FT_Get_CID_From_Glyph_Index( FT_Face face,
H A Dftpfr.h90 FT_Get_PFR_Metrics( FT_Face face,
129 FT_Get_PFR_Kerning( FT_Face face,
160 FT_Get_PFR_Advance( FT_Face face,
H A Dftsnames.h134 FT_Get_Sfnt_Name_Count( FT_Face face );
169 FT_Get_Sfnt_Name( FT_Face face,
240 FT_Get_Sfnt_LangTag( FT_Face face,
H A Dftmac.h104 FT_Face *aface )
228 FT_Face *aface )
263 FT_Face *aface )
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvalid.h45 FT_Face face,
51 FT_Face face,
57 FT_Face face,
62 FT_Face face,
67 FT_Face face,
72 FT_Face face,
77 FT_Face face,
82 FT_Face face,
88 FT_Face face,
93 FT_Face face,
[all …]
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/services/
H A Dsvmm.h39 (*FT_Get_MM_Func)( FT_Face face,
43 (*FT_Get_MM_Var_Func)( FT_Face face,
47 (*FT_Set_MM_Design_Func)( FT_Face face,
54 (*FT_Set_Var_Design_Func)( FT_Face face,
61 (*FT_Set_MM_Blend_Func)( FT_Face face,
66 (*FT_Get_Var_Design_Func)( FT_Face face,
71 (*FT_Set_Instance_Func)( FT_Face face,
75 (*FT_Get_MM_Blend_Func)( FT_Face face,
80 (*FT_Get_Var_Blend_Func)( FT_Face face,
87 (*FT_Done_Blend_Func)( FT_Face );
H A Dsvmetric.h39 (*FT_HAdvance_Adjust_Func)( FT_Face face,
44 (*FT_LSB_Adjust_Func)( FT_Face face,
49 (*FT_RSB_Adjust_Func)( FT_Face face,
56 (*FT_VAdvance_Adjust_Func)( FT_Face face,
61 (*FT_TSB_Adjust_Func)( FT_Face face,
66 (*FT_BSB_Adjust_Func)( FT_Face face,
71 (*FT_VOrg_Adjust_Func)( FT_Face face,
78 (*FT_Metrics_Adjust_Func)( FT_Face face );
H A Dsvpsinfo.h33 (*PS_GetFontInfoFunc)( FT_Face face,
37 (*PS_GetFontExtraFunc)( FT_Face face,
41 (*PS_HasGlyphNamesFunc)( FT_Face face );
44 (*PS_GetFontPrivateFunc)( FT_Face face,
48 (*PS_GetFontValueFunc)( FT_Face face,
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
H A Dsvcid.h31 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face,
36 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face,
39 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
H A Dsvsfnt.h40 (*FT_SFNT_TableLoadFunc)( FT_Face face,
50 (*FT_SFNT_TableGetFunc)( FT_Face face,
58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftmm.c39 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service()
97 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master()
124 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var()
170 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates()
205 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates()
253 FT_Get_Var_Design_Coordinates( FT_Face face, in FT_Get_Var_Design_Coordinates()
281 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates()
332 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
380 FT_Get_MM_Blend_Coordinates( FT_Face face, in FT_Get_MM_Blend_Coordinates()
411 FT_Get_Var_Blend_Coordinates( FT_Face face, in FT_Get_Var_Blend_Coordinates()
[all …]
H A Dftgxval.c38 FT_TrueTypeGX_Validate( FT_Face face, in FT_TrueTypeGX_Validate()
75 FT_TrueTypeGX_Free( FT_Face face, in FT_TrueTypeGX_Free()
91 FT_ClassicKern_Validate( FT_Face face, in FT_ClassicKern_Validate()
126 FT_ClassicKern_Free( FT_Face face, in FT_ClassicKern_Free()
H A Dfttype1.c29 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info()
56 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names()
77 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private()
104 FT_Get_PS_Font_Value( FT_Face face, in FT_Get_PS_Font_Value()
H A Dftpfr.c27 ft_pfr_check( FT_Face face ) in ft_pfr_check()
42 FT_Get_PFR_Metrics( FT_Face face, in FT_Get_PFR_Metrics()
99 FT_Get_PFR_Kerning( FT_Face face, in FT_Get_PFR_Kerning()
128 FT_Get_PFR_Advance( FT_Face face, in FT_Get_PFR_Advance()
H A Dftobjs.c760 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph()
1037 FT_Load_Char( FT_Face face, in FT_Load_Char()
1106 FT_Face face, in destroy_face()
2337 FT_Face face = NULL; in ft_open_face_internal()
2721 FT_Done_Face( FT_Face face ) in FT_Done_Face()
2762 FT_New_Size( FT_Face face, in FT_New_Size()
2832 FT_Face face; in FT_Done_Size()
3620 FT_Face face; in FT_CMap_New()
4185 FT_Face face; in FT_Get_CMap_Language_ID()
4209 FT_Face face; in FT_Get_CMap_Format()
[all …]
H A Dftcid.c28 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face, in FT_Get_CID_Registry_Ordering_Supplement()
66 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face, in FT_Get_CID_Is_Internally_CID_Keyed()
92 FT_Get_CID_From_Glyph_Index( FT_Face face, in FT_Get_CID_From_Glyph_Index()
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Dafloader.h40 FT_Face face;
64 FT_Face face );
74 FT_Face face,
80 FT_Face face,
H A Dafcjk.h107 FT_Face face );
126 FT_Face face );
130 FT_Face face );
/reactos/sdk/lib/3rdparty/freetype/src/type42/
H A Dt42drivr.c125 t42_ps_get_font_info( FT_Face face, in t42_ps_get_font_info()
135 t42_ps_get_font_extra( FT_Face face, in t42_ps_get_font_extra()
145 t42_ps_has_glyph_names( FT_Face face ) in t42_ps_has_glyph_names()
154 t42_ps_get_font_private( FT_Face face, in t42_ps_get_font_private()
/reactos/sdk/lib/3rdparty/freetype/src/pfr/
H A Dpfrobjs.h61 FT_Face face, /* PFR_Face */
67 pfr_face_done( FT_Face face ); /* PFR_Face */
71 pfr_face_get_kerning( FT_Face face, /* PFR_Face */
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dftdrv.h32 FT_Face face,
38 (*FT_Face_DoneFunc)( FT_Face face );
71 (*FT_Face_GetKerningFunc)( FT_Face face,
78 (*FT_Face_AttachFunc)( FT_Face face,
83 (*FT_Face_GetAdvancesFunc)( FT_Face face,

123456