Searched refs:CreatePointLitDiffuse (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DLightingBench.cpp109 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(getPointLocation(),
/external/chromium_org/third_party/skia/gm/
H A Dlighting.cpp96 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp125 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h51 static SkImageFilter* CreatePointLitDiffuse(const SkPoint3& location,
/external/skia/bench/
H A DLightingBench.cpp109 draw(loops, canvas, SkLightingImageFilter::CreatePointLitDiffuse(getPointLocation(),
/external/skia/gm/
H A Dlighting.cpp95 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp124 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
/external/skia/include/effects/
H A DSkLightingImageFilter.h51 static SkImageFilter* CreatePointLitDiffuse(const SkPoint3& location,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp315 SkLightingImageFilter::CreatePointLitDiffuse(make_point(),
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp321 SkLightingImageFilter::CreatePointLitDiffuse(make_point(),
/external/skia/tests/
H A DImageFilterTest.cpp264 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
361 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp260 SkLightingImageFilter::CreatePointLitDiffuse(location, SK_ColorGREEN, 0, 0, input.get(), &cropRect),
413 { "diffuse lighting", SkLightingImageFilter::CreatePointLitDiffuse(
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp458 return adoptRef(SkLightingImageFilter::CreatePointLitDiffuse(skPosition, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect));
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp850 SkImageFilter* SkLightingImageFilter::CreatePointLitDiffuse( function in class:SkLightingImageFilter
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp882 SkImageFilter* SkLightingImageFilter::CreatePointLitDiffuse(const SkPoint3& location, function in class:SkLightingImageFilter

Completed in 361 milliseconds