Searched defs:setZ (Results 1 – 4 of 4) sorted by relevance
66 bool PointLightSource::setZ(float z) in setZ() function in WebCore::PointLightSource
130 bool SpotLightSource::setZ(float z) in setZ() function in WebCore::SpotLightSource
81 virtual bool setZ(float) { return false; } in setZ() function
67 void setZ(float z) { m_z = z; } in setZ() function