Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/graphics/filters/
DSVGLightSource.h32 enum LightType { enum
42 LightSource(LightType type) in LightSource()
48 LightType type() const { return m_type; } in type()
52 LightType m_type;