Searched refs:FT_Face (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ft.h40 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/harfbuzz_ng/src/
H A Dhb-ft.h40 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/pdfium/core/include/fxge/
H A Dfx_freetype.h54 FT_Open_Face((FT_Library)(library), args, index, (FT_Face*)(face))
55 #define FXFT_Done_Face(face) FT_Done_Face((FT_Face)(face))
59 FT_New_Memory_Face((FT_Library)(library), base, size, index, (FT_Face*)(face))
61 FT_New_Face((FT_Library)(library), filename, index, (FT_Face*)(face))
62 #define FXFT_Get_Face_FreeType(face) ((FT_Face)face)->driver->root.library
63 #define FXFT_Select_Charmap(face, encoding) FT_Select_Charmap((FT_Face)face, (FT_Encoding)encoding)
64 #define FXFT_Set_Charmap(face, charmap) FT_Set_Charmap((FT_Face)face, (FT_CharMap)charmap)
65 #define FXFT_Load_Glyph(face, glyph_index, flags) FT_Load_Glyph((FT_Face)face, glyph_index, flags)
66 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
67 #define FXFT_Get_Glyph_Name(face, index, buffer, size) FT_Get_Glyph_Name((FT_Face)fac
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A 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,
H A Dftautoh.h78 * array with `num_glyphs' elements, as found in the font's @FT_Face
90 * FT_Face face;
244 FT_Face face;
281 * an @FT_Face structure but not loaded any glyph (using the
301 * FT_Face face;
336 FT_Face face;
H A Dftpfr.h90 FT_Get_PFR_Metrics( FT_Face face,
129 FT_Get_PFR_Kerning( FT_Face face,
160 FT_Get_PFR_Advance( FT_Face face,
H A Dftxf86.h77 FT_Get_X11_Font_Format( FT_Face face );
/external/freetype/include/
H A 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,
H A Dftautoh.h80 * array with `num_glyphs' elements, as found in the font's @FT_Face
92 * FT_Face face;
250 FT_Face face;
289 * an @FT_Face structure but not loaded any glyph (using the
334 * an @FT_Face structure but not loaded any glyph (using the
354 * FT_Face face;
389 FT_Face face;
H A Dftpfr.h90 FT_Get_PFR_Metrics( FT_Face face,
129 FT_Get_PFR_Kerning( FT_Face face,
160 FT_Get_PFR_Advance( FT_Face face,
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A 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,
H A Dftpfr.h90 FT_Get_PFR_Metrics( FT_Face face,
129 FT_Get_PFR_Kerning( FT_Face face,
160 FT_Get_PFR_Advance( FT_Face face,
H A Dftxf86.h77 FT_Get_X11_Font_Format( FT_Face face );
H A Dftautoh.h80 * array with `num_glyphs' elements, as found in the font's @FT_Face
92 * FT_Face face;
250 FT_Face face;
289 * an @FT_Face structure but not loaded any glyph (using the
309 * FT_Face face;
344 FT_Face face;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A 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,
H A Dftpfr.h90 FT_Get_PFR_Metrics( FT_Face face,
129 FT_Get_PFR_Kerning( FT_Face face,
160 FT_Get_PFR_Advance( FT_Face face,
H A Dftxf86.h77 FT_Get_X11_Font_Format( FT_Face face );
H A Dftautoh.h80 * array with `num_glyphs' elements, as found in the font's @FT_Face
92 * FT_Face face;
250 FT_Face face;
289 * an @FT_Face structure but not loaded any glyph (using the
309 * FT_Face face;
344 FT_Face face;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftxf86.c28 FT_Get_X11_Font_Format( FT_Face face )
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.h41 FT_Face face;
64 FT_Face face );
73 FT_Face face,
/external/freetype/include/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
/external/freetype/src/autofit/
H A Dafloader.h41 FT_Face face;
64 FT_Face face );
73 FT_Face face,
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,

Completed in 869 milliseconds

1234567891011>>