HomeSort by relevance Sort by last modified time
    Searched defs:azimuth (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/filters/
DistantLightSource.cpp 42 float azimuth = deg2rad(m_azimuth); local
44 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation));
45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
54 bool DistantLightSource::setAzimuth(float azimuth)
56 if (m_azimuth == azimuth)
58 m_azimuth = azimuth;
73 ts << "[azimuth=\"" << azimuth() << "\"]";
DistantLightSource.h 33 static PassRefPtr<DistantLightSource> create(float azimuth, float elevation)
35 return adoptRef(new DistantLightSource(azimuth, elevation));
38 float azimuth() const { return m_azimuth; } function in class:WebCore::DistantLightSource
49 DistantLightSource(float azimuth, float elevation)
51 , m_azimuth(azimuth)
  /external/icu4c/i18n/
astro.h 207 * The <i>Azimuth</i> is the geographic direction of the object from the
208 * observer's position, with 0 representing north. The azimuth increases
225 * @param azim The azimuth, measured in radians clockwise from north.
229 : altitude(alt), azimuth(azim) { }
234 * @param azim The azimuth, measured in radians clockwise from north.
239 azimuth = azim;
259 double azimuth; member in class:CalendarAstronomer::Horizon
astro.cpp 514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); local
516 result.set(azimuth, altitude);
    [all...]
  /development/ndk/platforms/android-9/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon1417::__anon1419
  /external/chromium/webkit/glue/
webkitclient_impl.cc 308 // Extract the azimuth and elevation from the resource name.
309 int azimuth = 0; local
312 sscanf(name, "IRC_Composite_C_R0195_T%3d_P%3d", &azimuth, &elevation);
327 // 0 <= azimuth < 360 in increments of 15 degrees.
328 int azimuth_index = azimuth / kAngleSpacing;
  /external/webkit/Source/WebCore/platform/audio/
HRTFPanner.cpp 89 int HRTFPanner::calculateDesiredAzimuthIndexAndBlend(double azimuth, double& azimuthBlend)
91 // Convert the azimuth angle from the range -180 -> +180 into the range 0 -> 360.
92 // The azimuth index may then be calculated from this positive value.
93 if (azimuth < 0)
94 azimuth += 360.0;
102 // Calculate the azimuth index and the blend (0 -> 1) for interpolation.
103 double desiredAzimuthIndexFloat = azimuth / angleBetweenAzimuths;
107 // We don't immediately start using this azimuth index, but instead approach this index from the last index we rendered at.
138 // IRCAM HRTF azimuths values from the loaded database is reversed from the panner's notion of azimuth.
139 double azimuth = -desiredAzimuth local
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 106 double azimuth; local
108 getAzimuthElevation(&azimuth, &elevation);
109 m_panner->pan(azimuth, elevation, source, destination, framesToProcess);
163 // FIXME: we should cache azimuth and elevation (if possible), so we only re-calculate if a change has been made.
165 double azimuth = 0.0; local
196 azimuth = 180.0 * acos(projectedSource.dot(listenerRight)) / piDouble;
197 fixNANs(azimuth); // avoid illegal values
202 azimuth = 360.0 - azimuth;
204 // Make azimuth relative to "front" and not "right" listener vecto
    [all...]
  /frameworks/native/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon17200::__anon17202
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon20810::__anon20812
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon26863::__anon26865
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon29961::__anon29963
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon30936::__anon30938
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon30988::__anon30990
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon31305::__anon31307
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon31698::__anon31700
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon34943::__anon34945
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
sensor.h 100 float azimuth; member in struct:ASensorVector::__anon35336::__anon35338
  /hardware/libhardware/include/hardware/
sensors.h 129 * azimuth: angle between the magnetic north direction and the Y axis, around
130 * the Z axis (0<=azimuth<360).
315 float azimuth; member in struct:__anon17827::__anon17828::__anon17830
gps.h 271 /** Azimuth of SV in degrees. */
272 float azimuth; member in struct:__anon17787
  /external/qemu/android/
hw-sensors.c 95 float azimuth; member in struct:__anon10466
154 * orientation:<azimuth>:<pitch>:<roll>
320 sensor->u.orientation.azimuth,
539 qemu_put_float(f, s->u.orientation.azimuth);
590 s->u.orientation.azimuth = qemu_get_float(f);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 146 float azimuth; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 140 float azimuth; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 713 milliseconds