Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h512 typedef struct FT_FaceRec_* FT_Face; typedef
854 FT_Face face;
1669 FT_Face face; /* parent face object */
1909 FT_Face face;
2205 FT_Face *aface );
2246 FT_Face *aface );
2394 FT_Face *aface );
2417 FT_Attach_File( FT_Face face,
2453 FT_Attach_Stream( FT_Face face,
2483 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 …]
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,
461 FT_Get_Color_Glyph_Layer( FT_Face face,
1532 FT_Get_Color_Glyph_Paint( FT_Face face,
1576 FT_Get_Color_Glyph_ClipBox( FT_Face face,
1625 FT_Get_Paint_Layers( FT_Face face,
1668 FT_Get_Colorline_Stops( FT_Face face,
1706 FT_Get_Paint( FT_Face face,
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,
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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,
/third_party/skia/third_party/externals/harfbuzz/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
113 HB_EXTERN FT_Face
Dhb-ft.cc82 FT_Face ft_face;
92 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create()
113 FT_Done_Face ((FT_Face) data); in _hb_ft_face_destroy()
192 FT_Face
213 FT_Face
334 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_h_advances()
395 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_v_origin()
441 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_extents()
474 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_contour_point()
500 FT_Face ft_face = ft_font->ft_face; in hb_ft_get_glyph_name()
[all …]
/third_party/skia/third_party/externals/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()
Dftobjs.c108 FT_Face *aface,
611 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot()
705 FT_Set_Transform( FT_Face face, in FT_Set_Transform()
756 FT_Get_Transform( FT_Face face, in FT_Get_Transform()
835 FT_Load_Glyph( FT_Face face, in FT_Load_Glyph()
1143 FT_Load_Char( FT_Face face, in FT_Load_Char()
1185 destroy_charmaps( FT_Face face, in destroy_charmaps()
1212 FT_Face face, in destroy_face()
1286 find_unicode_charmap( FT_Face face ) in find_unicode_charmap()
1374 find_variant_selector_charmap( FT_Face face ) in find_variant_selector_charmap()
[all …]
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()
Dftpfr.c26 ft_pfr_check( FT_Face face ) in ft_pfr_check()
41 FT_Get_PFR_Metrics( FT_Face face, in FT_Get_PFR_Metrics()
98 FT_Get_PFR_Kerning( FT_Face face, in FT_Get_PFR_Kerning()
127 FT_Get_PFR_Advance( FT_Face face, in FT_Get_PFR_Advance()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.h23 typedef struct FT_FaceRec_* FT_Face; typedef
50 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
51 bool generateGlyphPath(FT_Face face, SkPath* path);
52 bool generateFacePath(FT_Face face, SkGlyphID glyphID, SkPath* path);
61 bool computeColrV1GlyphBoundingBox(FT_Face face, SkGlyphID glyphID, FT_BBox* boundingBox);
93 static bool GetAxes(FT_Face face, AxisDefinitions* axes);
96 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const;
102 static int GetUnitsPerEm(FT_Face face);
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.h40 FT_Face face;
64 FT_Face face );
74 FT_Face face,
80 FT_Face face,
/third_party/skia/third_party/externals/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