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

  /external/chromium_org/third_party/skia/bench/
LightingBench.cpp 151 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(getSpotLocation(),
  /external/chromium_org/third_party/skia/gm/
lighting.cpp 102 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
imagefiltersscaled.cpp 126 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 54 static SkImageFilter* CreateSpotLitDiffuse(const SkPoint3& location,
  /external/skia/bench/
LightingBench.cpp 151 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(getSpotLocation(),
  /external/skia/gm/
lighting.cpp 101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
imagefiltersscaled.cpp 125 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
  /external/skia/include/effects/
SkLightingImageFilter.h 54 static SkImageFilter* CreateSpotLitDiffuse(const SkPoint3& location,
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 323 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
  /external/skia/samplecode/
SampleFilterFuzz.cpp 329 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 470 return adoptRef(SkLightingImageFilter::CreateSpotLitDiffuse(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
  /external/skia/src/effects/
SkLightingImageFilter.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp     [all...]

Completed in 664 milliseconds