Searched defs:spl_rect (Results 1 – 2 of 2) sorted by relevance
20 static void populate_splrect_from_rect(struct spl_rect *spl_rect, const struct rect *rect) in populate_splrect_from_rect()27 static void populate_rect_from_splrect(struct rect *rect, const struct spl_rect *spl_rect) in populate_rect_from_splrect()
19 struct spl_rect { struct20 int x;21 int y;22 int width;23 int height;