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

/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLBaseFontElement.java64 public void setFace(String face); argument
H A DHTMLFontElement.java64 public void setFace(String face); argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-private.hh68 hb_face_t *face; member in struct:hb_ot_shape_planner_t
H A Dhb-ot-map.cc82 add_lookups(hb_ot_map_t &m, hb_face_t *face, unsigned int table_index, unsigned int feature_index, unsigned int variations_index, hb_mask_t mask, bool auto_zwj) argument
[all...]
H A Dhb-face.cc85 hb_face_t *face; local
164 hb_face_t *face; local
210 hb_face_reference(hb_face_t *face) argument
224 hb_face_destroy(hb_face_t *face) argument
261 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
282 hb_face_get_user_data(hb_face_t *face, hb_user_data_key_t *key) argument
297 hb_face_make_immutable(hb_face_t *face) argument
316 hb_face_is_immutable(hb_face_t *face) argument
334 hb_face_reference_table(hb_face_t *face, hb_tag_t tag) argument
351 hb_face_reference_blob(hb_face_t *face) argument
366 hb_face_set_index(hb_face_t *face, unsigned int index) argument
386 hb_face_get_index(hb_face_t *face) argument
401 hb_face_set_upem(hb_face_t *face, unsigned int upem) argument
421 hb_face_get_upem(hb_face_t *face) argument
445 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
465 hb_face_get_glyph_count(hb_face_t *face) argument
[all...]
H A Dhb-shape-plan.cc117 hb_shape_plan_create (hb_face_t *face, argument
130 hb_shape_plan_create2 (hb_face_t *face, argument
471 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
484 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) argument
[all...]
H A Dhb-ot-map-private.hh223 hb_face_t *face; variable
H A Dhb-ft.cc522 hb_face_t *face; local
605 hb_face_t *face; local
[all...]
H A Dhb-ot-shape-complex-myanmar.cc408 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
H A Dhb-ot-shape.cc132 _hb_ot_shaper_face_data_create (hb_face_t *face) argument
215 hb_face_t *face; member in struct:hb_ot_shape_context_t
[all...]
H A Dhb-font-private.hh103 hb_face_t *face; member in struct:hb_font_t
H A Dhb-ot-font.cc56 inline void init (hb_face_t *face, argument
148 inline void init (hb_face_t *face) argument
221 inline void init (hb_face_t *face) argument
340 init(hb_face_t *face) argument
462 hb_face_t *face; member in struct:hb_lazy_loader_t
477 _hb_ot_font_create(hb_face_t *face) argument
[all...]
H A Dhb-font.cc1121 hb_font_create (hb_face_t *face) argument
[all...]
H A Dhb-ot-layout.cc48 _hb_ot_layout_create (hb_face_t *face) argument
190 _get_gdef (hb_face_t *face) argument
196 _get_gsub (hb_face_t *face) argument
202 _get_gpos(hb_face_t *face) argument
213 hb_ot_layout_has_glyph_classes(hb_face_t *face) argument
224 hb_ot_layout_get_glyph_class(hb_face_t *face, hb_codepoint_t glyph) argument
236 hb_ot_layout_get_glyphs_in_class(hb_face_t *face, hb_ot_layout_glyph_class_t klass, hb_set_t *glyphs ) argument
244 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
270 get_gsubgpos_table(hb_face_t *face, hb_tag_t table_tag) argument
282 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
296 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
326 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
374 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
386 hb_ot_layout_table_find_feature(hb_face_t *face, hb_tag_t table_tag, hb_tag_t feature_tag, unsigned int *feature_index) argument
409 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
422 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
443 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
463 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
481 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
496 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
521 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
552 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
574 hb_ot_layout_table_get_lookup_count(hb_face_t *face, hb_tag_t table_tag) argument
592 _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
617 _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
681 _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
736 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
782 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
819 hb_ot_layout_table_find_feature_variations(hb_face_t *face, hb_tag_t table_tag, const int *coords, unsigned int num_coords, unsigned int *variations_index ) argument
831 hb_ot_layout_feature_with_variations_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int variations_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
853 hb_ot_layout_has_substitution(hb_face_t *face) argument
864 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
875 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
901 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
917 hb_ot_layout_has_positioning(hb_face_t *face) argument
946 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
1003 GSUBProxy(hb_face_t *face) argument
1017 GPOSProxy(hb_face_t *face) argument
[all...]
H A Dhb-ot-shape-complex-indic.cc644 hb_face_t *face local
554 consonant_position_from_face(const indic_shape_plan_t *indic_plan, const hb_codepoint_t consonant, const hb_codepoint_t virama, hb_face_t *face) argument
661 initial_reordering_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
1133 initial_reordering_standalone_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
1154 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
[all...]
H A Dhb-coretext.cc113 create_cg_font (hb_face_t *face) argument
211 _hb_coretext_shaper_face_data_create (hb_face_t *face) argument
256 hb_coretext_face_get_cg_font(hb_face_t *face) argument
306 hb_face_t *face = font->face; local
540 hb_face_t *face = font->face; local
1232 _hb_coretext_aat_shaper_face_data_create(hb_face_t *face) argument
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh69 hb_face_t *face; member in struct:OT::hb_closure_context_t
107 hb_face_t *face; member in struct:OT::hb_would_apply_context_t
184 hb_face_t *face; member in struct:OT::hb_collect_glyphs_context_t
462 hb_face_t *face; member in struct:OT::hb_apply_context_t
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A Dhb-jdk-font.cc308 hb_face_t *face = local
318 hb_face_t *face; local
336 hb_face_t *face = NULL; local
[all...]
H A DfreetypeScaler.c62 FT_Face face; member in struct:__anon872
[all...]
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java104 private Face face; field in class:ComboBoxDemo
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DesktopProperties.cpp799 LPTSTR face = new TCHAR[length]; local
/openjdk9/hotspot/src/share/vm/opto/
H A Dcompile.cpp1808 AliasCacheEntry* face = probe_alias_cache(flat); local

Completed in 280 milliseconds