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

  /external/harfbuzz_ng/src/
hb-font.hh 260 void get_glyph_h_advances (unsigned int count, function in struct:hb_font_t
410 get_glyph_h_advances (count, first_glyph, glyph_stride, first_advance, advance_stride);
hb-font.cc 195 font->get_glyph_h_advances (1, &glyph, 0, &ret, 0);
247 font->parent->get_glyph_h_advances (count,
865 font->get_glyph_h_advances (count, first_glyph, glyph_stride, first_advance, advance_stride);
    [all...]
hb-ot-shape.cc 797 c->font->get_glyph_h_advances (count, &info[0].codepoint, sizeof(info[0]),

Completed in 255 milliseconds