Home
last modified time | relevance | path

Searched refs:CreatePointLitDiffuse (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/effects/
DSkLightingImageFilter.h23 static SkImageFilter* CreatePointLitDiffuse(const SkPoint3& location,
/external/skia/gm/
Dlighting.cpp89 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, in onDraw()
Dimagefiltersclipped.cpp116 …SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1, SkIntToScal… in onDraw()
Dimagefiltersscaled.cpp90 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd), in onDraw()
Dimagefilterscropexpand.cpp114 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, in onDraw()
/external/skia/bench/
DLightingBench.cpp111 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(GetPointLocation(), in onDraw()
/external/skia/tests/
DImageFilterTest.cpp305 …SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect… in test_crop_rects()
476 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse( in DEF_TEST()
1204 SkAutoTUnref<SkImageFilter> lighting(SkLightingImageFilter::CreatePointLitDiffuse( in DEF_TEST()
/external/skia/samplecode/
DSampleFilterFuzz.cpp650 SkLightingImageFilter::CreatePointLitDiffuse(make_point(), in make_image_filter()
/external/skia/src/effects/
DSkLightingImageFilter.cpp1113 SkImageFilter* SkLightingImageFilter::CreatePointLitDiffuse(const SkPoint3& location, in CreatePointLitDiffuse() function in SkLightingImageFilter