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()
17 struct spl_rect { struct18 int x;19 int y;20 int width;21 int height;