Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DLightSource.cpp39 if (m_type == LS_DISTANT) in setAzimuth()
46 if (m_type == LS_DISTANT) in setElevation()
DDistantLightSource.h50 : LightSource(LS_DISTANT) in DistantLightSource()
DLightSource.h35 LS_DISTANT, enumerator
DFELighting.cpp454 ASSERT(m_lightSource.type == LS_DISTANT); in drawInteriorPixels()