Lines Matching refs:infoCopy
737 SkShader::GradientInfo infoCopy = info;
744 inverseMapperMatrix.mapPoints(infoCopy.fPoint, 2);
745 infoCopy.fRadius[0] = inverseMapperMatrix.mapRadius(info.fRadius[0]);
746 infoCopy.fRadius[1] = inverseMapperMatrix.mapRadius(info.fRadius[1]);
750 linearCode(infoCopy, perspectiveInverseOnly, &functionCode);
753 radialCode(infoCopy, perspectiveInverseOnly, &functionCode);
756 twoPointConicalCode(infoCopy, perspectiveInverseOnly, &functionCode);
759 sweepCode(infoCopy, perspectiveInverseOnly, &functionCode);