Home | History | Annotate | Download | only in src

Lines Matching refs:get_anchor

215   inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED,
237 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id,
267 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED,
302 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id,
307 case 1: u.format1.get_anchor (font, glyph_id, x, y); return;
308 case 2: u.format2.get_anchor (font, glyph_id, x, y); return;
309 case 3: u.format3.get_anchor (font, glyph_id, x, y); return;
339 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
398 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
405 mark_anchor.get_anchor (c->font, c->buffer->cur().codepoint, &mark_x, &mark_y);
406 glyph_anchor.get_anchor (c->font, c->buffer->info[glyph_pos].codepoint, &base_x, &base_y);
899 (this+this_record.exitAnchor).get_anchor (c->font, c->buffer->info[i].codepoint, &exit_x, &exit_y);
900 (this+next_record.entryAnchor).get_anchor (c->font, c->buffer->info[j].codepoint, &entry_x, &entry_y);