Home
last modified time | relevance | path

Searched defs:contour_bounds_t (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh978 struct contour_bounds_t struct
980 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() argument
982 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;
/third_party/harfbuzz/src/
Dhb-ot-glyf-table.hh922 struct contour_bounds_t struct
924 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() function
926 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;