/external/freetype/include/freetype/ |
D | freetype.h | 483 typedef struct FT_FaceRec_* FT_Face; typedef 819 FT_Face face; 1634 FT_Face face; /* parent face object */ 1874 FT_Face face; 2160 FT_Face *aface ); 2201 FT_Face *aface ); 2345 FT_Face *aface ); 2368 FT_Attach_File( FT_Face face, 2404 FT_Attach_Stream( FT_Face face, 2433 FT_Reference_Face( FT_Face face ); [all …]
|
D | ftmm.h | 276 FT_Get_Multi_Master( FT_Face face, 303 FT_Get_MM_Var( FT_Face face, 366 FT_Set_MM_Design_Coordinates( FT_Face face, 409 FT_Set_Var_Design_Coordinates( FT_Face face, 444 FT_Get_Var_Design_Coordinates( FT_Face face, 490 FT_Set_MM_Blend_Coordinates( FT_Face face, 527 FT_Get_MM_Blend_Coordinates( FT_Face face, 541 FT_Set_Var_Blend_Coordinates( FT_Face face, 558 FT_Get_Var_Blend_Coordinates( FT_Face face, 606 FT_Set_MM_WeightVector( FT_Face face, [all …]
|
D | ftgxval.h | 225 FT_TrueTypeGX_Validate( FT_Face face, 251 FT_TrueTypeGX_Free( FT_Face face, 317 FT_ClassicKern_Validate( FT_Face face, 343 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, 133 FT_Get_PFR_Kerning( FT_Face face, 167 FT_Get_PFR_Advance( FT_Face face,
|
D | ftsnames.h | 140 FT_Get_Sfnt_Name_Count( FT_Face face ); 181 FT_Get_Sfnt_Name( FT_Face face, 259 FT_Get_Sfnt_LangTag( FT_Face face,
|
D | ftcolor.h | 211 FT_Palette_Data_Get( FT_Face face, 264 FT_Palette_Select( FT_Face face, 302 FT_Palette_Set_Foreground_Color( FT_Face face,
|
/external/freetype/src/gxvalid/ |
D | gxvalid.h | 44 FT_Face face, 50 FT_Face face, 56 FT_Face face, 61 FT_Face face, 66 FT_Face face, 71 FT_Face face, 76 FT_Face face, 81 FT_Face face, 87 FT_Face face, 92 FT_Face face, [all …]
|
/external/freetype/include/freetype/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, 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 ); [all …]
|
D | svmetric.h | 39 (*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 );
|
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,
|
D | svcid.h | 31 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face, 36 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face, 39 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
|
D | svsfnt.h | 40 (*FT_SFNT_TableLoadFunc)( FT_Face face, 50 (*FT_SFNT_TableGetFunc)( FT_Face face, 58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
|
/external/harfbuzz_ng/src/ |
D | hb-ft.h | 63 hb_ft_face_create (FT_Face ft_face, 75 hb_ft_face_create_cached (FT_Face ft_face); 85 hb_ft_face_create_referenced (FT_Face ft_face); 102 hb_ft_font_create (FT_Face ft_face, 108 hb_ft_font_create_referenced (FT_Face ft_face); 110 HB_EXTERN FT_Face
|
D | hb-ft.cc | 77 FT_Face ft_face; 87 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create() 110 FT_Done_Face ((FT_Face) data); in _hb_ft_face_destroy() 171 FT_Face 272 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_h_advances() 333 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_v_origin() 379 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_extents() 412 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_contour_point() 438 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_name() 456 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_from_name() [all …]
|
/external/freetype/src/base/ |
D | ftmm.c | 38 ft_face_get_mm_service( FT_Face face, in ft_face_get_mm_service() 66 ft_face_get_mvar_service( FT_Face face, in ft_face_get_mvar_service() 96 FT_Get_Multi_Master( FT_Face face, in FT_Get_Multi_Master() 123 FT_Get_MM_Var( FT_Face face, in FT_Get_MM_Var() 169 FT_Set_MM_Design_Coordinates( FT_Face face, in FT_Set_MM_Design_Coordinates() 204 FT_Set_MM_WeightVector( FT_Face face, in FT_Set_MM_WeightVector() 237 FT_Get_MM_WeightVector( FT_Face face, in FT_Get_MM_WeightVector() 265 FT_Set_Var_Design_Coordinates( FT_Face face, in FT_Set_Var_Design_Coordinates() 313 FT_Get_Var_Design_Coordinates( FT_Face face, in FT_Get_Var_Design_Coordinates() 341 FT_Set_MM_Blend_Coordinates( FT_Face face, in FT_Set_MM_Blend_Coordinates() [all …]
|
D | ftcolor.c | 34 FT_Palette_Data_Get( FT_Face face, in FT_Palette_Data_Get() 54 FT_Palette_Select( FT_Face face, in FT_Palette_Select() 94 FT_Palette_Set_Foreground_Color( FT_Face face, in FT_Palette_Set_Foreground_Color() 117 FT_Palette_Data_Get( FT_Face face, in FT_Palette_Data_Get() 129 FT_Palette_Select( FT_Face face, in FT_Palette_Select() 143 FT_Palette_Set_Foreground_Color( FT_Face face, in FT_Palette_Set_Foreground_Color()
|
D | ftsnames.c | 35 FT_Get_Sfnt_Name_Count( FT_Face face ) in FT_Get_Sfnt_Name_Count() 44 FT_Get_Sfnt_Name( FT_Face face, in FT_Get_Sfnt_Name() 95 FT_Get_Sfnt_LangTag( FT_Face face, in FT_Get_Sfnt_LangTag() 148 FT_Get_Sfnt_Name_Count( FT_Face face ) in FT_Get_Sfnt_Name_Count() 157 FT_Get_Sfnt_Name( FT_Face face, in FT_Get_Sfnt_Name() 170 FT_Get_Sfnt_LangTag( FT_Face face, in FT_Get_Sfnt_LangTag()
|
D | ftgxval.c | 37 FT_TrueTypeGX_Validate( FT_Face face, in FT_TrueTypeGX_Validate() 74 FT_TrueTypeGX_Free( FT_Face face, in FT_TrueTypeGX_Free() 90 FT_ClassicKern_Validate( FT_Face face, in FT_ClassicKern_Validate() 125 FT_ClassicKern_Free( FT_Face face, in FT_ClassicKern_Free()
|
D | fttype1.c | 28 FT_Get_PS_Font_Info( FT_Face face, in FT_Get_PS_Font_Info() 55 FT_Has_PS_Glyph_Names( FT_Face face ) in FT_Has_PS_Glyph_Names() 76 FT_Get_PS_Font_Private( FT_Face face, in FT_Get_PS_Font_Private() 103 FT_Get_PS_Font_Value( FT_Face face, in FT_Get_PS_Font_Value()
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType_common.h | 22 typedef struct FT_FaceRec_* FT_Face; typedef 48 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform); 49 bool generateGlyphPath(FT_Face face, SkPath* path); 50 bool generateFacePath(FT_Face face, SkGlyphID glyphID, SkPath* path); 80 static bool GetAxes(FT_Face face, AxisDefinitions* axes); 83 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const; 89 static int GetUnitsPerEm(FT_Face face);
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 23 typedef struct FT_FaceRec_* FT_Face; typedef 49 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform); 50 bool generateGlyphPath(FT_Face face, SkPath* path); 51 bool generateFacePath(FT_Face face, SkGlyphID glyphID, SkPath* path); 82 static bool GetAxes(FT_Face face, AxisDefinitions* axes); 85 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const; 91 static int GetUnitsPerEm(FT_Face face);
|
/external/freetype/src/autofit/ |
D | afloader.h | 40 FT_Face face; 64 FT_Face face ); 74 FT_Face face, 80 FT_Face face,
|
/external/freetype/include/freetype/internal/ |
D | ftdrv.h | 32 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,
|