Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-geometry.hh30 struct hb_extents_t struct
32 hb_extents_t () {} in hb_extents_t() function
33 hb_extents_t (float xmin, float ymin, float xmax, float ymax) : in hb_extents_t() argument
39 void union_ (const hb_extents_t &o) in union_() argument
47 void intersect (const hb_extents_t &o) in intersect() argument
56 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;