OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatePointLitSpecular
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h
66
static SkImageFilter*
CreatePointLitSpecular
(const SkPoint3& location,
/external/skia/bench/
LightingBench.cpp
175
draw(loops, canvas, SkLightingImageFilter::
CreatePointLitSpecular
(getPointLocation(),
/external/skia/gm/
lighting.cpp
104
paint.setImageFilter(SkLightingImageFilter::
CreatePointLitSpecular
(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
/external/skia/include/effects/
SkLightingImageFilter.h
66
static SkImageFilter*
CreatePointLitSpecular
(const SkPoint3& location,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp
434
return adoptRef(SkLightingImageFilter::
CreatePointLitSpecular
(skPosition, 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 118 milliseconds