OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_glyph_v_advance
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
212
inline hb_position_t
get_glyph_v_advance
(hb_codepoint_t glyph)
function in struct:hb_font_t
324
*y =
get_glyph_v_advance
(glyph);
hb-font.cc
169
return font->parent_scale_y_distance (font->parent->
get_glyph_v_advance
(glyph));
725
return font->
get_glyph_v_advance
(glyph);
[
all
...]
hb-ot-shape.cc
625
pos[i].y_advance = c->font->
get_glyph_v_advance
(info[i].codepoint);
Completed in 2774 milliseconds