Searched refs:script_tag (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-base-table.hh | 377 hb_tag_t script_tag, in get_baseline() 381 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_baseline() 402 bool get_min_max (hb_tag_t script_tag, in get_min_max() 408 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_min_max() 457 hb_tag_t script_tag, in get_baseline() 462 if (unlikely (!get_axis (direction).get_baseline (baseline_tag, script_tag, language_tag, &base_coord) || in get_baseline() 475 hb_tag_t script_tag, in get_min_max() 482 if (!get_axis (direction).get_min_max (script_tag, language_tag, feature_tag, in get_min_max()
|
H A D | hb-ot-layout.h | 124 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, 223 hb_tag_t script_tag, 518 hb_tag_t script_tag,
|
H A D | hb-ot-tag.cc | 490 * @script_tag: a script tag 492 * @script: (out) (optional): the #hb_script_t corresponding to @script_tag. 493 * @language: (out) (optional): the #hb_language_t corresponding to @script_tag and 502 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, in hb_ot_tags_to_script_and_language() argument 507 hb_script_t script_out = hb_ot_tag_to_script (script_tag); in hb_ot_tags_to_script_and_language() 520 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language() 545 buf[len++] = TOHEX (script_tag >> shift); in hb_ot_tags_to_script_and_language()
|
H A D | hb-graphite2.cc | 266 hb_tag_t script_tag[HB_OT_MAX_TAGS_PER_SCRIPT]; in _hb_graphite2_shape() local 271 script_tag, in _hb_graphite2_shape() local 275 count ? script_tag[count - 1] : HB_OT_TAG_DEFAULT_SCRIPT, in _hb_graphite2_shape()
|
H A D | hb-ot-layout.cc | 449 * @script_tag: #hb_tag_t of the script tag requested 461 hb_tag_t script_tag, in hb_ot_layout_table_find_script() 467 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script() 1968 * @script_tag: script tag. 1982 hb_tag_t script_tag, in hb_ot_layout_get_baseline() 1986 bool result = font->face->table.BASE->get_baseline (font, baseline_tag, direction, script_tag, language_tag, coord); in hb_ot_layout_get_baseline() 459 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index ) hb_ot_layout_table_find_script() argument 1979 hb_ot_layout_get_baseline(hb_font_t *font, hb_ot_layout_baseline_tag_t baseline_tag, hb_direction_t direction, hb_tag_t script_tag, hb_tag_t language_tag, hb_position_t *coord ) hb_ot_layout_get_baseline() argument
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-tag.c | 266 hb_tag_t script_tag = hb_tag_from_string (script_tag_s, -1); in test_tags_to_script_and_language() local 268 hb_ot_tags_to_script_and_language (script_tag, lang_tag, actual_script, actual_lang); in test_tags_to_script_and_language()
|
Completed in 8 milliseconds