Searched refs:second_glyph (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/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.hh325 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, argument
330 *x = get_glyph_h_kerning (first_glyph, second_glyph);
334 *y = get_glyph_v_kerning (first_glyph, second_glyph);
H A Dhb-font.h114 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
394 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
H A Dhb-font.cc729 * @second_glyph:
740 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
744 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
739 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
/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.hh325 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, argument
330 *x = get_glyph_h_kerning (first_glyph, second_glyph);
334 *y = get_glyph_v_kerning (first_glyph, second_glyph);
H A Dhb-font.h114 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
394 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
H A Dhb-font.cc729 * @second_glyph:
740 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
744 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
739 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
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc134 hb_codepoint_t second_glyph) {
137 static_cast<uint16_t>(second_glyph) };
132 GetGlyphKerning(FontData* font_data, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph) argument

Completed in 133 milliseconds