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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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/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/pdfium/core/include/fxge/
fx_freetype.h 54 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)face, index, buffer, size)
    [all...]
  /external/chromium_org/third_party/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,
ftautoh.h 78 * 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;
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 );
  /external/freetype/include/
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,
ftautoh.h 80 * 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;
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,
  /external/pdfium/core/include/thirdparties/freetype/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 );
ftautoh.h 80 * 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/
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 );
ftautoh.h 80 * 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/
ftxf86.c 28 FT_Get_X11_Font_Format( FT_Face face )
  /external/chromium_org/third_party/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,
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.h 41 FT_Face face;
64 FT_Face face );
73 FT_Face face,
  /external/freetype/include/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,
  /external/freetype/src/autofit/
afloader.h 41 FT_Face face;
64 FT_Face face );
73 FT_Face face,
  /external/pdfium/core/include/thirdparties/freetype/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,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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,

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>