Home | History | Annotate | Download | only in effects

Lines Matching refs:shine

1057                                                                SkScalar shine,
1061 return SkSpecularLightingImageFilter::Create(light, surfaceScale, ks, shine, input, cropRect);
1068 SkScalar shine,
1072 return SkSpecularLightingImageFilter::Create(light, surfaceScale, ks, shine, input, cropRect);
1082 SkScalar shine,
1087 return SkSpecularLightingImageFilter::Create(light, surfaceScale, ks, shine, input, cropRect);
1264 SkScalar shine = buffer.readScalar();
1265 return Create(light, surfaceScale, ks, shine, common.getInput(0), &common.cropRect());