Lines Matching refs:args

262         int args[] = {__VA_ARGS__};                                                                                    \
263 int argc = sizeof(args) / sizeof(int); \
267 err = imStrError_t((IM_STATUS)args[0]); \
282 int args[] = {__VA_ARGS__}; \
283 int argc = sizeof(args) / sizeof(int); \
287 buffer = wrapbuffer_virtualaddr_t(vir_addr, width, height, args[0], args[1], format); \
297 int args[] = {__VA_ARGS__}; \
298 int argc = sizeof(args) / sizeof(int); \
302 buffer = wrapbuffer_physicaladdr_t(phy_addr, width, height, args[0], args[1], format); \
312 int args[] = {__VA_ARGS__}; \
313 int argc = sizeof(args) / sizeof(int); \
317 buffer = wrapbuffer_fd_t(fd, width, height, args[0], args[1], format); \
388 int args[] = {__VA_ARGS__}; \
389 int argc = sizeof(args) / sizeof(int); \
393 ret = imcheck_t(src, dst, pat, src_rect, dst_rect, pat_rect, args[0]); \
403 int args[] = {__VA_ARGS__}; \
404 int argc = sizeof(args) / sizeof(int); \
408 ret = imcheck_t(src, dst, pat, src_rect, dst_rect, pat_rect, args[0]); \
435 double args[] = {__VA_ARGS__}; \
436 int argc = sizeof(args) / sizeof(double); \
440 ret = imresize_t(src, dst, args[0], args[1], INTER_LINEAR, 1); \
442 ret = imresize_t(src, dst, args[0], args[1], (int)args[2], 1); \
444 ret = imresize_t(src, dst, args[0], args[1], (int)args[2], (int)args[3]); \
472 int args[] = {__VA_ARGS__}; \
473 int argc = sizeof(args) / sizeof(int); \
477 ret = imcrop_t(src, dst, rect, args[0]); \
505 int args[] = {__VA_ARGS__}; \
506 int argc = sizeof(args) / sizeof(int); \
510 ret = imrotate_t(src, dst, rotation, args[0]); \
537 int args[] = {__VA_ARGS__}; \
538 int argc = sizeof(args) / sizeof(int); \
542 ret = imflip_t(src, dst, mode, args[0]); \
568 int args[] = {__VA_ARGS__}; \
569 int argc = sizeof(args) / sizeof(int); \
573 ret = imfill_t(buf, rect, color, args[0]); \
585 int args[] = {__VA_ARGS__}; \
586 int argc = sizeof(args) / sizeof(int); \
590 ret = imfill_t(buf, rect, color, args[0]); \
602 int args[] = {__VA_ARGS__}; \
603 int argc = sizeof(args) / sizeof(int); \
607 ret = imfill_t(buf, rect, color, args[0]); \
631 int args[] = {__VA_ARGS__}; \
632 int argc = sizeof(args) / sizeof(int); \
636 ret = impalette_t(src, dst, lut, args[0]); \
661 int args[] = {__VA_ARGS__}; \
662 int argc = sizeof(args) / sizeof(int); \
666 ret = imtranslate_t(src, dst, x, y, args[0]); \
689 int args[] = {__VA_ARGS__}; \
690 int argc = sizeof(args) / sizeof(int); \
694 ret = imcopy_t(src, dst, args[0]); \
726 int args[] = {__VA_ARGS__}; \
727 int argc = sizeof(args) / sizeof(int); \
731 ret = imblend_t(srcA, srcB, dst, args[0], 1); \
733 ret = imblend_t(srcA, srcB, dst, args[0], args[1]); \
743 int args[] = {__VA_ARGS__}; \
744 int argc = sizeof(args) / sizeof(int); \
748 ret = imblend_t(srcA, srcB, dst, args[0], 1); \
750 ret = imblend_t(srcA, srcB, dst, args[0], args[1]); \
775 int args[] = {__VA_ARGS__}; \
776 int argc = sizeof(args) / sizeof(int); \
780 ret = imcolorkey_t(src, dst, range, args[0], 1); \
782 ret = imcolorkey_t(src, dst, range, args[0], args[1]); \
808 int args[] = {__VA_ARGS__}; \
809 int argc = sizeof(args) / sizeof(int); \
813 ret = imcvtcolor_t(src, dst, sfmt, dfmt, args[0], 1); \
815 ret = imcvtcolor_t(src, dst, sfmt, dfmt, args[0], args[1]); \
839 int args[] = {__VA_ARGS__}; \
840 int argc = sizeof(args) / sizeof(int); \
844 ret = imquantize_t(src, dst, nn_info, args[0]); \
869 int args[] = {__VA_ARGS__}; \
870 int argc = sizeof(args) / sizeof(int); \
874 ret = imrop_t(src, dst, rop_code, args[0]); \