Lines Matching refs:oneval
397 #define COPY_R(dsttype, srctype, convfunc, oneval) \
406 d[4 * i + 3] = oneval; \
411 #define COPY_RG(dsttype, srctype, convfunc, oneval) \
420 d[4 * i + 3] = oneval; \
425 #define COPY_RGB(dsttype, srctype, convfunc, oneval) \
434 d[4 * i + 3] = oneval; \
439 #define COPY_BGR(dsttype, srctype, convfunc, oneval) \
448 d[4 * i + 3] = oneval; \
453 #define COPY_RGBX(dsttype, srctype, convfunc, oneval) \
462 d[4 * i + 3] = oneval; \
467 #define COPY_BGRX(dsttype, srctype, convfunc, oneval) \
476 d[4 * i + 3] = oneval; \
481 #define COPY_RGBA(dsttype, srctype, convfunc, oneval) \
495 #define COPY_BGRA(dsttype, srctype, convfunc, oneval) \
509 #define COPY_L(dsttype, srctype, convfunc, oneval) \
518 d[4 * i + 3] = oneval; \
523 #define COPY_LA(dsttype, srctype, convfunc, oneval) \