OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateDistantLitSpecular
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h
63
static SkImageFilter*
CreateDistantLitSpecular
(const SkPoint3& direction,
/external/skia/bench/
LightingBench.cpp
197
draw(loops, canvas, SkLightingImageFilter::
CreateDistantLitSpecular
(getDistantDirection(),
/external/skia/gm/
lighting.cpp
107
paint.setImageFilter(SkLightingImageFilter::
CreateDistantLitSpecular
(distantDirection, white, surfaceScale, ks, shininess, NULL, cr))->unref();
/external/skia/include/effects/
SkLightingImageFilter.h
63
static SkImageFilter*
CreateDistantLitSpecular
(const SkPoint3& direction,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp
426
return adoptRef(SkLightingImageFilter::
CreateDistantLitSpecular
(direction, m_lightingColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect));
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
[
all
...]
/external/skia/src/effects/
SkLightingImageFilter.cpp
[
all
...]
Completed in 296 milliseconds