HomeSort by relevance Sort by last modified time
    Searched refs:second_glyph (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 145 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);
hb-font-private.hh 380 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
385 *x = get_glyph_h_kerning (first_glyph, second_glyph);
389 *y = get_glyph_v_kerning (first_glyph, second_glyph);
hb-font.h 187 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
341 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
hb-font.cc 465 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);

Completed in 141 milliseconds