/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 58 FT_Open_Face((FT_Library)(library), args, index, (FT_Face*)(face)) 59 #define FXFT_Done_Face(face) FT_Done_Face((FT_Face)(face)) 63 FT_New_Memory_Face((FT_Library)(library), base, size, index, (FT_Face*)(face)) 65 FT_New_Face((FT_Library)(library), filename, index, (FT_Face*)(face)) 66 #define FXFT_Get_Face_FreeType(face) ((FT_Face)face)->driver->root.library 67 #define FXFT_Select_Charmap(face, encoding) FT_Select_Charmap((FT_Face)face, (FT_Encoding)encoding) 68 #define FXFT_Set_Charmap(face, charmap) FT_Set_Charmap((FT_Face)face, (FT_CharMap)charmap) 69 #define FXFT_Load_Glyph(face, glyph_index, flags) FT_Load_Glyph((FT_Face)face, glyph_index, flags) 70 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code) 71 #define FXFT_Get_Glyph_Name(face, index, buffer, size) FT_Get_Glyph_Name((FT_Face)face, index, buff… [all …]
|
/external/pdfium/third_party/freetype/include/ |
D | freetype.h | 484 typedef struct FT_FaceRec_* FT_Face; typedef 818 FT_Face face; 1499 FT_Face face; /* parent face object */ 1709 FT_Face face; 1973 FT_Face *aface ); 2012 FT_Face *aface ); 2071 FT_Face *aface ); 2092 FT_Attach_File( FT_Face face, 2127 FT_Attach_Stream( FT_Face face, 2155 FT_Reference_Face( FT_Face face ); [all …]
|
D | ftmm.h | 241 FT_Get_Multi_Master( FT_Face face, 264 FT_Get_MM_Var( FT_Face face, 292 FT_Set_MM_Design_Coordinates( FT_Face face, 319 FT_Set_Var_Design_Coordinates( FT_Face face, 347 FT_Set_MM_Blend_Coordinates( FT_Face face, 361 FT_Set_Var_Blend_Coordinates( FT_Face face,
|
D | ftgxval.h | 226 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,
|
D | ftcid.h | 86 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face, 121 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face, 155 FT_Get_CID_From_Glyph_Index( FT_Face face,
|
D | ftpfr.h | 90 FT_Get_PFR_Metrics( FT_Face face, 129 FT_Get_PFR_Kerning( FT_Face face, 160 FT_Get_PFR_Advance( FT_Face face,
|
/external/freetype/include/ |
D | freetype.h | 495 typedef struct FT_FaceRec_* FT_Face; typedef 833 FT_Face face; 1519 FT_Face face; /* parent face object */ 1729 FT_Face face; 1993 FT_Face *aface ); 2032 FT_Face *aface ); 2091 FT_Face *aface ); 2112 FT_Attach_File( FT_Face face, 2147 FT_Attach_Stream( FT_Face face, 2175 FT_Reference_Face( FT_Face face ); [all …]
|
D | ftmm.h | 241 FT_Get_Multi_Master( FT_Face face, 264 FT_Get_MM_Var( FT_Face face, 294 FT_Set_MM_Design_Coordinates( FT_Face face, 323 FT_Set_Var_Design_Coordinates( FT_Face face, 353 FT_Set_MM_Blend_Coordinates( FT_Face face, 367 FT_Set_Var_Blend_Coordinates( FT_Face face,
|
D | ftgxval.h | 226 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,
|
D | ftcid.h | 87 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,
|
D | ftpfr.h | 90 FT_Get_PFR_Metrics( FT_Face face, 129 FT_Get_PFR_Kerning( FT_Face face, 160 FT_Get_PFR_Advance( FT_Face face,
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 78 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph() 95 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_h_advance() 114 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_advance() 146 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_v_origin() 167 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_h_kerning() 195 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_extents() 217 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_contour_point() 242 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_name() 258 FT_Face ft_face = (FT_Face) font_data; in hb_ft_get_glyph_from_name() 306 FT_Face ft_face = (FT_Face) user_data; in reference_table() [all …]
|
D | hb-ft.h | 61 hb_ft_face_create (FT_Face ft_face, 73 hb_ft_face_create_cached (FT_Face ft_face); 83 hb_ft_face_create_referenced (FT_Face ft_face); 100 hb_ft_font_create (FT_Face ft_face, 106 hb_ft_font_create_referenced (FT_Face ft_face); 113 FT_Face
|
/external/freetype/src/base/ |
D | ftmm.c | 38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service() 68 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master() 95 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var() 122 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates() 150 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates() 178 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates() 209 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
|
D | fttype1.c | 29 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()
|
D | ftobjs.c | 401 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot() 494 FT_Set_Transform( FT_Face face, in FT_Set_Transform() 593 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() 846 FT_Load_Char( FT_Face face, in FT_Load_Char() 888 destroy_charmaps( FT_Face face, in destroy_charmaps() 915 FT_Face face, in destroy_face() 989 find_unicode_charmap( FT_Face face ) in find_unicode_charmap() 1077 find_variant_selector_charmap( FT_Face face ) in find_variant_selector_charmap() 1121 FT_Face *aface ) in open_face() 1125 FT_Face face = NULL; in open_face() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmm.c | 38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service() 68 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master() 95 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var() 122 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates() 150 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates() 178 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates() 209 FT_Set_Var_Blend_Coordinates( FT_Face face, in FT_Set_Var_Blend_Coordinates()
|
D | ftgxval.c | 38 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()
|
D | fttype1.c | 29 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()
|
D | ftobjs.c | 401 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot() 494 FT_Set_Transform( FT_Face face, in FT_Set_Transform() 593 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph() 846 FT_Load_Char( FT_Face face, in FT_Load_Char() 888 destroy_charmaps( FT_Face face, in destroy_charmaps() 915 FT_Face face, in destroy_face() 993 find_unicode_charmap( FT_Face face ) in find_unicode_charmap() 1081 find_variant_selector_charmap( FT_Face face ) in find_variant_selector_charmap() 1125 FT_Face *aface ) in open_face() 1129 FT_Face face = NULL; in open_face() [all …]
|
/external/freetype/include/internal/services/ |
D | svmm.h | 39 (*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, 52 (*FT_Set_Var_Design_Func)( FT_Face face, 57 (*FT_Set_MM_Blend_Func)( FT_Face face,
|
D | svpsinfo.h | 33 (*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,
|
D | svpfr.h | 33 (*FT_PFR_GetMetricsFunc)( FT_Face face, 40 (*FT_PFR_GetKerningFunc)( FT_Face face, 46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
|
/external/pdfium/third_party/freetype/include/internal/services/ |
D | svpsinfo.h | 33 (*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,
|
D | svpfr.h | 33 (*FT_PFR_GetMetricsFunc)( FT_Face face, 40 (*FT_PFR_GetKerningFunc)( FT_Face face, 46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
|