D | SkLightingImageFilter.cpp | 1202 SkScalar shine, in MakeDistantLitSpecular() argument 1206 return SkSpecularLightingImageFilter::Make(std::move(light), surfaceScale, ks, shine, in MakeDistantLitSpecular() 1214 SkScalar shine, in MakePointLitSpecular() argument 1218 return SkSpecularLightingImageFilter::Make(std::move(light), surfaceScale, ks, shine, in MakePointLitSpecular() 1229 SkScalar shine, in MakeSpotLitSpecular() argument 1234 return SkSpecularLightingImageFilter::Make(std::move(light), surfaceScale, ks, shine, in MakeSpotLitSpecular() 1427 SkScalar shine = buffer.readScalar(); in CreateProc() local 1429 return Make(std::move(light), surfaceScale, ks, shine, common.getInput(0), in CreateProc()
|