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