Home
last modified time | relevance | path

Searched defs:setZ (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DPointLightSource.cpp68 bool PointLightSource::setZ(float z) in setZ() function in WebCore::PointLightSource
DLightSource.cpp69 bool LightSource::setZ(float z) in setZ() function in WebCore::LightSource
DSpotLightSource.cpp132 bool SpotLightSource::setZ(float z) in setZ() function in WebCore::SpotLightSource
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint3D.h67 void setZ(float z) { m_z = z; } in setZ() function