hb-ot-layout-gpos-table.hh | 234 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED, function in struct:OT::AnchorFormat1 257 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id, function in struct:OT::AnchorFormat2 288 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id HB_UNUSED, function in struct:OT::AnchorFormat3 324 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id, function in struct:OT::Anchor 329 case 1: u.format1.get_anchor (font, glyph_id, x, y); return; 330 case 2: u.format2.get_anchor (font, glyph_id, x, y); return; 331 case 3: u.format3.get_anchor (font, glyph_id, x, y); return; 362 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const { function in struct:OT::AnchorMatrix 424 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); 431 mark_anchor.get_anchor (c->font, buffer->cur().codepoint, &mark_x, &mark_y) [all...] |