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

1 2 3 4 5 6 7 8

  /external/freetype/src/sfnt/
ttkern.h 33 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 )
ttload.h 33 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...]
ttbdf.h 32 tt_face_free_bdf_props( TT_Face face ); variable
36 tt_face_find_bdf_prop( TT_Face face,
sfdriver.c 69 get_sfnt_table( TT_Face face,
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->pclt.Version ? &face->pclt : 0
    [all...]
sfobjs.c 123 /* face :: A handle to the source face object. */
135 tt_face_get_name( TT_Face face,
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->name_table.stream
    [all...]
ttsbit.h 31 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,
sfobjs.h 33 TT_Face face,
40 TT_Face face,
46 sfnt_done_face( TT_Face face ); variable
ttmtx.h 32 tt_face_load_hhea( TT_Face face,
38 tt_face_load_hmtx( TT_Face face,
44 tt_face_get_metrics( TT_Face face,
ttmtx.c 51 /* 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, tag, stream, &table_size )
    [all...]
ttpost.h 33 tt_face_get_ps_name( TT_Face face,
38 tt_face_free_ps_names( TT_Face face ); variable
  /external/freetype/src/base/
ftxf86.c 28 FT_Get_X11_Font_Format( FT_Face face )
33 if ( face )
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
ftwinfnt.c 28 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 );
ftmm.c 36 ft_face_get_mm_service( FT_Face face,
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, amaster )
    [all...]
ftadvanc.c 25 _ft_face_scale_advances( FT_Face face,
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, padvance, 1, flags )
    [all...]
ftsnames.c 34 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->stream
    [all...]
ftgasp.c 25 FT_Get_Gasp( FT_Face face,
31 if ( face && FT_IS_SFNT( face ) )
33 TT_Face ttface = (TT_Face)face;
ftpatent.c 113 _tt_check_patents_in_table( FT_Face face,
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->num_glyphs; gindex++
    [all...]
  /external/freetype/src/truetype/
ttpload.c 53 /* 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->header.Index_To_Loc_Format != 0
    [all...]
ttpload.h 31 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,
ttobjs.c 145 /* Compare the face with a list of well-known `tricky' fonts. */
169 /* Note that we only check the face name at the moment; it might */
185 /* Initialize a given TrueType face object. */
190 /* face_index :: The index of the font face in the resource. */
197 /* face :: The newly built face object. */
212 TT_Face face = (TT_Face)ttface; local
225 error = sfnt->init_face( stream, face, face_index, num_params, params );
232 if ( face->format_tag != 0x00010000L && /* MS fonts */
233 face->format_tag != 0x00020000L && /* CJK fonts for Win 3.1 *
338 TT_Face face = (TT_Face)ttface; local
405 TT_Face face = (TT_Face)size->root.face; local
490 TT_Face face = (TT_Face)size->root.face; local
545 TT_Face face = (TT_Face)ftsize->face; local
589 TT_Face face = (TT_Face)ftsize->face; local
685 TT_Face face = (TT_Face)size->root.face; local
793 TT_Face face; local
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
FontCustomPlatformData.cpp 36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face)
38 face->safeRef();
39 m_typeface = face;
66 SkTypeface* face = SkTypeface::CreateFromStream(stream); local
67 if (0 == face) {
73 SkAutoUnref aur(face);
75 return new FontCustomPlatformData(face);
  /external/freetype/include/freetype/
ftcid.h 62 * 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...]
ftpfr.h 58 * Return the outline and metrics resolutions of a given PFR face.
61 * face :: Handle to the input face. It can be a non-PFR face.
65 * Outline resolution. This is equivalent to `face->units_per_EM'
75 * `face->size->x_scale', but for metrics only. Optional (parameter
86 * If the input face is not a PFR, this function will return an error.
90 FT_Get_PFR_Metrics( FT_Face face,
103 * Return the kerning pair corresponding to two glyphs in a PFR face.
108 * face :: A handle to the input face
    [all...]
  /external/webkit/WebCore/html/
HTMLFontElement.idl 24 attribute [ConvertNullToNullString] DOMString face;
  /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,

Completed in 575 milliseconds

1 2 3 4 5 6 7 8