Lines Matching defs:expectedForAlphaModulation
457 SkPMColor4f expectedForAlphaModulation[3];
460 expectedForAlphaModulation[i] = fpPreAlphaModulation * inf[i].fA;
467 expectedForColorModulation[i] = expectedForAlphaModulation[i] = {0, 0, 0, 0};
475 bool isLegalAlphaModulation = fuzzy_color_equals(outf[0], expectedForAlphaModulation[0]) &&
476 fuzzy_color_equals(outf[1], expectedForAlphaModulation[1]) &&
477 fuzzy_color_equals(outf[2], expectedForAlphaModulation[2]);
507 expectedForAlphaModulation[i].fR, expectedForAlphaModulation[i].fG,
508 expectedForAlphaModulation[i].fB, expectedForAlphaModulation[i].fA,
509 fuzzy_color_equals(outf[i], expectedForAlphaModulation[i]));