Searched refs:CreateSpotLitDiffuse (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DLightingBench.cpp151 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(getSpotLocation(),
/external/chromium_org/third_party/skia/gm/
H A Dlighting.cpp102 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp126 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h54 static SkImageFilter* CreateSpotLitDiffuse(const SkPoint3& location,
/external/skia/bench/
H A DLightingBench.cpp151 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitDiffuse(getSpotLocation(),
/external/skia/gm/
H A Dlighting.cpp101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp125 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
/external/skia/include/effects/
H A DSkLightingImageFilter.h54 static SkImageFilter* CreateSpotLitDiffuse(const SkPoint3& location,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp323 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp329 SkLightingImageFilter::CreateSpotLitDiffuse(SkPoint3(0, 0, 0),
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp470 return adoptRef(SkLightingImageFilter::CreateSpotLitDiffuse(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp858 SkImageFilter* SkLightingImageFilter::CreateSpotLitDiffuse( function in class:SkLightingImageFilter
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp892 SkImageFilter* SkLightingImageFilter::CreateSpotLitDiffuse(const SkPoint3& location, function in class:SkLightingImageFilter

Completed in 3444 milliseconds