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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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,
  /external/chromium_org/third_party/skia/src/core/
SkTypefacePriv.h 19 static inline SkTypeface* ref_or_default(SkTypeface* face) {
20 return face ? SkRef(face) : SkTypeface::RefDefault();
31 SkAutoResolveDefaultTypeface(SkTypeface* face)
32 : INHERITED(ref_or_default(face)) {}
  /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,
  /external/skia/src/core/
SkTypefacePriv.h 19 static inline SkTypeface* ref_or_default(SkTypeface* face) {
20 return face ? SkRef(face) : SkTypeface::RefDefault();
31 SkAutoResolveDefaultTypeface(SkTypeface* face)
32 : INHERITED(ref_or_default(face)) {}
  /external/chromium_org/third_party/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...]
fttype1.c 28 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...]
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...]
ftfstype.c 28 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 &&
  /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 );
fttype1.c 28 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...]
ftmm.c 38 ft_face_get_mm_service( FT_Face face,
46 if ( !face )
51 if ( FT_HAS_MULTIPLE_MASTERS( face ) )
53 FT_FACE_LOOKUP_SERVICE( face,
68 FT_Get_Multi_Master( FT_Face face,
75 error = ft_face_get_mm_service( face, &service );
80 error = service->get_mm( face, amaster );
90 FT_Get_MM_Var( FT_Face face,
97 error = ft_face_get_mm_service( face, &service );
102 error = service->get_mm_var( face, amaster )
    [all...]
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 );
ftadvanc.c 27 _ft_face_scale_advances( FT_Face face,
39 if ( face->size == NULL )
43 scale = face->size->metrics.y_scale;
45 scale = face->size->metrics.x_scale;
72 FT_Get_Advance( FT_Face face,
80 if ( !face )
83 if ( gindex >= (FT_UInt)face->num_glyphs )
86 func = face->driver->clazz->get_advances;
92 error = func( face, gindex, 1, flags, padvance );
94 return _ft_face_scale_advances( face, padvance, 1, flags )
    [all...]
  /external/chromium_org/third_party/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,
  /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,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_texture.h 36 * in the given face.
39 * \param face Cubemap face.
45 void util_map_texcoords2d_onto_cubemap(unsigned face,
  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.h 36 * in the given face.
39 * \param face Cubemap face.
45 void util_map_texcoords2d_onto_cubemap(unsigned face,

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>