Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DPointLightSource.cpp66 bool PointLightSource::setZ(float z) in setZ() function in WebCore::PointLightSource
DSpotLightSource.cpp130 bool SpotLightSource::setZ(float z) in setZ() function in WebCore::SpotLightSource
DLightSource.h81 virtual bool setZ(float) { return false; } in setZ() function
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPoint3D.h67 void setZ(float z) { m_z = z; } in setZ() function