Home | History | Annotate | Download | only in src

Lines Matching defs:codepoint

255   dottedcircle.codepoint = 0x25CCu;
348 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint);
349 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint)))
352 info[i].codepoint = codepoint;
382 if (info[i].codepoint == 0x2044u) /* FRACTION SLASH */
485 info[i].codepoint = space;
541 info[i].codepoint = info[i].glyph_index();
662 pos[i].x_advance = c->font->get_glyph_h_advance (info[i].codepoint);
666 c->font->subtract_glyph_h_origin (info[i].codepoint,
674 pos[i].y_advance = c->font->get_glyph_v_advance (info[i].codepoint);
675 c->font->subtract_glyph_v_origin (info[i].codepoint,
726 c->font->add_glyph_h_origin (info[i].codepoint,
735 c->font->subtract_glyph_h_origin (info[i].codepoint,
906 add_char (font, buffer->unicode, mirror, info[i].codepoint, glyphs);