Searched refs:second_glyph (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-deprecated.h | 169 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, 217 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
|
D | hb-ot-shape-complex-arabic-fallback.hh | 137 hb_codepoint_t second_glyph, ligature_glyph; in arabic_fallback_synthesize_lookup_ligature() local 139 !hb_font_get_glyph (font, second_u, 0, &second_glyph) || in arabic_fallback_synthesize_lookup_ligature() 147 component_list[num_ligatures].set (second_glyph); in arabic_fallback_synthesize_lookup_ligature()
|
D | hb-font.hh | 523 void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, in get_glyph_kerning_for_direction() 529 *x = get_glyph_h_kerning (first_glyph, second_glyph); in get_glyph_kerning_for_direction() 532 *y = get_glyph_v_kerning (first_glyph, second_glyph); in get_glyph_kerning_for_direction()
|
D | hb-font.cc | 1192 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, in hb_font_get_glyph_kerning_for_direction() argument 1196 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y); in hb_font_get_glyph_kerning_for_direction()
|