Searched refs:hb_glyph (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc432 hb_glyph_info_t *hb_glyph = hb_buffer_get_glyph_infos (buffer, NULL); local
441 if (hb_glyph[i].cluster != hb_glyph[i-1].cluster)
458 l->glyphs[i].index = hb_glyph[i].codepoint;
479 if (hb_glyph[i].cluster != hb_glyph[i+1].cluster) {
480 g_assert (hb_glyph[i].cluster > hb_glyph[i+1].cluster);
482 end = start + hb_glyph[i].cluster - hb_glyph[
[all...]

Completed in 73 milliseconds