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

1234567891011>>

/external/freetype/src/base/
H A Dftfntfmt.c28 FT_Get_Font_Format( FT_Face face )
33 if ( face )
34 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
43 FT_Get_X11_Font_Format( FT_Face face )
48 if ( face )
49 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
H A Dftpfr.c27 ft_pfr_check( FT_Face face )
32 if ( face )
33 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS );
42 FT_Get_PFR_Metrics( FT_Face face,
52 if ( !face )
55 service = ft_pfr_check( face );
58 error = service->get_metrics( face,
71 *aoutline_resolution = face->units_per_EM;
74 *ametrics_resolution = face->units_per_EM;
77 if ( face
[all...]
H A Dftpatent.c31 FT_Face_CheckTrueTypePatents( FT_Face face )
33 FT_UNUSED( face );
42 FT_Face_SetUnpatentedHinting( FT_Face face,
45 FT_UNUSED( face );
H A Dfttype1.c29 FT_Get_PS_Font_Info( FT_Face face,
36 if ( !face )
42 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
45 error = service->ps_get_font_info( face, afont_info );
56 FT_Has_PS_Glyph_Names( FT_Face face )
62 if ( face )
64 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
67 result = service->ps_has_glyph_names( face );
77 FT_Get_PS_Font_Private( FT_Face face,
84 if ( !face )
[all...]
H A Dftgxval.c38 FT_TrueTypeGX_Validate( FT_Face face,
47 if ( !face )
59 FT_FACE_FIND_GLOBAL_SERVICE( face, service, GX_VALIDATE );
62 error = service->validate( face,
75 FT_TrueTypeGX_Free( FT_Face face, argument
81 if ( !face )
84 memory = FT_FACE_MEMORY( face );
91 FT_ClassicKern_Validate( FT_Face face,
99 if ( !face )
111 FT_FACE_FIND_GLOBAL_SERVICE( face, servic
126 FT_ClassicKern_Free( FT_Face face, FT_Bytes table ) argument
[all...]
H A Dftmm.c39 ft_face_get_mm_service( FT_Face face, argument
47 if ( !face )
52 if ( FT_HAS_MULTIPLE_MASTERS( face ) )
54 FT_FACE_LOOKUP_SERVICE( face,
67 ft_face_get_mvar_service( FT_Face face, argument
75 if ( !face )
80 if ( FT_HAS_MULTIPLE_MASTERS( face ) )
82 FT_FACE_LOOKUP_SERVICE( face,
97 FT_Get_Multi_Master( FT_Face face,
104 /* check of `face' delaye
[all...]
H A Dftadvanc.c27 _ft_face_scale_advances( FT_Face face, argument
39 if ( !face->size )
43 scale = face->size->metrics.y_scale;
45 scale = face->size->metrics.x_scale;
67 #define LOAD_ADVANCE_FAST_CHECK( face, flags ) \
75 FT_Get_Advance( FT_Face face,
83 if ( !face )
89 if ( gindex >= (FT_UInt)face->num_glyphs )
92 func = face->driver->clazz->get_advances;
93 if ( func && LOAD_ADVANCE_FAST_CHECK( face, flag
[all...]
H A Dftwinfnt.c29 FT_Get_WinFNT_Header( FT_Face face,
36 if ( !face )
42 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT );
45 error = service->get_header( face, header );
H A Dftcid.c28 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face,
41 if ( face )
46 FT_FACE_FIND_SERVICE( face, service, CID );
49 error = service->get_ros( face, &r, &o, &s );
66 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face,
73 if ( face )
78 FT_FACE_FIND_SERVICE( face, service, CID );
81 error = service->get_is_cid( face, &ic);
92 FT_Get_CID_From_Glyph_Index( FT_Face face,
100 if ( face )
[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 &&
/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 );
77 face->glyf_len = 0;
78 face->glyf_offset = 0;
85 if ( face->root.internal->incremental_interface )
86 face
619 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/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.h34 tt_face_free_bdf_props( TT_Face face ); variable
38 tt_face_find_bdf_prop( TT_Face face,
H A Dttsbit.h31 tt_face_load_sbit( TT_Face face,
35 tt_face_free_sbit( TT_Face face ); variable
39 tt_face_set_sbit_strike( TT_Face face,
44 tt_face_load_strike_metrics( TT_Face face,
49 tt_face_load_sbit_image( TT_Face face,
/external/skia/src/core/
H A DSkTypefacePriv.h19 static inline sk_sp<SkTypeface> ref_or_default(SkTypeface* face) { argument
20 return face ? sk_ref_sp(face) : SkTypeface::MakeDefault();
31 SkAutoResolveDefaultTypeface(SkTypeface* face) argument
32 : INHERITED(ref_or_default(face)) {}
/external/skqp/src/core/
H A DSkTypefacePriv.h19 static inline sk_sp<SkTypeface> ref_or_default(SkTypeface* face) { argument
20 return face ? sk_ref_sp(face) : SkTypeface::MakeDefault();
31 SkAutoResolveDefaultTypeface(SkTypeface* face) argument
32 : INHERITED(ref_or_default(face)) {}
/external/pdfium/core/fxge/
H A Dcfx_unicodeencoding.cpp19 FXFT_Face face = m_pFont->GetFace(); local
20 if (!face)
23 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0)
24 return FXFT_Get_Char_Index(face, charcode);
29 if (FXFT_Select_Charmap(face, FXFT_ENCODING_MS_SYMBOL) == 0)
30 index = FXFT_Get_Char_Index(face, charcode);
31 if (!index && !FXFT_Select_Charmap(face, FXFT_ENCODING_APPLE_ROMAN))
32 return FXFT_Get_Char_Index(face, charcode);
H A Dfx_freetype.h64 #define FXFT_Open_Face(library, args, index, face) \
66 static_cast<FT_Face*>(face))
67 #define FXFT_Done_Face(face) FT_Done_Face(static_cast<FT_Face>(face))
75 #define FXFT_New_Memory_Face(library, base, size, index, face) \
77 static_cast<FT_Face*>(face))
78 #define FXFT_New_Face(library, filename, index, face) \
80 static_cast<FT_Face*>(face))
81 #define FXFT_Select_Charmap(face, encoding) \
82 FT_Select_Charmap(static_cast<FT_Face>(face), \
[all...]
/external/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.cc31 #include "hb-face-private.hh"
81 hb_face_t *face; local
83 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) {
89 face->reference_table_func = reference_table_func;
90 face->user_data = user_data;
91 face->destroy = destroy;
93 face->upem = 0;
94 face->num_glyphs = (unsigned int) -1;
96 return face;
130 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSE
162 hb_face_t *face; local
208 hb_face_reference(hb_face_t *face) argument
222 hb_face_destroy(hb_face_t *face) argument
259 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
280 hb_face_get_user_data(hb_face_t *face, hb_user_data_key_t *key) argument
295 hb_face_make_immutable(hb_face_t *face) argument
314 hb_face_is_immutable(hb_face_t *face) argument
332 hb_face_reference_table(hb_face_t *face, hb_tag_t tag) argument
349 hb_face_reference_blob(hb_face_t *face) argument
364 hb_face_set_index(hb_face_t *face, unsigned int index) argument
384 hb_face_get_index(hb_face_t *face) argument
399 hb_face_set_upem(hb_face_t *face, unsigned int upem) argument
419 hb_face_get_upem(hb_face_t *face) argument
443 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
463 hb_face_get_glyph_count(hb_face_t *face) argument
488 hb_face_get_table_tags(hb_face_t *face, unsigned int start_offset, unsigned int *table_count, hb_tag_t *table_tags ) argument
[all...]
H A Dhb-ot-var.cc40 _get_fvar (hb_face_t *face) argument
42 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::fvar);
43 hb_ot_layout_t * layout = hb_ot_layout_from_face (face);
47 _get_avar (hb_face_t *face) argument
49 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::avar);
50 hb_ot_layout_t * layout = hb_ot_layout_from_face (face);
56 * @face: #hb_face_t to test
58 * This function allows to verify the presence of OpenType variation data on the face.
61 * Return value: true if face has a `fvar' table and false otherwise
66 hb_ot_var_has_data (hb_face_t *face) argument
77 hb_ot_var_get_axis_count(hb_face_t *face) argument
89 hb_ot_var_get_axes(hb_face_t *face, unsigned int start_offset, unsigned int *axes_count , hb_ot_var_axis_t *axes_array ) argument
104 hb_ot_var_find_axis(hb_face_t *face, hb_tag_t axis_tag, unsigned int *axis_index, hb_ot_var_axis_t *axis_info) argument
120 hb_ot_var_normalize_variations(hb_face_t *face, const hb_variation_t *variations, unsigned int variations_length, int *coords, unsigned int coords_length) argument
148 hb_ot_var_normalize_coords(hb_face_t *face, unsigned int coords_length, const float *design_coords, int *normalized_coords ) argument
[all...]
/external/pdfium/core/fxge/apple/
H A Dfx_mac_imp.cpp54 void GetJapanesePreference(ByteString* face, int weight, int pitch_family) { argument
55 if (face->Contains("Gothic")) {
56 *face = JAPAN_GOTHIC;
59 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO
68 ByteString face = cstr_face; local
70 if (face == ByteStringView(sub.m_pName)) {
71 face = sub.m_pSubstName;
72 return GetFont(face.c_str());
81 // fonts in |m_FontList| with |face| in the name, and examine the fonts to
83 if (!face
[all...]
/external/freetype/include/freetype/
H A Dftfntfmt.h61 /* Return a string describing the format of a given face. Possible */
68 /* face :: */
69 /* Input face handle. */
79 FT_Get_Font_Format( FT_Face face ); variable
84 FT_Get_X11_Font_Format( FT_Face face ); variable

Completed in 7445 milliseconds

1234567891011>>