Home | History | Annotate | Download | only in src

Lines Matching refs:codepoint

247   dottedcircle.codepoint = 0x25CCu;
340 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint);
341 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint)))
344 info[i].codepoint = codepoint;
362 if (info[i].codepoint == 0x2044u) /* FRACTION SLASH */
465 info[i].codepoint = space;
521 info[i].codepoint = info[i].glyph_index();
613 pos[i].x_advance = c->font->get_glyph_h_advance (info[i].codepoint);
617 c->font->subtract_glyph_h_origin (info[i].codepoint,
625 pos[i].y_advance = c->font->get_glyph_v_advance (info[i].codepoint);
626 c->font->subtract_glyph_v_origin (info[i].codepoint,
678 c->font->add_glyph_h_origin (info[i].codepoint,
687 c->font->subtract_glyph_h_origin (info[i].codepoint,
856 add_char (font, buffer->unicode, mirror, info[i].codepoint, glyphs);