Searched defs:second_glyph (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh145 hb_codepoint_t second_glyph, ligature_glyph; local
147 !hb_font_get_glyph (font, second_u, 0, &second_glyph) ||
155 component_list[num_ligatures].set (second_glyph);
H A Dhb-font-private.hh380 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, argument
385 *x = get_glyph_h_kerning (first_glyph, second_glyph);
389 *y = get_glyph_v_kerning (first_glyph, second_glyph);
H A Dhb-font.cc465 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
469 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
464 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument

Completed in 83 milliseconds