Lines Matching refs:rect
285 * @param rect
291 #define imcrop(src, dst, rect, ...) \
297 __ret = imcrop_t(src, dst, rect, 1); \
299 __ret = imcrop_t(src, dst, rect, (int)__args[RGA_GET_MIN(__argc, 0)]); \
307 IM_API IM_STATUS imcrop_t(const rga_buffer_t src, rga_buffer_t dst, im_rect rect, int sync);
377 * @param rect
384 #define imfill(buf, rect, color, ...) \
390 __ret = imfill_t(buf, rect, color, 1); \
392 __ret = imfill_t(buf, rect, color, (int)__args[RGA_GET_MIN(__argc, 0)]); \
400 #define imreset(buf, rect, color, ...) \
406 __ret = imfill_t(buf, rect, color, 1); \
408 __ret = imfill_t(buf, rect, color, (int)__args[RGA_GET_MIN(__argc, 0)]); \
416 #define imdraw(buf, rect, color, ...) \
422 __ret = imfill_t(buf, rect, color, 1); \
424 __ret = imfill_t(buf, rect, color, (int)__args[RGA_GET_MIN(__argc, 0)]); \
431 IM_API IM_STATUS imfill_t(rga_buffer_t dst, im_rect rect, int color, int sync);
703 IM_API IM_STATUS immosaic(const rga_buffer_t image, im_rect rect, int mosaic_mode, int sync);