Searched defs:contour_bounds_t (Results 1 – 1 of 1) sorted by relevance
978 struct contour_bounds_t struct980 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() function982 void add (const contour_point_t &p) in add()990 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty()992 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) in get_extents()1009 float min_x, min_y, max_x, max_y;