Searched refs:face (Results 101 - 125 of 923) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c61 T1_Face face = (T1_Face)size->root.face; local
62 PSHinter_Service pshinter = (PSHinter_Service)face->pshinter;
66 module = FT_Get_Module( size->root.face->driver->root.library,
105 T1_Face face = (T1_Face)size->root.face; local
108 error = funcs->create( size->root.face->memory,
109 &face->type1.private_dict, &globals );
126 FT_Request_Metrics( size->root.face, req );
154 T1_Face face; local
203 T1_Face face = (T1_Face)t1face; local
306 T1_Face face = (T1_Face)t1face; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFace.cpp50 static PassRefPtr<FaceCacheEntry> create(hb_face_t* face) argument
52 ASSERT(face);
53 return adoptRef(new FaceCacheEntry(face));
60 hb_face_t* face() { return m_face; } function in class:blink::FaceCacheEntry
64 explicit FaceCacheEntry(hb_face_t* face) argument
65 : m_face(face)
89 m_face = result.storedValue->value->face();
103 static hb_script_t findScriptForVerticalGlyphSubstitution(hb_face_t* face) argument
109 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCount, scriptTags);
113 hb_ot_layout_script_get_language_tags(face, HB_OT_TAG_GSU
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftpfr.h58 * 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
[all...]
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
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
H A Dsvwinfnt.h32 (*FT_WinFnt_GetHeaderFunc)( FT_Face face,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.h32 * actual fonts. If necessary, `local' data like the current face, the
33 * current face's auto-hint data, or the current glyph's parameters
40 /* current face data */
41 FT_Face face; member in struct:AF_LoaderRec_
64 FT_Face face );
73 FT_Face face,
/external/chromium_org/third_party/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,
/external/freetype/include/
H A Dftpfr.h58 * 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
[all...]
/external/freetype/include/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
/external/freetype/src/autofit/
H A Dafloader.h32 * actual fonts. If necessary, `local' data like the current face, the
33 * current face's auto-hint data, or the current glyph's parameters
40 /* current face data */
41 FT_Face face; member in struct:AF_LoaderRec_
64 FT_Face face );
73 FT_Face face,
/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 Dttobjs.c146 /* Compare the face with a list of well-known `tricky' fonts. */
215 tt_get_sfnt_checksum( TT_Face face, argument
219 if ( face->dir_tables[i].CheckSum )
220 return face->dir_tables[i].CheckSum;
223 if ( !face->goto_table )
226 if ( face->goto_table( face,
227 face->dir_tables[i].Tag,
228 face->root.stream,
232 return (FT_ULong)tt_synth_sfnt_checksum( face
440 TT_Face face = (TT_Face)ttface; local
515 TT_Face face = (TT_Face)ttface; local
679 TT_Face face = (TT_Face)ttface; local
749 TT_Face face = (TT_Face)size->root.face; local
845 TT_Face face = (TT_Face)size->root.face; local
924 TT_Face face = (TT_Face)ftsize->face; local
969 TT_Face face = (TT_Face)ftsize->face; local
1065 TT_Face face = (TT_Face)size->root.face; local
1171 TT_Face face; local
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvpfr.h33 (*FT_PFR_GetMetricsFunc)( FT_Face face,
40 (*FT_PFR_GetKerningFunc)( FT_Face face,
46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c48 /* face :: A face object handle. */
56 tt_face_lookup_table( TT_Face face,
67 face,
73 entry = face->dir_tables;
74 limit = entry + face->num_tables;
113 /* face :: A face object handle. */
126 tt_face_goto_table( TT_Face face,
135 table = tt_face_lookup_table( face, ta
533 tt_face_load_generic_header( TT_Face face, FT_Stream stream, FT_ULong tag ) argument
[all...]
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/sfnt/
H A Dttload.c48 /* face :: A face object handle. */
56 tt_face_lookup_table( TT_Face face,
67 face,
73 entry = face->dir_tables;
74 limit = entry + face->num_tables;
113 /* face :: A face object handle. */
126 tt_face_goto_table( TT_Face face,
135 table = tt_face_lookup_table( face, ta
530 tt_face_load_generic_header( TT_Face face, FT_Stream stream, FT_ULong tag ) argument
[all...]
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c146 /* Compare the face with a list of well-known `tricky' fonts. */
214 tt_get_sfnt_checksum( TT_Face face, argument
218 if ( face->dir_tables[i].CheckSum )
219 return face->dir_tables[i].CheckSum;
222 if ( !face->goto_table )
225 if ( face->goto_table( face,
226 face->dir_tables[i].Tag,
227 face->root.stream,
231 return (FT_ULong)tt_synth_sfnt_checksum( face
439 TT_Face face = (TT_Face)ttface; local
514 TT_Face face = (TT_Face)ttface; local
684 TT_Face face = (TT_Face)ttface; local
754 TT_Face face = (TT_Face)size->root.face; local
848 TT_Face face = (TT_Face)size->root.face; local
929 TT_Face face = (TT_Face)ftsize->face; local
974 TT_Face face = (TT_Face)ftsize->face; local
1075 TT_Face face = (TT_Face)size->root.face; local
1184 TT_Face face; local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc44 HB_SHAPER_DATA_ENSURE_DECLARE(ot, face)
47 _hb_ot_layout_create (hb_face_t *face) argument
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
102 _get_gdef (hb_face_t *face) argument
104 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
105 return *hb_ot_layout_from_face (face)->gdef;
108 _get_gsub (hb_face_t *face) argument
110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) retur
114 _get_gpos(hb_face_t *face) argument
126 hb_ot_layout_has_glyph_classes(hb_face_t *face) argument
132 hb_ot_layout_get_glyph_class(hb_face_t *face, hb_codepoint_t glyph) argument
139 hb_ot_layout_get_glyphs_in_class(hb_face_t *face, hb_ot_layout_glyph_class_t klass, hb_set_t *glyphs ) argument
147 hb_ot_layout_get_attach_points(hb_face_t *face, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) argument
173 get_gsubgpos_table(hb_face_t *face, hb_tag_t table_tag) argument
185 hb_ot_layout_table_get_script_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *script_count , hb_tag_t *script_tags ) argument
199 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
229 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
277 hb_ot_layout_table_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
290 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
303 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
324 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
339 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
357 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
372 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
397 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
423 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
437 hb_ot_layout_table_get_lookup_count(hb_face_t *face, hb_tag_t table_tag) argument
455 _hb_ot_layout_collect_lookups_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_set_t *lookup_indexes ) argument
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
674 hb_ot_layout_has_substitution(hb_face_t *face) argument
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
734 hb_ot_layout_has_positioning(hb_face_t *face) argument
752 hb_ot_layout_get_size_params(hb_face_t *face, unsigned int *design_size, unsigned int *subfamily_id, unsigned int *subfamily_name_id, unsigned int *range_start, unsigned int *range_end ) argument
809 GSUBProxy(hb_face_t *face) argument
823 GPOSProxy(hb_face_t *face) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc44 HB_SHAPER_DATA_ENSURE_DECLARE(ot, face)
47 _hb_ot_layout_create (hb_face_t *face) argument
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
102 _get_gdef (hb_face_t *face) argument
104 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
105 return *hb_ot_layout_from_face (face)->gdef;
108 _get_gsub (hb_face_t *face) argument
110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) retur
114 _get_gpos(hb_face_t *face) argument
126 hb_ot_layout_has_glyph_classes(hb_face_t *face) argument
132 hb_ot_layout_get_glyph_class(hb_face_t *face, hb_codepoint_t glyph) argument
139 hb_ot_layout_get_glyphs_in_class(hb_face_t *face, hb_ot_layout_glyph_class_t klass, hb_set_t *glyphs ) argument
147 hb_ot_layout_get_attach_points(hb_face_t *face, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) argument
173 get_gsubgpos_table(hb_face_t *face, hb_tag_t table_tag) argument
185 hb_ot_layout_table_get_script_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *script_count , hb_tag_t *script_tags ) argument
199 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
229 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
277 hb_ot_layout_table_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
290 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
303 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
324 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
339 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
357 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
372 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
397 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
423 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
437 hb_ot_layout_table_get_lookup_count(hb_face_t *face, hb_tag_t table_tag) argument
455 _hb_ot_layout_collect_lookups_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_set_t *lookup_indexes ) argument
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
674 hb_ot_layout_has_substitution(hb_face_t *face) argument
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
734 hb_ot_layout_has_positioning(hb_face_t *face) argument
752 hb_ot_layout_get_size_params(hb_face_t *face, unsigned int *design_size, unsigned int *subfamily_id, unsigned int *subfamily_name_id, unsigned int *range_start, unsigned int *range_end ) argument
809 GSUBProxy(hb_face_t *face) argument
823 GPOSProxy(hb_face_t *face) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dfont_utils_linux.h12 int MatchFontFaceWithFallback(const std::string& face,
/external/chromium_org/skia/ext/
H A DSkTypeface_fake.cpp9 uint32_t SkTypeface::UniqueID(const SkTypeface* face) argument

Completed in 471 milliseconds

1234567891011>>