Searched refs:top_glyph (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.cc140 hb_codepoint_t top_glyph,
145 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
538 * @top_glyph:
549 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
551 return font->get_glyph_v_kerning (top_glyph, bottom_glyph);
138 hb_font_get_glyph_v_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void *user_data HB_UNUSED) argument
548 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
H A Dhb-font-private.hh201 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
204 top_glyph, bottom_glyph,
H A Dhb-font.h347 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
H A Dhb-ot-font.cc208 hb_codepoint_t top_glyph HB_UNUSED,
H A Dhb-ft.cc172 hb_codepoint_t top_glyph HB_UNUSED,
/external/harfbuzz_ng/src/
H A Dhb-font.cc140 hb_codepoint_t top_glyph,
145 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
538 * @top_glyph:
549 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
551 return font->get_glyph_v_kerning (top_glyph, bottom_glyph);
138 hb_font_get_glyph_v_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void *user_data HB_UNUSED) argument
548 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
H A Dhb-font-private.hh201 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
204 top_glyph, bottom_glyph,
H A Dhb-font.h347 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
H A Dhb-ot-font.cc205 hb_codepoint_t top_glyph HB_UNUSED,
H A Dhb-ft.cc172 hb_codepoint_t top_glyph HB_UNUSED,
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc170 hb_codepoint_t top_glyph,
179 return GetGlyphKerning(font_data, top_glyph, bottom_glyph);
168 GetGlyphVerticalKerning(hb_font_t* font, void* data, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void* user_data) argument

Completed in 195 milliseconds