OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_glyph_kerning_for_direction
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
428
inline void
get_glyph_kerning_for_direction
(hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
function in struct:hb_font_t
hb-ot-shape-fallback.cc
461
font->
get_glyph_kerning_for_direction
(info[idx].codepoint,
hb-font.cc
1015
return font->
get_glyph_kerning_for_direction
(first_glyph, second_glyph, direction, x, y);
[
all
...]
Completed in 69 milliseconds