Searched defs:get_anchor (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
H A Depydoc.js265 function get_anchor() {
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
H A Depydoc.js265 function get_anchor() {
/external/opencv/cv/include/
H A Dcv.hpp113 CvPoint get_anchor() const { return anchor; } function in class:CvBaseImageFilter
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh235 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, function in struct:OT::AnchorFormat1
259 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, function in struct:OT::AnchorFormat2
291 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, function in struct:OT::AnchorFormat3
328 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, function in struct:OT::Anchor
333 case 1: u.format1.get_anchor (c, glyph_id, x, y); return;
334 case 2: u.format2.get_anchor (c, glyph_id, x, y); return;
335 case 3: u.format3.get_anchor (c, glyph_id, x, y); return;
366 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const { function in struct:OT::AnchorMatrix
428 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
436 mark_anchor.get_anchor (
[all...]

Completed in 174 milliseconds