OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_glyph_v_kerning
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
244
inline hb_position_t
get_glyph_v_kerning
(hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
function in struct:hb_font_t
437
*y =
get_glyph_v_kerning
(first_glyph, second_glyph);
hb-font.cc
257
return font->parent_scale_y_distance (font->parent->
get_glyph_v_kerning
(top_glyph, bottom_glyph));
805
return font->
get_glyph_v_kerning
(top_glyph, bottom_glyph);
[
all
...]
Completed in 37 milliseconds