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

/external/chromium_org/third_party/skia/bench/
H A DLightingBench.cpp219 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(getSpotLocation(),
/external/chromium_org/third_party/skia/gm/
H A Dlighting.cpp113 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h64 static SkImageFilter* CreateSpotLitSpecular(const SkPoint3& location,
/external/skia/bench/
H A DLightingBench.cpp219 draw(loops, canvas, SkLightingImageFilter::CreateSpotLitSpecular(getSpotLocation(),
/external/skia/gm/
H A Dlighting.cpp112 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
/external/skia/include/effects/
H A DSkLightingImageFilter.h64 static SkImageFilter* CreateSpotLitSpecular(const SkPoint3& location,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp326 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3(0, 0, 0),
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp332 SkLightingImageFilter::CreateSpotLitSpecular(SkPoint3(0, 0, 0),
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp469 return adoptRef(SkLightingImageFilter::CreateSpotLitSpecular(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect));
/external/skia/tests/
H A DImageFilterTest.cpp205 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp217 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp885 SkImageFilter* SkLightingImageFilter::CreateSpotLitSpecular( function in class:SkLightingImageFilter
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp928 SkImageFilter* SkLightingImageFilter::CreateSpotLitSpecular(const SkPoint3& location, function in class:SkLightingImageFilter

Completed in 284 milliseconds