Searched refs:CreateSpotLitSpecular (Results 1 – 6 of 6) sorted by relevance
36 static SkImageFilter* CreateSpotLitSpecular(const SkPoint3& location,
136 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, in onDraw()
221 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(GetSpotLocation(), in onDraw()
661 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3::Make(0, 0, 0), in make_image_filter()
262 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular( in DEF_TEST()
1159 SkImageFilter* SkLightingImageFilter::CreateSpotLitSpecular(const SkPoint3& location, in CreateSpotLitSpecular() function in SkLightingImageFilter