Searched refs:azimuth (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/svg/graphics/filters/
H A DSVGDistantLightSource.h33 static PassRefPtr<DistantLightSource> create(float azimuth, float elevation) argument
35 return adoptRef(new DistantLightSource(azimuth, elevation));
38 float azimuth() const { return m_azimuth; } function in class:WebCore::DistantLightSource
44 DistantLightSource(float azimuth, float elevation) argument
46 , m_azimuth(azimuth)
H A DSVGLightSource.cpp58 ts << "[azimuth=\"" << azimuth() << "\"]";
/external/webkit/WebCore/svg/
H A DSVGFEDistantLightElement.idl29 readonly attribute SVGAnimatedNumber azimuth;
H A DSVGFEDistantLightElement.cpp39 return DistantLightSource::create(azimuth(), elevation());
H A DSVGFELightElement.h42 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::azimuthAttr, float, Azimuth, azimuth)
/external/icu4c/i18n/
H A Dastro.h208 * 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
H A Dastro.cpp514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); local
516 result.set(azimuth, altitude);
1494 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG);
/external/qemu/android/
H A Dhw-sensors.c75 float azimuth; member in struct:__anon3315
128 * orientation:<azimuth>:<pitch>:<roll>
292 sensor->u.orientation.azimuth,
449 _hwSensors_setOrientation( HwSensors* h, float azimuth, float pitch, float roll )
452 s->u.orientation.azimuth = azimuth;
/external/webkit/WebCore/bindings/objc/
H A DDOMCSS.h54 - (NSString *)azimuth;
55 - (void)setAzimuth:(NSString *)azimuth;
H A DDOMCSS.mm130 - (NSString *)azimuth
132 return [self getPropertyValue:@"azimuth"];
135 - (void)setAzimuth:(NSString *)azimuth
137 [self setProperty:@"azimuth" value:azimuth priority:@""];

Completed in 24 milliseconds