Searched refs:caret_array (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-ot-ligature-carets.c | 37 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 D | GDEF.hh | 322 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 D | hb-ot-layout.h | 181 hb_position_t *caret_array /* OUT */);
|
H A D | hb-ot-layout.cc | 385 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()
|