Searched refs:SkLightingImageFilter (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/bench/
H A DLightingBench.cpp11 #include "SkLightingImageFilter.h"
109 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(getPointLocation(),
130 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitDiffuse(getDistantDirection(),
151 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(getSpotLocation(),
175 draw(loops, canvas, SkLightingImageFilter::CreatePointLitSpecular(getPointLocation(),
197 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitSpecular(getDistantDirection(),
219 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(getSpotLocation(),
/external/chromium_org/third_party/skia/gm/
H A Dlighting.cpp9 #include "SkLightingImageFilter.h"
96 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
99 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->unref();
102 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
107 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
110 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks, shininess, NULL, cr))->unref();
113 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp15 #include "SkLightingImageFilter.h"
125 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
126 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
/external/skia/bench/
H A DLightingBench.cpp11 #include "SkLightingImageFilter.h"
109 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(getPointLocation(),
130 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitDiffuse(getDistantDirection(),
151 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(getSpotLocation(),
175 draw(loops, canvas, SkLightingImageFilter::CreatePointLitSpecular(getPointLocation(),
197 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitSpecular(getDistantDirection(),
219 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(getSpotLocation(),
/external/skia/gm/
H A Dlighting.cpp9 #include "SkLightingImageFilter.h"
95 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
98 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->unref();
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
106 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
109 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks, shininess, NULL, cr))->unref();
112 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp15 #include "SkLightingImageFilter.h"
124 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
125 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h46 class SK_API SkLightingImageFilter : public SkImageFilter { class in inherits:SkImageFilter
68 ~SkLightingImageFilter();
73 SkLightingImageFilter(SkLight* light,
79 explicit SkLightingImageFilter(SkReadBuffer& buffer);
/external/skia/include/effects/
H A DSkLightingImageFilter.h46 class SK_API SkLightingImageFilter : public SkImageFilter { class in inherits:SkImageFilter
68 ~SkLightingImageFilter();
73 SkLightingImageFilter(SkLight* light,
77 explicit SkLightingImageFilter(SkReadBuffer& buffer);
/external/chromium_org/third_party/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp42 #include "SkLightingImageFilter.h"
113 SkLightingImageFilter::InitializeFlattenables();
H A DSkGlobalInitialization_default.cpp42 #include "SkLightingImageFilter.h"
113 SkLightingImageFilter::InitializeFlattenables();
/external/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp43 #include "SkLightingImageFilter.h"
117 SkLightingImageFilter::InitializeFlattenables();
H A DSkGlobalInitialization_default.cpp43 #include "SkLightingImageFilter.h"
117 SkLightingImageFilter::InitializeFlattenables();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp19 #include "SkLightingImageFilter.h"
307 SkLightingImageFilter::CreateDistantLitDiffuse(make_point(),
309 SkLightingImageFilter::CreateDistantLitSpecular(make_point(),
315 SkLightingImageFilter::CreatePointLitDiffuse(make_point(),
317 SkLightingImageFilter::CreatePointLitSpecular(make_point(),
323 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
326 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3(0, 0, 0),
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp21 #include "SkLightingImageFilter.h"
313 SkLightingImageFilter::CreateDistantLitDiffuse(make_point(),
315 SkLightingImageFilter::CreateDistantLitSpecular(make_point(),
321 SkLightingImageFilter::CreatePointLitDiffuse(make_point(),
323 SkLightingImageFilter::CreatePointLitSpecular(make_point(),
329 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
332 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3(0, 0, 0),
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp8 #include "SkLightingImageFilter.h"
264 class SkDiffuseLightingImageFilter : public SkLightingImageFilter {
281 typedef SkLightingImageFilter INHERITED;
285 class SkSpecularLightingImageFilter : public SkLightingImageFilter {
303 typedef SkLightingImageFilter INHERITED;
832 SkLightingImageFilter::SkLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkImageFilter* input, const CropRect* cropRect) function in class:SkLightingImageFilter
842 SkImageFilter* SkLightingImageFilter::CreateDistantLitDiffuse(
850 SkImageFilter* SkLightingImageFilter::CreatePointLitDiffuse(
858 SkImageFilter* SkLightingImageFilter
899 SkLightingImageFilter::SkLightingImageFilter(SkReadBuffer& buffer) function in class:SkLightingImageFilter
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp8 #include "SkLightingImageFilter.h"
280 class SkDiffuseLightingImageFilter : public SkLightingImageFilter {
304 friend class SkLightingImageFilter;
305 typedef SkLightingImageFilter INHERITED;
309 class SkSpecularLightingImageFilter : public SkLightingImageFilter {
338 friend class SkLightingImageFilter;
339 typedef SkLightingImageFilter INHERITED;
864 SkLightingImageFilter::SkLightingImageFilter(SkLight* light, SkScalar surfaceScale, function in class:SkLightingImageFilter
872 SkImageFilter* SkLightingImageFilter
946 SkLightingImageFilter::SkLightingImageFilter(SkReadBuffer& buffer) function in class:SkLightingImageFilter
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp31 #include "SkLightingImageFilter.h"
449 return adoptRef(SkLightingImageFilter::CreateDistantLitSpecular(direction, lightColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect));
450 return adoptRef(SkLightingImageFilter::CreateDistantLitDiffuse(direction, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
457 return adoptRef(SkLightingImageFilter::CreatePointLitSpecular(skPosition, lightColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect));
458 return adoptRef(SkLightingImageFilter::CreatePointLitDiffuse(skPosition, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
469 return adoptRef(SkLightingImageFilter::CreateSpotLitSpecular(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect));
470 return adoptRef(SkLightingImageFilter::CreateSpotLitDiffuse(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
/external/skia/tests/
H A DImageFilterTest.cpp22 #include "SkLightingImageFilter.h"
205 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
264 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
265 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
361 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
364 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },
H A DGLProgramsTest.cpp252 #include "SkLightingImageFilter.h"
258 SkLightingImageFilter::CreateDistantLitDiffuse(SkPoint3(0,0,0), 0, 0, 0);
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp377 #include "SkLightingImageFilter.h"
383 SkLightingImageFilter::CreateDistantLitDiffuse(SkPoint3(0,0,0), 0, 0, 0);
H A DImageFilterTest.cpp20 #include "SkLightingImageFilter.h"
217 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
260 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
261 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
413 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
416 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },
/external/skia/
H A DAndroid.mk278 src/effects/SkLightingImageFilter.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk256 third_party/skia/src/effects/SkLightingImageFilter.cpp \
H A Dskia_library.target.darwin-arm64.mk256 third_party/skia/src/effects/SkLightingImageFilter.cpp \
H A Dskia_library.target.darwin-mips.mk256 third_party/skia/src/effects/SkLightingImageFilter.cpp \

Completed in 560 milliseconds

12