Home | History | Annotate | Download | only in tests

Lines Matching refs:SkLightingImageFilter

21 #include "SkLightingImageFilter.h"
256 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
301 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
302 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
458 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
461 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },