Lines Matching refs:get_anchor
242 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor() function
266 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor() function
298 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor() function
335 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor() function
340 case 1: u.format1.get_anchor (c, glyph_id, x, y); return; in get_anchor()
341 case 2: u.format2.get_anchor (c, glyph_id, x, y); return; in get_anchor()
342 case 3: u.format3.get_anchor (c, glyph_id, x, y); return; in get_anchor()
373 const Anchor& get_anchor (unsigned int row, unsigned int col, in get_anchor() function
437 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply()
445 mark_anchor.get_anchor (c, buffer->cur().codepoint, &mark_x, &mark_y); in apply()
446 glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y); in apply()
1001 (this+prev_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); in apply()
1002 (this+this_record.entryAnchor).get_anchor (c, buffer->info[j].codepoint, &entry_x, &entry_y); in apply()