HomeSort by relevance Sort by last modified time
    Searched full:hb_glyph (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.cc 456 hb_glyph_info_t *hb_glyph = hb_buffer_get_glyph_infos (buffer, NULL); local
465 if (hb_glyph[i].cluster != hb_glyph[i-1].cluster)
482 l->glyphs[i].index = hb_glyph[i].codepoint;
503 if (hb_glyph[i].cluster != hb_glyph[i+1].cluster) {
504 g_assert (hb_glyph[i].cluster > hb_glyph[i+1].cluster);
506 end = start + hb_glyph[i].cluster - hb_glyph[i+1].cluster
    [all...]

Completed in 1151 milliseconds