Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh807 struct contour_bounds_t struct
809 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() argument
811 void add (const contour_point_t &p) in add()
819 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty()
821 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) in get_extents()
838 float min_x, min_y, max_x, max_y;