Home
last modified time | relevance | path

Searched defs:setVelocity (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
DAudioListener.h66 void setVelocity(double x, double y, double z) { setVelocity(FloatPoint3D(x, y, z)); } in setVelocity() function
67 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } in setVelocity() function
DAudioPannerNode.h87 void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); } in setVelocity() function