Lines Matching full:codepoint
106 font->get_glyph (info.codepoint, 0, &info.glyph_index());
202 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph))
204 else if (decompose (c, shortest, buffer->cur().codepoint))
206 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph))
208 else if (decompose_compatibility (c, buffer->cur().codepoint))
219 if (unlikely (buffer->unicode->is_variation_selector (buffer->cur(+1).codepoint))) {
221 c->font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index());
222 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint);
241 if (unlikely (buffer->unicode->is_variation_selector (buffer->info[i].codepoint))) {
368 buffer->out_info[starter].codepoint,
369 buffer->cur().codepoint,
380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */