OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_glyph_h_advance
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh
157
inline hb_position_t
get_glyph_h_advance
(hb_codepoint_t glyph)
function in struct:hb_font_t
252
*x =
get_glyph_h_advance
(glyph);
264
*x =
get_glyph_h_advance
(glyph) / 2;
hb-graphite2.cc
157
return ((hb_font_t *) hb_font)->
get_glyph_h_advance
(gid);
hb-font.cc
70
return font->parent_scale_x_distance (font->parent->
get_glyph_h_advance
(glyph));
454
return font->
get_glyph_h_advance
(glyph);
/external/harfbuzz_ng/src/
hb-font-private.hh
222
inline hb_position_t
get_glyph_h_advance
(hb_codepoint_t glyph)
function in struct:hb_font_t
317
*x =
get_glyph_h_advance
(glyph);
329
*x =
get_glyph_h_advance
(glyph) / 2;
hb-old.cc
118
advances[i] = font->
get_glyph_h_advance
(glyphs[i]);
156
metrics->xOffset = font->
get_glyph_h_advance
(glyph);
hb-font.cc
71
return font->parent_scale_x_distance (font->parent->
get_glyph_h_advance
(glyph));
352
return font->
get_glyph_h_advance
(glyph);
hb-graphite2.cc
158
return ((hb_font_t *) hb_font)->
get_glyph_h_advance
(gid);
Completed in 150 milliseconds