Lines Matching full:newstate
1261 SkPDFShader::State* newState = new SkPDFShader::State(*this);
1265 newState->fInfo.fColors[i] = SkColorSetARGB(255, alpha, alpha, alpha);
1268 return newState;
1278 SkPDFShader::State* newState = new SkPDFShader::State(*this);
1280 newState->fInfo.fColors[i] = SkColorSetA(fInfo.fColors[i],
1284 return newState;