HomeSort by relevance Sort by last modified time
    Searched refs:SkLightingImageFilter (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/bench/
LightingBench.cpp 11 #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/
lighting.cpp 9 #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();
imagefiltersscaled.cpp 15 #include "SkLightingImageFilter.h"
125 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
126 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
  /external/skia/bench/
LightingBench.cpp 11 #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/
lighting.cpp 9 #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();
imagefiltersscaled.cpp 15 #include "SkLightingImageFilter.h"
124 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
125 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 46 class SK_API SkLightingImageFilter : public SkImageFilter {
68 ~SkLightingImageFilter();
73 SkLightingImageFilter(SkLight* light,
79 explicit SkLightingImageFilter(SkReadBuffer& buffer);
  /external/skia/include/effects/
SkLightingImageFilter.h 46 class SK_API SkLightingImageFilter : public SkImageFilter {
68 ~SkLightingImageFilter();
73 SkLightingImageFilter(SkLight* light,
77 explicit SkLightingImageFilter(SkReadBuffer& buffer);
  /external/chromium_org/third_party/skia/src/ports/
SkGlobalInitialization_chromium.cpp 42 #include "SkLightingImageFilter.h"
113 SkLightingImageFilter::InitializeFlattenables();
SkGlobalInitialization_default.cpp 42 #include "SkLightingImageFilter.h"
113 SkLightingImageFilter::InitializeFlattenables();
  /external/skia/src/ports/
SkGlobalInitialization_chromium.cpp 43 #include "SkLightingImageFilter.h"
117 SkLightingImageFilter::InitializeFlattenables();
SkGlobalInitialization_default.cpp 43 #include "SkLightingImageFilter.h"
117 SkLightingImageFilter::InitializeFlattenables();
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 19 #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/
SampleFilterFuzz.cpp 21 #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/
SkLightingImageFilter.cpp 8 #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)
842 SkImageFilter* SkLightingImageFilter::CreateDistantLitDiffuse(
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 8 #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;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 31 #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/
ImageFilterTest.cpp 22 #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) },
GLProgramsTest.cpp 252 #include "SkLightingImageFilter.h"
258 SkLightingImageFilter::CreateDistantLitDiffuse(SkPoint3(0,0,0), 0, 0, 0);
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 377 #include "SkLightingImageFilter.h"
383 SkLightingImageFilter::CreateDistantLitDiffuse(SkPoint3(0,0,0), 0, 0, 0);
ImageFilterTest.cpp 20 #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) },
    [all...]
  /external/skia/
Android.mk 278 src/effects/SkLightingImageFilter.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 256 third_party/skia/src/effects/SkLightingImageFilter.cpp \
skia_library.target.darwin-arm64.mk 256 third_party/skia/src/effects/SkLightingImageFilter.cpp \
skia_library.target.darwin-mips.mk 256 third_party/skia/src/effects/SkLightingImageFilter.cpp \

Completed in 960 milliseconds

1 2