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

  /external/harfbuzz_ng/src/
hb-font-private.hh 231 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, function in struct:hb_font_t
362 if (!get_glyph_h_origin (glyph, x, y) &&
374 get_glyph_h_origin (glyph, x, y))
hb-font.cc 183 hb_bool_t ret = font->parent->get_glyph_h_origin (glyph, x, y);
738 return font->get_glyph_h_origin (glyph, x, y);
    [all...]

Completed in 67 milliseconds