Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh47 hb_position_t get_coord () const { return coordinate; } in get_coord() function
64 hb_position_t get_coord () const in get_coord() function
88 hb_position_t get_coord (hb_font_t *font, in get_coord() function
119 hb_position_t get_coord (hb_font_t *font, in get_coord() function
124 case 1: return u.format1.get_coord (); in get_coord()
125 case 2: return u.format2.get_coord (); in get_coord()
126 case 3: return u.format3.get_coord (font, var_store, direction); in get_coord()
486 if (likely (base && base_coord)) *base = base_coord->get_coord (font, in get_baseline()
507 if (likely (min && min_coord)) *min = min_coord->get_coord (font, var_store, direction); in get_min_max()
508 if (likely (max && max_coord)) *max = max_coord->get_coord (font, var_store, direction); in get_min_max()