Searched defs:hb_extents_t (Results 1 – 1 of 1) sorted by relevance
30 struct hb_extents_t struct32 hb_extents_t () {} in hb_extents_t() function33 hb_extents_t (float xmin, float ymin, float xmax, float ymax) : in hb_extents_t() argument39 void union_ (const hb_extents_t &o) in union_() argument47 void intersect (const hb_extents_t &o) in intersect() argument56 add_point (float x, float y) in add_point()72 float xmin = 0.f;73 float ymin = 0.f;74 float xmax = -1.f;75 float ymax = -1.f;