OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_glyph_v_kerning
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh
196
inline hb_position_t
get_glyph_v_kerning
(hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
function in struct:hb_font_t
329
*y =
get_glyph_v_kerning
(first_glyph, second_glyph);
hb-font.cc
146
return font->parent_scale_y_distance (font->parent->
get_glyph_v_kerning
(top_glyph, bottom_glyph));
552
return font->
get_glyph_v_kerning
(top_glyph, bottom_glyph);
/external/harfbuzz_ng/src/
hb-font-private.hh
261
inline hb_position_t
get_glyph_v_kerning
(hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
function in struct:hb_font_t
389
*y =
get_glyph_v_kerning
(first_glyph, second_glyph);
hb-font.cc
147
return font->parent_scale_y_distance (font->parent->
get_glyph_v_kerning
(top_glyph, bottom_glyph));
389
return font->
get_glyph_v_kerning
(left_glyph, right_glyph);
Completed in 34 milliseconds