OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateSpotLitDiffuse
(Results
1 - 7
of
7
) 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/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp
323
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/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
[
all
...]
Completed in 793 milliseconds