Home
last modified time | relevance | path

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

1234567

/external/freetype/include/freetype/
Dfreetype.h483 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 …]
Dftmm.h276 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 …]
Dftgxval.h225 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,
Dftcid.h86 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,
Dftpfr.h90 FT_Get_PFR_Metrics( FT_Face face,
133 FT_Get_PFR_Kerning( FT_Face face,
167 FT_Get_PFR_Advance( FT_Face face,
Dftsnames.h140 FT_Get_Sfnt_Name_Count( FT_Face face );
181 FT_Get_Sfnt_Name( FT_Face face,
259 FT_Get_Sfnt_LangTag( FT_Face face,
Dftcolor.h211 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/
Dgxvalid.h44 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/
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 );
[all …]
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 );
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,
Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
Dsvcid.h31 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face,
36 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face,
39 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
Dsvsfnt.h40 (*FT_SFNT_TableLoadFunc)( FT_Face face,
50 (*FT_SFNT_TableGetFunc)( FT_Face face,
58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
/external/harfbuzz_ng/src/
Dhb-ft.h63 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
Dhb-ft.cc77 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/
Dftmm.c38 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 …]
Dftcolor.c34 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()
Dftsnames.c35 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()
Dftgxval.c37 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()
Dfttype1.c28 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/
DSkFontHost_FreeType_common.h22 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/
DSkFontHost_FreeType_common.h23 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/
Dafloader.h40 FT_Face face;
64 FT_Face face );
74 FT_Face face,
80 FT_Face face,
/external/freetype/include/freetype/internal/
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,

1234567