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

/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h59 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.cpp99 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
/external/skia/include/effects/
H A DSkLightingImageFilter.h59 static SkImageFilter* CreateSpotLitDiffuse(const SkPoint3& location,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp447 return adoptRef(SkLightingImageFilter::CreateSpotLitDiffuse(location, target, specularExponent, limitingConeAngle, m_lightingColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp847 SkImageFilter* SkLightingImageFilter::CreateSpotLitDiffuse( function in class:SkLightingImageFilter
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp847 SkImageFilter* SkLightingImageFilter::CreateSpotLitDiffuse( function in class:SkLightingImageFilter

Completed in 432 milliseconds