Home
last modified time | relevance | path

Searched refs:SkLightingImageFilter (Results 1 – 13 of 13) sorted by relevance

/external/skia/gm/
Dlighting.cpp89 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, in onDraw()
97 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, in onDraw()
105 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, in onDraw()
118 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, in onDraw()
127 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, in onDraw()
136 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, in onDraw()
Dimagefiltersscaled.cpp90 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd), in onDraw()
91 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
Dimagefiltersclipped.cpp116SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1, SkIntToScal… in onDraw()
Dimagefilterscropexpand.cpp114 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, in onDraw()
/external/skia/bench/
DLightingBench.cpp111 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(GetPointLocation(), in onDraw()
132 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitDiffuse(GetDistantDirection(), in onDraw()
153 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(GetSpotLocation(), in onDraw()
177 draw(loops, canvas, SkLightingImageFilter::CreatePointLitSpecular(GetPointLocation(), in onDraw()
199 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitSpecular(GetDistantDirection(), in onDraw()
221 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(GetSpotLocation(), in onDraw()
/external/skia/include/effects/
DSkLightingImageFilter.h18 class SK_API SkLightingImageFilter : public SkImageFilter {
40 ~SkLightingImageFilter();
45 SkLightingImageFilter(SkImageFilterLight* light,
/external/skia/src/effects/
DSkLightingImageFilter.cpp348 class SkLightingImageFilterInternal : public SkLightingImageFilter {
376 typedef SkLightingImageFilter INHERITED;
498 friend class SkLightingImageFilter;
528 friend class SkLightingImageFilter;
1096 SkLightingImageFilter::SkLightingImageFilter(SkImageFilterLight* light, SkScalar surfaceScale, in SkLightingImageFilter() function in SkLightingImageFilter
1103 SkImageFilter* SkLightingImageFilter::CreateDistantLitDiffuse(const SkPoint3& direction, in CreateDistantLitDiffuse()
1113 SkImageFilter* SkLightingImageFilter::CreatePointLitDiffuse(const SkPoint3& location, in CreatePointLitDiffuse()
1123 SkImageFilter* SkLightingImageFilter::CreateSpotLitDiffuse(const SkPoint3& location, in CreateSpotLitDiffuse()
1137 SkImageFilter* SkLightingImageFilter::CreateDistantLitSpecular(const SkPoint3& direction, in CreateDistantLitSpecular()
1148 SkImageFilter* SkLightingImageFilter::CreatePointLitSpecular(const SkPoint3& location, in CreatePointLitSpecular()
[all …]
/external/skia/samplecode/
DSampleFilterFuzz.cpp642 SkLightingImageFilter::CreateDistantLitDiffuse(make_point(), in make_image_filter()
644 SkLightingImageFilter::CreateDistantLitSpecular(make_point(), in make_image_filter()
650 SkLightingImageFilter::CreatePointLitDiffuse(make_point(), in make_image_filter()
652 SkLightingImageFilter::CreatePointLitSpecular(make_point(), in make_image_filter()
658 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3::Make(0, 0, 0), in make_image_filter()
661 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3::Make(0, 0, 0), in make_image_filter()
/external/skia/src/ports/
DSkGlobalInitialization_default.cpp125 SkLightingImageFilter::InitializeFlattenables(); in InitEffects()
/external/skia/gyp/
Deffects.gypi49 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
112 '<(skia_include_path)/effects/SkLightingImageFilter.h',
/external/skia/tests/
DImageFilterTest.cpp262 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular( in DEF_TEST()
305SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect… in test_crop_rects()
306SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &crop… in test_crop_rects()
476 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse( in DEF_TEST()
479 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) }, in DEF_TEST()
1204 SkAutoTUnref<SkImageFilter> lighting(SkLightingImageFilter::CreatePointLitDiffuse( in DEF_TEST()
/external/skia/site/user/api/
Dindex.md79 …- [SkLightingImageFilter](http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxyg…
/external/skia/
DAndroid.mk343 src/effects/SkLightingImageFilter.cpp \