Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSkLightingImageFilter.h64 static SkImageFilter* CreateSpotLitSpecular(const SkPoint3& location,
/external/skia/bench/
DLightingBench.cpp219 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(getSpotLocation(), in onDraw()
/external/skia/gm/
Dlighting.cpp144 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, in onDraw()
/external/skia/samplecode/
DSampleFilterFuzz.cpp363 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3(0, 0, 0), in make_image_filter()
/external/skia/tests/
DImageFilterTest.cpp256 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular( in DEF_TEST()
/external/skia/src/effects/
DSkLightingImageFilter.cpp1075 SkImageFilter* SkLightingImageFilter::CreateSpotLitSpecular(const SkPoint3& location, in CreateSpotLitSpecular() function in SkLightingImageFilter