Searched defs:setDistanceModel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DPannerNode.cpp234 void PannerNode::setDistanceModel(const String& model) function in class:WebCore::PannerNode
237 setDistanceModel(DistanceEffect::ModelLinear);
239 setDistanceModel(DistanceEffect::ModelInverse);
241 setDistanceModel(DistanceEffect::ModelExponential);
246 bool PannerNode::setDistanceModel(unsigned model) function in class:WebCore::PannerNode

Completed in 84 milliseconds