Searched refs:hb_ot_layout_table_find_script (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-layout.c | 77 …g_assert (hb_ot_layout_table_find_script (face, HB_OT_TAG_GSUB, HB_TAG ('a','r','a','b'), &index)); in test_ot_layout_table_find_script() 79 …g_assert (hb_ot_layout_table_find_script (face, HB_OT_TAG_GSUB, HB_TAG ('d','f','l','t'), &index)); in test_ot_layout_table_find_script() 81 …g_assert (hb_ot_layout_table_find_script (face, HB_OT_TAG_GSUB, HB_TAG ('l','a','t','n'), &index)); in test_ot_layout_table_find_script() 84 …g_assert (hb_ot_layout_table_find_script (face, HB_OT_TAG_GPOS, HB_TAG ('a','r','a','b'), &index)); in test_ot_layout_table_find_script() 86 …g_assert (!hb_ot_layout_table_find_script (face, HB_OT_TAG_GPOS, HB_TAG ('d','f','l','t'), &index)… in test_ot_layout_table_find_script() 88 …g_assert (!hb_ot_layout_table_find_script (face, HB_OT_TAG_GPOS, HB_TAG ('l','a','t','n'), &index)… in test_ot_layout_table_find_script()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.h | 221 hb_ot_layout_table_find_script (hb_face_t *face,
|
D | hb-ot-layout.cc | 459 hb_ot_layout_table_find_script (hb_face_t *face, in hb_ot_layout_table_find_script() function
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 193 hb_ot_layout_table_find_script
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 350 <!-- hb_ot_layout_table_find_script --> 351 …<elf-symbol name='hb_ot_layout_table_find_script' type='func-type' binding='global-binding' visibi… 29459 <!-- hb_bool_t hb_ot_layout_table_find_script(hb_face_t*, hb_tag_t, hb_tag_t, unsigned int*) --> 29460 …hb_ot_layout_table_find_script' mangled-name='hb_ot_layout_table_find_script' filepath='/tmp/legen…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 182 …<elf-symbol name='hb_ot_layout_table_find_script' type='func-type' binding='global-binding' visibi… 18863 …hb_ot_layout_table_find_script' mangled-name='hb_ot_layout_table_find_script' filepath='/tmp/legen…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 25179 hb_ot_layout_table_find_script 33683 /* Like hb_ot_layout_table_find_script, but takes zero-terminated array of scripts to test */
|