Lines Matching full:shader
1487 // return true if the paint is just a single color (i.e. not a shader). If its
1488 // a shader, then we can't compute a const luminance for it :(
2175 SkShader* SkPaint::setShader(SkShader* shader) {
2176 GEN_ID_INC_EVAL(shader != fShader);
2177 SkRefCnt_SafeAssign(fShader, shader);
2178 return shader;