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

  /external/skia/bench/
LightingBench.cpp 10 #include "SkLightingImageFilter.h"
111 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(GetPointLocation(),
132 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitDiffuse(GetDistantDirection(),
153 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(GetSpotLocation(),
177 draw(loops, canvas, SkLightingImageFilter::CreatePointLitSpecular(GetPointLocation(),
199 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitSpecular(GetDistantDirection(),
221 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(GetSpotLocation(),
  /external/skia/gm/
lighting.cpp 9 #include "SkLightingImageFilter.h"
89 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation,
97 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection,
105 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation,
118 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation,
127 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection,
136 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation,
imagefiltersscaled.cpp 16 #include "SkLightingImageFilter.h"
90 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
91 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
imagefiltersclipped.cpp 16 #include "SkLightingImageFilter.h"
116 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1, SkIntToScalar(2), checkerboard.get()),
imagefilterscropexpand.cpp 22 #include "SkLightingImageFilter.h"
114 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE,
  /external/skia/include/effects/
SkLightingImageFilter.h 18 class SK_API SkLightingImageFilter : public SkImageFilter {
40 ~SkLightingImageFilter();
45 SkLightingImageFilter(SkImageFilterLight* light,
  /external/skia/src/ports/
SkGlobalInitialization_default.cpp 32 #include "SkLightingImageFilter.h"
125 SkLightingImageFilter::InitializeFlattenables();
  /external/skia/src/effects/
SkLightingImageFilter.cpp 8 #include "SkLightingImageFilter.h"
348 class SkLightingImageFilterInternal : public SkLightingImageFilter {
376 typedef SkLightingImageFilter INHERITED;
498 friend class SkLightingImageFilter;
528 friend class SkLightingImageFilter;
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 31 #include "SkLightingImageFilter.h"
642 SkLightingImageFilter::CreateDistantLitDiffuse(make_point(),
644 SkLightingImageFilter::CreateDistantLitSpecular(make_point(),
650 SkLightingImageFilter::CreatePointLitDiffuse(make_point(),
652 SkLightingImageFilter::CreatePointLitSpecular(make_point(),
658 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3::Make(0, 0, 0),
661 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3::Make(0, 0, 0),
  /external/skia/tests/
ImageFilterTest.cpp 22 #include "SkLightingImageFilter.h"
262 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
305 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
306 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
476 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
479 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },
    [all...]
  /external/skia/
Android.mk 343 src/effects/SkLightingImageFilter.cpp \

Completed in 490 milliseconds