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

1234567891011>>

/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...]
H A Dttbdf.h32 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/
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...]
H A Dttbdf.h32 tt_face_free_bdf_props( TT_Face face ); variable
36 tt_face_find_bdf_prop( TT_Face face,
/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...]
H A Dftmm.c38 ft_face_get_mm_service( FT_Face face, argument
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, amaste
[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 Dftadvanc.c27 _ft_face_scale_advances( FT_Face face, argument
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, padvanc
[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 Dftmm.c38 ft_face_get_mm_service( FT_Face face, argument
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, amaste
[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 );
/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/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...]
H A Dhb-face.cc88 hb_face_t *face; local
90 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) {
96 face->reference_table_func = reference_table_func;
97 face->user_data = user_data;
98 face->destroy = destroy;
100 face->upem = 0;
101 face->num_glyphs = (unsigned int) -1;
103 return face;
135 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data)
167 hb_face_t *face; local
213 hb_face_reference(hb_face_t *face) argument
227 hb_face_destroy(hb_face_t *face) argument
264 hb_face_set_user_data(hb_face_t *face, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
285 hb_face_get_user_data(hb_face_t *face, hb_user_data_key_t *key) argument
300 hb_face_make_immutable(hb_face_t *face) argument
319 hb_face_is_immutable(hb_face_t *face) argument
337 hb_face_reference_table(hb_face_t *face, hb_tag_t tag) argument
354 hb_face_reference_blob(hb_face_t *face) argument
369 hb_face_set_index(hb_face_t *face, unsigned int index) argument
389 hb_face_get_index(hb_face_t *face) argument
404 hb_face_set_upem(hb_face_t *face, unsigned int upem) argument
424 hb_face_get_upem(hb_face_t *face) argument
448 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
468 hb_face_get_glyph_count(hb_face_t *face) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_texture.h36 * in the given face.
39 * \param face Cubemap face.
45 void util_map_texcoords2d_onto_cubemap(unsigned face,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_texture.h36 * in the given face.
39 * \param face Cubemap face.
45 void util_map_texcoords2d_onto_cubemap(unsigned face,

Completed in 544 milliseconds

1234567891011>>