HomeSort by relevance Sort by last modified time
    Searched full:elevation (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/svg/graphics/filters/
SVGDistantLightSource.h 33 static PassRefPtr<DistantLightSource> create(float azimuth, float elevation)
35 return adoptRef(new DistantLightSource(azimuth, elevation));
39 float elevation() const { return m_elevation; } function in class:WebCore::DistantLightSource
44 DistantLightSource(float azimuth, float elevation)
47 , m_elevation(elevation)
SVGLightSource.cpp 59 ts << "[elevation=\"" << elevation() << "\"]";
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
LocationPoint.java 41 final void setElevation(double elevation) {
42 mElevation = elevation;
KmlParser.java 147 // looks like we have elevation data.
  /frameworks/base/location/java/android/location/
GpsSatellite.java 71 * Returns the elevation of the satellite in degrees.
72 * The elevation can vary between 0 and 90.
74 * @return the elevation in degrees
  /external/webkit/WebCore/svg/
SVGFELightElement.h 43 DECLARE_ANIMATED_PROPERTY(SVGFELightElement, SVGNames::elevationAttr, float, Elevation, elevation)
SVGFEDistantLightElement.cpp 39 return DistantLightSource::create(azimuth(), elevation());
SVGFEDistantLightElement.idl 30 readonly attribute SVGAnimatedNumber elevation;
svgattrs.in 52 elevation
  /hardware/libhardware_legacy/tests/gpstest/
gpstest.cpp 73 sv_status->sv_list[i].snr, sv_status->sv_list[i].elevation,
  /hardware/libhardware_legacy/include/hardware_legacy/
gps.h 164 /** Elevation of SV in degrees. */
165 float elevation; member in struct:__anon7600
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 140 - (NSString *)elevation;
141 - (void)setElevation:(NSString *)elevation;
DOMCSS.mm 560 - (NSString *)elevation
562 return [self getPropertyValue:@"elevation"];
565 - (void)setElevation:(NSString *)elevation
567 [self setProperty:@"elevation" value:elevation priority:@""];
  /frameworks/base/docs/html/sdk/
win-usb.jd 216 <li>Click "Next." Vista may prompt you to confirm the privilege elevation
244 <li>Click "Next." Vista may prompt you to confirm the privilege elevation
  /external/skia/include/core/
SkGeometry.h 86 /** Given 3 points on a quadratic bezier, use degree elevation to
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 116 private final static String PREFS_WAYPOINT_COL_ELEVATION = "emulatorControl.waypoint.elevation"; //$NON-NLS-1$
694 TableHelper.createTableColumn(mGpxWayPointTable, "Elevation", SWT.LEFT,
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 375 elevation
  /frameworks/base/core/jni/
android_location_GpsLocationProvider.cpp 375 elev[i] = sGpsSvStatusCopy.sv_list[i].elevation;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/
loc_api_common.xdr 174 float elevation;
loc_api_common_xdr.c 274 if (!xdr_float (xdrs, &objp->elevation))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/
loc_api_common.h 155 float elevation; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 521 public synchronized String sendLocation(double longitude, double latitude, double elevation) {
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 868 SvStatus.sv_list[SvStatus.num_svs].elevation = sv_info_ptr->elevation;
    [all...]
  /external/icu4c/i18n/
astro.h 205 * The <i>Altitude</i> represents the object's elevation above the horizon,
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 50 altitude - n. elevation especially above sea level or above the earth's surface
    [all...]

Completed in 1854 milliseconds

1 2