Lines Matching refs:rect
157 rga_rect_t rect;
209 @param rect:The rect user want to set,like setting the src rect:
212 mean to set the src rect to the value.
214 static inline int rga_set_rect(rga_rect_t *rect,
216 if (!rect)
219 rect->xoffset = x;
220 rect->yoffset = y;
221 rect->width = w;
222 rect->height = h;
223 rect->wstride = sw;
224 rect->hstride = sh;
225 rect->format = f;