Lines Matching refs:A2B
967 if (!read_a2b(&a2b_tag, &profile->A2B, pcs_is_xyz)) { in skcms_Parse()
2137 if (srcProfile->A2B.input_channels) { in skcms_TransformWithPalette()
2138 for (int i = 0; i < (int)srcProfile->A2B.input_channels; i++) { in skcms_TransformWithPalette()
2139 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2147 *args++ = &srcProfile->A2B; in skcms_TransformWithPalette()
2150 if (srcProfile->A2B.matrix_channels == 3) { in skcms_TransformWithPalette()
2152 OpAndArg oa = select_curve_op(&srcProfile->A2B.matrix_curves[i], i); in skcms_TransformWithPalette()
2164 if (0 != memcmp(&I, &srcProfile->A2B.matrix, sizeof(I))) { in skcms_TransformWithPalette()
2166 *args++ = &srcProfile->A2B.matrix; in skcms_TransformWithPalette()
2170 if (srcProfile->A2B.output_channels == 3) { in skcms_TransformWithPalette()
2172 OpAndArg oa = select_curve_op(&srcProfile->A2B.output_curves[i], i); in skcms_TransformWithPalette()