HomeSort by relevance Sort by last modified time
    Searched full:elevation (Results 1 - 25 of 37) 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
  /system/media/opensles/libopensles/
I3DLocation.c 43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter distance)
48 (-90000 <= elevation) && (elevation <= 90000) &&
55 this->mLocationSpherical.mElevation = elevation;
I3DDoppler.c 43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter speed)
50 this->mVelocitySpherical.mElevation = elevation;
  /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 321 <li>Click <strong>Next</strong>. Vista may prompt you to confirm the privilege elevation
346 <li>Click <strong>Next</strong>. Vista might prompt you to confirm the privilege elevation
  /hardware/libhardware/include/hardware/
gps.h 267 /** Elevation of SV in degrees. */
268 float elevation; member in struct:__anon9487
  /external/libvpx/examples/includes/geshi/geshi/
css.php 76 'elevation', 'empty-cells', 'float', 'font-family', 'font-size',
  /external/skia/include/core/
SkGeometry.h 86 /** Given 3 points on a quadratic bezier, use degree elevation to
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 519 public synchronized String sendLocation(double longitude, double latitude, double elevation) {
523 formatter.format(COMMAND_GPS, longitude, latitude, elevation);
  /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$
692 TableHelper.createTableColumn(mGpxWayPointTable, "Elevation", SWT.LEFT,
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 375 elevation
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 383 elev[i] = sGpsSvStatus.sv_list[i].elevation;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 174 float elevation;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 139 float elevation; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /frameworks/base/core/java/android/view/
WindowOrientationListener.java 132 * is referred to as the magnitude below. The elevation angle is referred to as the "tilt"
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 174 float elevation;

Completed in 507 milliseconds

1 2