Home
last modified time | relevance | path

Searched refs:CreateSpotLitSpecular (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/effects/
DSkLightingImageFilter.h36 static SkImageFilter* CreateSpotLitSpecular(const SkPoint3& location,
/external/skia/gm/
Dlighting.cpp136 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, in onDraw()
/external/skia/bench/
DLightingBench.cpp221 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(GetSpotLocation(), in onDraw()
/external/skia/samplecode/
DSampleFilterFuzz.cpp661 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3::Make(0, 0, 0), in make_image_filter()
/external/skia/tests/
DImageFilterTest.cpp262 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular( in DEF_TEST()
/external/skia/src/effects/
DSkLightingImageFilter.cpp1159 SkImageFilter* SkLightingImageFilter::CreateSpotLitSpecular(const SkPoint3& location, in CreateSpotLitSpecular() function in SkLightingImageFilter