Searched refs:get_coord (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-base-table.hh | 44 hb_position_t get_coord () const { return coordinate; } in get_coord() function 61 hb_position_t get_coord () const in get_coord() function 85 hb_position_t get_coord (hb_font_t *font, in get_coord() function 118 hb_position_t get_coord (hb_font_t *font, in get_coord() function 123 case 1: return u.format1.get_coord (); in get_coord() 124 case 2: return u.format2.get_coord (); in get_coord() 125 case 3: return u.format3.get_coord (font, var_store, direction); in get_coord() 455 *base = base_coord->get_coord (font, get_var_store (), direction); in get_baseline() 475 if (likely (min && min_coord)) *min = min_coord->get_coord (font, var_store, direction); in get_min_max() 476 if (likely (max && max_coord)) *max = max_coord->get_coord (font, var_store, direction); in get_min_max()
|