Searched defs:u_rect (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h39 struct u_rect { struct
48 u_rect_test_intersection(const struct u_rect *a,
49 const struct u_rect *b)
64 u_rect_find_intersection(const struct u_rect *a,
65 struct u_rect *b)
77 u_rect_area(const struct u_rect *r)
83 u_rect_possible_intersection(const struct u_rect *a,
84 struct u_rect *b)
102 u_rect_union(struct u_rect *d, const struct u_rect *
[all...]

Completed in 75 milliseconds