HomeSort by relevance Sort by last modified time
    Searched refs:FT_Face (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/harfbuzz_ng/src/
hb-ft.h 40 hb_ft_face_create (FT_Face ft_face,
44 hb_ft_face_create_cached (FT_Face ft_face);
47 hb_ft_font_create (FT_Face ft_face,
56 FT_Face
  /external/freetype/include/freetype/
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,
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,
ftxf86.h 77 FT_Get_X11_Font_Format( FT_Face face );
ftadvanc.h 85 /* @FT_Face. By default, the unhinted advance is returned in font */
89 /* face :: The source @FT_Face handle. */
117 FT_Get_Advance( FT_Face face,
130 /* @FT_Face. By default, the unhinted advances are returned in font */
134 /* face :: The source @FT_Face handle. */
165 FT_Get_Advances( FT_Face face,
ftmm.h 244 FT_Get_Multi_Master( FT_Face face,
268 FT_Get_MM_Var( FT_Face face,
296 FT_Set_MM_Design_Coordinates( FT_Face face,
323 FT_Set_Var_Design_Coordinates( FT_Face face,
351 FT_Set_MM_Blend_Coordinates( FT_Face face,
365 FT_Set_Var_Blend_Coordinates( FT_Face face,
ftmac.h 91 /* This function can be used to create @FT_Face objects from fonts */
103 FT_Face *aface )
227 FT_Face *aface )
262 FT_Face *aface )
ftbdf.h 157 FT_Get_BDF_Charset_ID( FT_Face face,
198 FT_Get_BDF_Property( FT_Face face,
ftotval.h 160 FT_OpenType_Validate( FT_Face face,
191 FT_OpenType_Free( FT_Face face,
ftsnames.h 126 FT_Get_Sfnt_Name_Count( FT_Face face );
158 FT_Get_Sfnt_Name( FT_Face face,
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 39 void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
40 void generateGlyphPath(FT_Face face, const SkGlyph& glyph, SkPath* path);
41 void emboldenOutline(FT_Face face, FT_Outline* outline);
  /external/freetype/include/freetype/internal/services/
svpfr.h 33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
svwinfnt.h 32 (*FT_WinFnt_GetHeaderFunc)( FT_Face face,
svgxval.h 41 (*gxv_validate_func)( FT_Face face,
48 (*ckern_validate_func)( FT_Face face,
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,
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,
svcid.h 30 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face,
35 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face,
38 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
svsfnt.h 40 (*FT_SFNT_TableLoadFunc)( FT_Face face,
50 (*FT_SFNT_TableGetFunc)( FT_Face face,
58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
svbdf.h 32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
svgldict.h 38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
  /external/freetype/src/autofit/
afloader.h 30 FT_Face face; /* current face */
52 FT_Face face );
61 FT_Face face,
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h 32 typedef struct FT_FaceRec_* FT_Face;
43 FontCustomPlatformData(FT_Face, SharedBuffer*);
49 FT_Face m_freeTypeFace;
  /external/freetype/src/base/
ftxf86.c 28 FT_Get_X11_Font_Format( FT_Face face )
ftbase.h 38 FT_Face *aface );
41 /* Create a new FT_Face given a buffer and a driver name. */
49 FT_Face *aface );
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 20 FT_Face face = (FT_Face) font->userData;
38 FT_Face face = (FT_Face) font->userData;
54 FT_Face face = (FT_Face)font->userData;
71 FT_Face face = (FT_Face) font->userData;
97 FT_Face face = (FT_Face) font->userData
    [all...]

Completed in 345 milliseconds

1 2 3 4