Lines Matching refs:args
2652 const void** args = arguments;
2683 *args++ = palette;
2687 *ops++ = Op_tf_r; *args++ = skcms_sRGB_TransferFunction();
2688 *ops++ = Op_tf_g; *args++ = skcms_sRGB_TransferFunction();
2689 *ops++ = Op_tf_b; *args++ = skcms_sRGB_TransferFunction();
2738 *args++ = oa.arg;
2743 *args++ = &srcProfile->A2B;
2751 *args++ = oa.arg;
2762 *args++ = &srcProfile->A2B.matrix;
2771 *args++ = oa.arg;
2785 *args++ = oa.arg;
2799 *args++ = &srcProfile->toXYZD50;
2811 *args++ = oa.arg;
2824 *args++ = &dstProfile->B2A.matrix;
2831 *args++ = oa.arg;
2839 *args++ = &dstProfile->B2A;
2844 *args++ = oa.arg;
2866 *args++ = &from_xyz;
2878 *args++ = oa.arg;
2931 *ops++ = Op_tf_r; *args++ = skcms_sRGB_Inverse_TransferFunction();
2932 *ops++ = Op_tf_g; *args++ = skcms_sRGB_Inverse_TransferFunction();
2933 *ops++ = Op_tf_b; *args++ = skcms_sRGB_Inverse_TransferFunction();