HomeSort by relevance Sort by last modified time
    Searched refs:get_glyph_v_origin (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 240 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph, function in struct:hb_font_t
363 get_glyph_v_origin (glyph, x, y))
373 if (!get_glyph_v_origin (glyph, x, y) &&
hb-font.cc 208 hb_bool_t ret = font->parent->get_glyph_v_origin (glyph, x, y);
759 return font->get_glyph_v_origin (glyph, x, y);
    [all...]

Completed in 85 milliseconds