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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 275 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph, function in struct:hb_font_t
307 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
319 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
hb-font.cc 680 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
  /external/harfbuzz_ng/src/
hb-font-private.hh 275 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph, function in struct:hb_font_t
307 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
319 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
hb-font.cc 680 return font->get_glyph_origin_for_direction (glyph, direction, x, y);

Completed in 90 milliseconds