Searched defs:face (Results 1 - 25 of 101) sorted by relevance

12345

/external/freetype/include/freetype/
H A Dftxf86.h64 /* Return a string describing the format of a given face, using values */
70 /* face :: */
71 /* Input face handle. */
77 FT_Get_X11_Font_Format( FT_Face face ); variable
H A Dftsnames.h120 /* face :: A handle to the source face. */
126 FT_Get_Sfnt_Name_Count( FT_Face face ); variable
138 /* face :: A handle to the source face. */
158 FT_Get_Sfnt_Name( FT_Face face,
172 * legacy systems which has 4-face-per-family restriction.
187 * systems which has 4-face-per-family restriction.
/external/freetype/src/sfnt/
H A Dsfobjs.h33 TT_Face face,
40 TT_Face face,
46 sfnt_done_face( TT_Face face ); variable
H A Dttbdf.h32 tt_face_free_bdf_props( TT_Face face ); variable
36 tt_face_find_bdf_prop( TT_Face face,
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 Dttpost.h33 tt_face_get_ps_name( TT_Face face,
38 tt_face_free_ps_names( TT_Face face ); variable
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 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 Dttbdf.c41 tt_face_free_bdf_props( TT_Face face )
43 TT_BDF bdf = &face->bdf;
48 FT_Stream stream = FT_FACE(face)->stream;
62 tt_face_load_bdf_props( TT_Face face, argument
65 TT_BDF bdf = &face->bdf;
72 error = tt_face_goto_table( face, TTAG_BDF, stream, &length );
140 tt_face_find_bdf_prop( TT_Face face,
144 TT_BDF bdf = &face->bdf;
145 FT_Size size = FT_FACE(face)->size;
157 error = tt_face_load_bdf_props( face, FT_FAC
[all...]
H A Dttcmap.h112 tt_face_build_cmaps( TT_Face face ); variable
H A Dttpost.c156 load_format_20( TT_Face face, argument
179 if ( num_glyphs > face->max_profile.numGlyphs )
279 TT_Post_20 table = &face->postscript_names.names.format_20;
308 load_format_25( TT_Face face, argument
326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
356 TT_Post_25 table = &face->postscript_names.names.format_25;
374 load_post_names( TT_Face face )
383 /* get a stream for the face's resource */
384 stream = face->root.stream;
387 error = face
[all...]
/external/freetype/src/truetype/
H A Dttgload.h35 TT_Init_Glyph_Loading( TT_Face face ); variable
38 TT_Get_HMetrics( TT_Face face,
44 TT_Get_VMetrics( TT_Face face,
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/base/
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 Dftsynth.c87 FT_Face face = slot->face; local
97 xstr = FT_MulFix( face->units_per_EM,
98 face->size->metrics.y_scale ) / 24;
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 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/autofit/
H A Dafloader.h30 FT_Face face; /* current face */ member in struct:AF_LoaderRec_
31 AF_FaceGlobals globals; /* current face globals */
52 FT_Face face );
61 FT_Face face,
H A Dafglobal.c67 FT_Face face; member in struct:AF_FaceGlobalsRec_
68 FT_Long glyph_count; /* same as face->num_glyphs */
76 /* Compute the script index of each glyph within a given face. */
82 FT_Face face = globals->face; local
83 FT_CharMap old_charmap = face->charmap;
93 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
124 gindex = FT_Get_Char_Index( face, charcode );
133 charcode = FT_Get_Next_Char( face, charcode, &gindex );
148 FT_UInt gindex = FT_Get_Char_Index( face,
[all...]
/external/freetype/src/cff/
H A Dcffcmap.c36 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); local
37 CFF_Font cff = (CFF_Font)face->extra.data;
123 cff_sid_to_glyph_name( TT_Face face, argument
126 CFF_Font cff = (CFF_Font)face->extra.data;
138 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
139 FT_Memory memory = FT_FACE_MEMORY( face );
140 CFF_Font cff = (CFF_Font)face->extra.data;
155 (FT_Pointer)face );
162 FT_Face face = FT_CMAP_FACE( unicodes ); local
163 FT_Memory memory = FT_FACE_MEMORY( face );
175 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
188 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSource.h57 void setFontFace(CSSFontFace* face) { m_face = face; } argument
75 CSSFontFace* m_face; // Our owning font face.
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCustomPlatformData.cpp36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face) argument
38 SkSafeRef(face);
39 m_typeface = face;
66 SkTypeface* face = SkTypeface::CreateFromStream(stream); local
69 if (0 == face) {
75 SkAutoUnref aur(face);
77 return new FontCustomPlatformData(face);
/external/skia/gm/
H A Dstrokefill.cpp48 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); local
49 SkSafeUnref(paint.setTypeface(face));
52 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal);
53 SkSafeUnref(paint.setTypeface(face));
/external/skia/tests/
H A DFontHostTest.cpp27 static void test_tables(skiatest::Reporter* reporter, SkTypeface* face) { argument
28 SkFontID fontID = face->uniqueID();
76 SkTypeface* face = SkTypeface::CreateFromName(gNames[i], local
78 if (face) {
82 test_tables(reporter, face);
83 face->unref();
/external/freetype/src/psaux/
H A Dt1cmap.c38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); local
39 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames;
42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
177 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); local
178 T1_Encoding encoding = &face->type1.encoding;
267 psaux_get_glyph_name( T1_Face face, argument
270 return face->type1.glyph_names[idx];
277 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); local
278 FT_Memory memory = FT_FACE_MEMORY( face );
294 FT_Face face = FT_CMAP_FACE( unicodes ); local
307 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); local
319 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); local
[all...]

Completed in 1474 milliseconds

12345