Lines Matching refs:newColor
165 SkColor4f newColor;
166 newColor.fR = color.fB;
167 newColor.fG = color.fR;
168 newColor.fB = color.fG;
169 newColor.fA = color.fA;
171 bool result = dContext->updateCompressedBackendTexture(backendTex, newColor, nullptr, nullptr);
175 SkColor4f expectedNewColors[6] = {newColor, newColor, newColor, newColor, newColor, newColor};
179 check_readback(dContext, std::move(img), compression, newColor, reporter, "solid readback");