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

12345678

/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...]
H A Dttbdf.h32 tt_face_free_bdf_props( TT_Face face ); variable
36 tt_face_find_bdf_prop( TT_Face face,
H A Dsfobjs.c123 /* face :: A handle to the source face object. */
135 tt_face_get_name( TT_Face face, argument
139 FT_Memory memory = face->root.memory;
157 rec = face->name_table.names;
158 for ( n = 0; n < face->num_names; n++, rec++ )
231 rec = face->name_table.names + found_win;
255 rec = face->name_table.names + found_apple;
260 rec = face->name_table.names + found_unicode;
268 FT_Stream stream = face
[all...]
H A Dttsbit.h31 tt_face_load_eblc( TT_Face face,
35 tt_face_free_eblc( TT_Face face ); variable
39 tt_face_set_sbit_strike( TT_Face face,
44 tt_face_load_strike_metrics( TT_Face face,
50 tt_find_sbit_image( TT_Face face,
65 tt_face_load_sbit_image( TT_Face face,
H A Dsfobjs.h33 TT_Face face,
40 TT_Face face,
46 sfnt_done_face( TT_Face face ); variable
H A Dttmtx.h32 tt_face_load_hhea( TT_Face face,
38 tt_face_load_hmtx( TT_Face face,
44 tt_face_get_metrics( TT_Face face,
H A Dttmtx.c51 /* Load the `hmtx' or `vmtx' table into a face object. */
54 /* face :: A handle to the target face object. */
66 tt_face_load_hmtx( TT_Face face,
79 ptable_offset = &face->vert_metrics_offset;
80 ptable_size = &face->vert_metrics_size;
85 ptable_offset = &face->horz_metrics_offset;
86 ptable_size = &face->horz_metrics_size;
89 error = face->goto_table( face, ta
[all...]
H A Dttpost.h33 tt_face_get_ps_name( TT_Face face,
38 tt_face_free_ps_names( TT_Face face ); variable
H A Dsfdriver.c69 get_sfnt_table( TT_Face face, argument
78 table = &face->header;
82 table = &face->horizontal;
86 table = face->vertical_info ? &face->vertical : 0;
90 table = face->os2.version == 0xFFFFU ? 0 : &face->os2;
94 table = &face->postscript;
98 table = &face->max_profile;
102 table = face
114 sfnt_table_info( TT_Face face, FT_UInt idx, FT_ULong *tag, FT_ULong *offset, FT_ULong *length ) argument
154 sfnt_get_glyph_name( TT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
172 sfnt_get_name_index( TT_Face face, FT_String* glyph_name ) argument
343 sfnt_get_charset_id( TT_Face face, const char* *acharset_encoding, const char* *acharset_registry ) argument
[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...]
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 Dftmm.c36 ft_face_get_mm_service( FT_Face face, argument
44 if ( !face )
49 if ( FT_HAS_MULTIPLE_MASTERS( face ) )
51 FT_FACE_LOOKUP_SERVICE( face,
66 FT_Get_Multi_Master( FT_Face face,
73 error = ft_face_get_mm_service( face, &service );
78 error = service->get_mm( face, amaster );
88 FT_Get_MM_Var( FT_Face face,
95 error = ft_face_get_mm_service( face, &service );
100 error = service->get_mm_var( face, amaste
[all...]
H A Dftadvanc.c25 _ft_face_scale_advances( FT_Face face, argument
37 if ( face->size == NULL )
41 scale = face->size->metrics.y_scale;
43 scale = face->size->metrics.x_scale;
70 FT_Get_Advance( FT_Face face,
78 if ( !face )
81 if ( gindex >= (FT_UInt)face->num_glyphs )
84 func = face->driver->clazz->get_advances;
90 error = func( face, gindex, 1, flags, padvance );
92 return _ft_face_scale_advances( face, padvanc
[all...]
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 Dftsnames.c34 FT_Get_Sfnt_Name_Count( FT_Face face )
36 return ( face && FT_IS_SFNT( face ) ) ? ((TT_Face)face)->num_names : 0;
43 FT_Get_Sfnt_Name( FT_Face face,
50 if ( aname && face && FT_IS_SFNT( face ) )
52 TT_Face ttface = (TT_Face)face;
63 FT_Memory memory = face->memory;
64 FT_Stream stream = face
[all...]
H A Dftgasp.c25 FT_Get_Gasp( FT_Face face,
31 if ( face && FT_IS_SFNT( face ) )
33 TT_Face ttface = (TT_Face)face;
H A Dftpatent.c113 _tt_check_patents_in_table( FT_Face face, argument
116 FT_Stream stream = face->stream;
122 FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE );
131 error = service->table_info( face, i,
147 _tt_face_check_patents( FT_Face face )
149 FT_Stream stream = face->stream;
157 result = _tt_check_patents_in_table( face, TTAG_fpgm );
161 result = _tt_check_patents_in_table( face, TTAG_prep );
165 FT_FACE_FIND_SERVICE( face, service, TT_GLYF );
169 for ( gindex = 0; gindex < (FT_UInt)face
[all...]
/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/freetype/include/freetype/
H A Dftcid.h62 * face ::
63 * A handle to the input face.
67 * The registry, as a C~string, owned by the face.
70 * The ordering, as a C~string, owned by the face.
86 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face,
98 * Retrieve the type of the input face, CID keyed or not. In
103 * face ::
104 * A handle to the input face.
108 * The type of the face as an @FT_Bool.
121 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face,
[all...]
/external/freetype/src/autofit/
H A Dafindic.c37 FT_Face face )
40 FT_CharMap oldmap = face->charmap;
43 metrics->units_per_em = face->units_per_EM;
45 if ( FT_Select_Charmap( face, FT_ENCODING_UNICODE ) )
46 face->charmap = NULL;
49 af_cjk_metrics_init_widths( metrics, face, 0x7530 );
52 af_cjk_metrics_init_blues( metrics, face, af_cjk_blue_chars );
54 af_cjk_metrics_check_digits( metrics, face );
57 FT_Set_Charmap( face, oldmap );
/external/harfbuzz/contrib/
H A Dharfbuzz-freetype.c20 FT_Face face = (FT_Face) font->userData; local
27 glyphs[j++] = FT_Get_Char_Index(face, cp);
38 FT_Face face = (FT_Face) font->userData; local
42 const FT_Error error = FT_Load_Glyph(face, glyphs[i], FT_LOAD_DEFAULT);
48 advances[i] = face->glyph->advance.x;
54 FT_Face face = (FT_Face)font->userData; local
59 if (FT_Get_Char_Index(face, cp) == 0)
71 FT_Face face = (FT_Face) font->userData; local
75 if ((error = (HB_Error) FT_Load_Glyph(face, glyph, load_flags)))
78 if (face
97 FT_Face face = (FT_Face) font->userData; local
117 FT_Face face = (FT_Face) font->userData; local
140 FT_Face face = (FT_Face) voidface; local
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLFontElement.idl24 attribute [Reflect] DOMString face;

Completed in 235 milliseconds

12345678