Searched defs:contour_bounds_t (Results 1 – 2 of 2) 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() argument982 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;
922 struct contour_bounds_t struct924 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() function926 void add (const contour_point_t &p) in add()934 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty()936 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) in get_extents()953 float min_x, min_y, max_x, max_y;