Home
last modified time | relevance | path

Searched refs:LightingType (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.h49 enum LightingType { enum
73 …FELighting(Filter*, LightingType, const Color&, float, float, float, float, float, float, PassRefP…
87 LightingType m_lightingType;
DFELighting.cpp43 FELighting::FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float… in FELighting()
/external/skia/src/effects/
DSkLightingImageFilter.cpp165 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, c… in lightBitmap()