Home
last modified time | relevance | path

Searched defs:get_anchor (Results 1 – 2 of 2) sorted by relevance

/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
339 …inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *foun… in get_anchor() function
/external/opencv/cv/include/
Dcv.hpp113 CvPoint get_anchor() const { return anchor; } in get_anchor() function in CvBaseImageFilter