Searched refs:caret_array (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-ot-ligature-carets.c | 37 hb_position_t caret_array[2]; in test_ot_layout_feature_get_name_ids_and_characters() local 41 caret_array)); in test_ot_layout_feature_get_name_ids_and_characters() 44 g_assert_cmpuint (1130, ==, caret_array[0]); in test_ot_layout_feature_get_name_ids_and_characters() 45 g_assert_cmpuint (2344, ==, caret_array[1]); in test_ot_layout_feature_get_name_ids_and_characters() 49 caret_array)); in test_ot_layout_feature_get_name_ids_and_characters() 52 g_assert_cmpuint (2260, ==, caret_array[0]); in test_ot_layout_feature_get_name_ids_and_characters() 53 g_assert_cmpuint (4688, ==, caret_array[1]); in test_ot_layout_feature_get_name_ids_and_characters()
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-lcar-table.hh | 50 hb_position_t *caret_array /* OUT */) const in get_lig_carets() 62 case 0: caret_array[i] = font->em_scale_dir (arr[i], direction); break; in get_lig_carets() 66 caret_array[i] = HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; in get_lig_carets()
|
D | hb-ot-layout-gdef-table.hh | 219 hb_position_t *caret_array /* OUT */) const in get_lig_carets() 226 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); in get_lig_carets() 255 hb_position_t *caret_array /* OUT */) const in get_lig_carets() 265 …lyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, caret_array); in get_lig_carets() 378 hb_position_t *caret_array /* OUT */) const in get_lig_carets() 381 start_offset, caret_count, caret_array); } in get_lig_carets()
|
D | hb-ot-layout.h | 130 hb_position_t *caret_array /* OUT */);
|
D | hb-ot-layout.cc | 272 hb_position_t *caret_array /* OUT */) in hb_ot_layout_get_ligature_carets() argument 275 …EF->table->get_lig_carets (font, direction, glyph, start_offset, &result_caret_count, caret_array); in hb_ot_layout_get_ligature_carets() 281 …>face->table.lcar->get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array); in hb_ot_layout_get_ligature_carets()
|