Searched refs:face (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftxf86.c28 FT_Get_X11_Font_Format( FT_Face face )
33 if ( face )
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
H A Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face,
34 if ( face )
39 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
42 error = service->ps_get_font_info( face, afont_info );
52 FT_Has_PS_Glyph_Names( FT_Face face )
58 if ( face )
60 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
63 result = service->ps_has_glyph_names( face );
73 FT_Get_PS_Font_Private( FT_Face face,
79 if ( face )
[all...]
H A Dftwinfnt.c28 FT_Get_WinFNT_Header( FT_Face face,
37 if ( face != NULL )
39 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT );
43 error = service->get_header( face, header );
H A Dftfstype.c28 FT_Get_FSType_Flags( FT_Face face )
34 if ( face )
39 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
46 if ( !service->ps_get_font_extra( face, &extra ) &&
54 if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, ft_sfnt_os2 ) ) != NULL &&
H A Dftpfr.c27 ft_pfr_check( FT_Face face )
32 if ( face )
33 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS );
42 FT_Get_PFR_Metrics( FT_Face face,
52 if ( !face )
55 service = ft_pfr_check( face );
58 error = service->get_metrics( face,
71 *aoutline_resolution = face->units_per_EM;
74 *ametrics_resolution = face->units_per_EM;
77 if ( face
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h53 #define FXFT_Open_Face(library, args, index, face) \
54 FT_Open_Face((FT_Library)(library), args, index, (FT_Face*)(face))
55 #define FXFT_Done_Face(face) FT_Done_Face((FT_Face)(face))
58 #define FXFT_New_Memory_Face(library, base, size, index, face) \
59 FT_New_Memory_Face((FT_Library)(library), base, size, index, (FT_Face*)(face))
60 #define FXFT_New_Face(library, filename, index, face) \
61 FT_New_Face((FT_Library)(library), filename, index, (FT_Face*)(face))
62 #define FXFT_Get_Face_FreeType(face) ((FT_Face)face)
[all...]
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttkern.h33 tt_face_load_kern( TT_Face face,
37 tt_face_done_kern( TT_Face face ); variable
40 tt_face_get_kerning( TT_Face face,
44 #define TT_FACE_HAS_KERNING( face ) ( (face)->kern_avail_bits != 0 )
H A Dttload.h33 tt_face_lookup_table( TT_Face face,
37 tt_face_goto_table( TT_Face face,
44 tt_face_load_font_dir( TT_Face face,
49 tt_face_load_any( TT_Face face,
57 tt_face_load_head( TT_Face face,
62 tt_face_load_cmap( TT_Face face,
67 tt_face_load_maxp( TT_Face face,
72 tt_face_load_name( TT_Face face,
77 tt_face_load_os2( TT_Face face,
82 tt_face_load_post( TT_Face face,
91 tt_face_free_name( TT_Face face ); variable
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTypefacePriv.h19 static inline SkTypeface* ref_or_default(SkTypeface* face) { argument
20 return face ? SkRef(face) : SkTypeface::RefDefault();
31 SkAutoResolveDefaultTypeface(SkTypeface* face) argument
32 : INHERITED(ref_or_default(face)) {}
/external/freetype/src/sfnt/
H A Dttkern.h33 tt_face_load_kern( TT_Face face,
37 tt_face_done_kern( TT_Face face ); variable
40 tt_face_get_kerning( TT_Face face,
44 #define TT_FACE_HAS_KERNING( face ) ( (face)->kern_avail_bits != 0 )
H A Dttload.h33 tt_face_lookup_table( TT_Face face,
37 tt_face_goto_table( TT_Face face,
44 tt_face_load_font_dir( TT_Face face,
49 tt_face_load_any( TT_Face face,
57 tt_face_load_head( TT_Face face,
62 tt_face_load_cmap( TT_Face face,
67 tt_face_load_maxp( TT_Face face,
72 tt_face_load_name( TT_Face face,
77 tt_face_load_os2( TT_Face face,
82 tt_face_load_post( TT_Face face,
91 tt_face_free_name( TT_Face face ); variable
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttkern.h33 tt_face_load_kern( TT_Face face,
37 tt_face_done_kern( TT_Face face ); variable
40 tt_face_get_kerning( TT_Face face,
44 #define TT_FACE_HAS_KERNING( face ) ( (face)->kern_avail_bits != 0 )
/external/skia/src/core/
H A DSkTypefacePriv.h19 static inline SkTypeface* ref_or_default(SkTypeface* face) { argument
20 return face ? SkRef(face) : SkTypeface::RefDefault();
31 SkAutoResolveDefaultTypeface(SkTypeface* face) argument
32 : INHERITED(ref_or_default(face)) {}
/external/chromium_org/third_party/freetype/src/base/
H A Dftxf86.c28 FT_Get_X11_Font_Format( FT_Face face )
33 if ( face )
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
H A Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face,
34 if ( face )
39 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
42 error = service->ps_get_font_info( face, afont_info );
52 FT_Has_PS_Glyph_Names( FT_Face face )
58 if ( face )
60 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
63 result = service->ps_has_glyph_names( face );
73 FT_Get_PS_Font_Private( FT_Face face,
79 if ( face )
[all...]
/external/freetype/src/base/
H A Dftxf86.c28 FT_Get_X11_Font_Format( FT_Face face )
33 if ( face )
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
H A Dfttype1.c28 FT_Get_PS_Font_Info( FT_Face face,
34 if ( face )
39 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
42 error = service->ps_get_font_info( face, afont_info );
52 FT_Has_PS_Glyph_Names( FT_Face face )
58 if ( face )
60 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
63 result = service->ps_has_glyph_names( face );
73 FT_Get_PS_Font_Private( FT_Face face,
79 if ( face )
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c53 /* face :: A handle to the target face object. */
62 tt_face_load_loca( TT_Face face,
71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
76 face->glyf_len = 0;
81 error = face->goto_table( face, TTAG_loca, stream, &table_len );
88 if ( face
576 tt_face_get_device_metrics( TT_Face face, FT_UInt ppem, FT_UInt gindex ) argument
[all...]
H A Dttpload.h31 tt_face_load_loca( TT_Face face,
35 tt_face_get_location( TT_Face face,
40 tt_face_done_loca( TT_Face face ); variable
43 tt_face_load_cvt( TT_Face face,
47 tt_face_load_fpgm( TT_Face face,
52 tt_face_load_prep( TT_Face face,
57 tt_face_load_hdmx( TT_Face face,
62 tt_face_free_hdmx( TT_Face face ); variable
66 tt_face_get_device_metrics( TT_Face face,
/external/freetype/src/truetype/
H A Dttpload.c53 /* face :: A handle to the target face object. */
62 tt_face_load_loca( TT_Face face,
71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
76 face->glyf_len = 0;
81 error = face->goto_table( face, TTAG_loca, stream, &table_len );
88 if ( face
576 tt_face_get_device_metrics( TT_Face face, FT_UInt ppem, FT_UInt gindex ) argument
[all...]
H A Dttpload.h31 tt_face_load_loca( TT_Face face,
35 tt_face_get_location( TT_Face face,
40 tt_face_done_loca( TT_Face face ); variable
43 tt_face_load_cvt( TT_Face face,
47 tt_face_load_fpgm( TT_Face face,
52 tt_face_load_prep( TT_Face face,
57 tt_face_load_hdmx( TT_Face face,
62 tt_face_free_hdmx( TT_Face face ); variable
66 tt_face_get_device_metrics( TT_Face face,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c53 /* face :: A handle to the target face object. */
62 tt_face_load_loca( TT_Face face,
71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
76 face->glyf_len = 0;
81 error = face->goto_table( face, TTAG_loca, stream, &table_len );
88 if ( face
578 tt_face_get_device_metrics( TT_Face face, FT_UInt ppem, FT_UInt gindex ) argument
[all...]
H A Dttpload.h31 tt_face_load_loca( TT_Face face,
35 tt_face_get_location( TT_Face face,
40 tt_face_done_loca( TT_Face face ); variable
43 tt_face_load_cvt( TT_Face face,
47 tt_face_load_fpgm( TT_Face face,
52 tt_face_load_prep( TT_Face face,
57 tt_face_load_hdmx( TT_Face face,
62 tt_face_free_hdmx( TT_Face face ); variable
66 tt_face_get_device_metrics( TT_Face face,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-face.h50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face);
68 hb_face_set_user_data (hb_face_t *face,
76 hb_face_get_user_data (hb_face_t *face,
80 hb_face_make_immutable (hb_face_t *face);
83 hb_face_is_immutable (hb_face_t *face);
87 hb_face_reference_table (hb_face_t *face,
91 hb_face_reference_blob (hb_face_t *face);
94 hb_face_set_index (hb_face_t *face,
[all...]
/external/harfbuzz_ng/src/
H A Dhb-face.h50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face);
68 hb_face_set_user_data (hb_face_t *face,
76 hb_face_get_user_data (hb_face_t *face,
80 hb_face_make_immutable (hb_face_t *face);
83 hb_face_is_immutable (hb_face_t *face);
87 hb_face_reference_table (hb_face_t *face,
91 hb_face_reference_blob (hb_face_t *face);
94 hb_face_set_index (hb_face_t *face,
[all...]

Completed in 1079 milliseconds

1234567891011>>