Home
last modified time | relevance | path

Searched refs:get_anchor (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh215 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
399 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply()
406 mark_anchor.get_anchor (c->font, buffer->cur().codepoint, &mark_x, &mark_y); in apply()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh215 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()
[all …]
/external/opencv/cv/include/
Dcv.hpp113 CvPoint get_anchor() const { return anchor; } in get_anchor() function in CvBaseImageFilter
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h538 CONTENT_EXPORT STDMETHODIMP get_anchor(long index, VARIANT* anchor) { in get_anchor() function