Home
last modified time | relevance | path

Searched refs:caret_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-ot-ligature-carets.c37 hb_position_t caret_array[16]; in test_ot_layout_get_ligature_carets_ot_gdef() local
44 caret_array)); in test_ot_layout_get_ligature_carets_ot_gdef()
54 caret_array)); in test_ot_layout_get_ligature_carets_ot_gdef()
64 caret_array)); in test_ot_layout_get_ligature_carets_ot_gdef()
67 g_assert_cmpuint (2718, ==, caret_array[0]); in test_ot_layout_get_ligature_carets_ot_gdef()
68 g_assert_cmpuint (5438, ==, caret_array[1]); in test_ot_layout_get_ligature_carets_ot_gdef()
69 g_assert_cmpuint (8156, ==, caret_array[2]); in test_ot_layout_get_ligature_carets_ot_gdef()
74 caret_array[2] = 123; in test_ot_layout_get_ligature_carets_ot_gdef()
79 caret_array)); in test_ot_layout_get_ligature_carets_ot_gdef()
82 g_assert_cmpuint (5438, ==, caret_array[0]); in test_ot_layout_get_ligature_carets_ot_gdef()
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh322 hb_position_t *caret_array /* OUT */) const in get_lig_carets()
329 | hb_sink (hb_array (caret_array, *caret_count)) in get_lig_carets()
378 hb_position_t *caret_array /* OUT */) const in get_lig_carets()
388 …lyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, caret_array); in get_lig_carets()
937 hb_position_t *caret_array /* OUT */) const in get_lig_carets()
940 start_offset, caret_count, caret_array); } in get_lig_carets()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h181 hb_position_t *caret_array /* OUT */);
H A Dhb-ot-layout.cc385 hb_position_t *caret_array /* OUT */) in hb_ot_layout_get_ligature_carets() argument
387 …table.GDEF->table->get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array); in hb_ot_layout_get_ligature_carets()