Searched defs:setZ (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/filters/ | ||
D | PointLightSource.cpp | 68 bool PointLightSource::setZ(float z) in setZ() function in WebCore::PointLightSource |
D | LightSource.cpp | 69 bool LightSource::setZ(float z) in setZ() function in WebCore::LightSource |
D | SpotLightSource.cpp | 132 bool SpotLightSource::setZ(float z) in setZ() function in WebCore::SpotLightSource |
/external/webkit/Source/WebCore/platform/graphics/ | ||
D | FloatPoint3D.h | 67 void setZ(float z) { m_z = z; } in setZ() function |