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

  /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"
97 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation,
105 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection,
113 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation,
126 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation,
135 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection,
144 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation,
imagefiltersscaled.cpp 15 #include "SkLightingImageFilter.h"
104 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
105 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
  /external/skia/include/effects/
SkLightingImageFilter.h 46 class SK_API SkLightingImageFilter : public SkImageFilter {
68 ~SkLightingImageFilter();
73 SkLightingImageFilter(SkLight* light,
  /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/skia/samplecode/
SampleFilterFuzz.cpp 20 #include "SkLightingImageFilter.h"
344 SkLightingImageFilter::CreateDistantLitDiffuse(make_point(),
346 SkLightingImageFilter::CreateDistantLitSpecular(make_point(),
352 SkLightingImageFilter::CreatePointLitDiffuse(make_point(),
354 SkLightingImageFilter::CreatePointLitSpecular(make_point(),
360 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
363 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3(0, 0, 0),
  /external/skia/src/effects/
SkLightingImageFilter.cpp 8 #include "SkLightingImageFilter.h"
294 class SkLightingImageFilterInternal : public SkLightingImageFilter {
322 typedef SkLightingImageFilter INHERITED;
430 friend class SkLightingImageFilter;
460 friend class SkLightingImageFilter;
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 21 #include "SkLightingImageFilter.h"
256 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
301 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
302 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0, input.get(), &cropRect),
458 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
461 SkLightingImageFilter::CreatePointLitSpecular(location, SK_ColorGREEN, 0, 0, 0) },
    [all...]
  /external/skia/
Android.mk 309 src/effects/SkLightingImageFilter.cpp \

Completed in 248 milliseconds