Searched refs:get_anchor (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 235 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor() function 259 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor() function 291 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor() function 328 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor() function 333 case 1: u.format1.get_anchor (c, glyph_id, x, y); return; in get_anchor() 334 case 2: u.format2.get_anchor (c, glyph_id, x, y); return; in get_anchor() 335 case 3: u.format3.get_anchor (c, glyph_id, x, y); return; in get_anchor() 366 …inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *foun… in get_anchor() function 428 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply() 435 mark_anchor.get_anchor (c, buffer->cur().codepoint, &mark_x, &mark_y); in apply() [all …]
|