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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DDistantLightSource.cpp42 float azimuth = deg2rad(m_azimuth); local
54 bool DistantLightSource::setAzimuth(float azimuth) argument
H A DDistantLightSource.h33 static PassRefPtr<DistantLightSource> create(float azimuth, float elevation) argument
38 float azimuth() const { return m_azimuth; } function in class:WebCore::DistantLightSource
50 DistantLightSource(float azimuth, float elevation) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DEqualPowerPanner.cpp52 void EqualPowerPanner::pan(double azimuth, double /*elevation*/, const AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) argument
[all...]
H A DHRTFPanner.cpp98 int HRTFPanner::calculateDesiredAzimuthIndexAndBlend(double azimuth, double& azimuthBlend) argument
148 double azimuth local
[all...]
H A DHRTFElevation.cpp104 bool HRTFElevation::calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName, argument
129 bool HRTFElevation::calculateKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName, argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.h259 double azimuth; member in class:CalendarAstronomer::Horizon
H A Dastro.cpp513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); local
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DPannerNode.cpp116 double azimuth; local
265 double azimuth = 0.0; local
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEvent.cpp724 digitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
H A DIOHIDEventData.h213 IOFixed azimuth; // Specifies the counter clockwise rotation of the cursor around the Z axis though a full circular range. member in struct:_IOHIDDigitizerEventData::__anon2119::__anon2121
H A DIOHIDEventService.cpp2481 dispatchDigitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument

Completed in 324 milliseconds