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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 236 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, function in struct:hb_font_t
340 hb_bool_t ret = get_glyph_h_origin (glyph, x, y);
348 if (!ret && (ret = get_glyph_h_origin (glyph, x, y))) {
  /external/harfbuzz_ng/src/
hb-font-private.hh 236 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, function in struct:hb_font_t
340 hb_bool_t ret = get_glyph_h_origin (glyph, x, y);
348 if (!ret && (ret = get_glyph_h_origin (glyph, x, y))) {

Completed in 25 milliseconds