OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parent_scale_y_distance
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
128
inline hb_position_t
parent_scale_y_distance
(hb_position_t v) {
function in struct:hb_font_t
137
return
parent_scale_y_distance
(v);
142
*y =
parent_scale_y_distance
(*y);
hb-font.cc
64
metrics->ascender = font->
parent_scale_y_distance
(metrics->ascender);
65
metrics->descender = font->
parent_scale_y_distance
(metrics->descender);
66
metrics->line_gap = font->
parent_scale_y_distance
(metrics->line_gap);
169
return font->
parent_scale_y_distance
(font->parent->get_glyph_v_advance (glyph));
257
return font->
parent_scale_y_distance
(font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
[
all
...]
Completed in 253 milliseconds