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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
DistantLightSource.cpp 42 float elevation = deg2rad(m_elevation); local
43 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation));
44 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
45 paintingData.lightVector.setZ(sinf(elevation));
61 bool DistantLightSource::setElevation(float elevation)
63 if (m_elevation == elevation)
65 m_elevation = elevation;
73 ts << "[elevation=\"" << elevation() << "\"]";
DistantLightSource.h 32 static PassRefPtr<DistantLightSource> create(float azimuth, float elevation)
34 return adoptRef(new DistantLightSource(azimuth, elevation));
38 float elevation() const { return m_elevation; } function in class:WebCore::DistantLightSource
49 DistantLightSource(float azimuth, float elevation)
52 , m_elevation(elevation)
  /external/chromium_org/rlz/win/lib/
process_info.cc 92 HRESULT GetElevationType(PTOKEN_ELEVATION_TYPE elevation) {
93 if (!elevation)
96 *elevation = TokenElevationTypeDefault;
114 *elevation = elevation_type;
174 TOKEN_ELEVATION_TYPE elevation; local
177 if (SUCCEEDED(GetElevationType(&elevation)) &&
179 has_rights = (elevation == TokenElevationTypeFull) ||
  /external/chromium/webkit/glue/
webkitclient_impl.cc 308 // Extract the azimuth and elevation from the resource name.
310 int elevation = 0; local
312 sscanf(name, "IRC_Composite_C_R0195_T%3d_P%3d", &azimuth, &elevation);
320 // 0 <= elevation <= 90 (or 315 <= elevation <= 345)
323 elevation <= 90 ? elevation / kAngleSpacing :
324 7 + (elevation - 315) / kAngleSpacing;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PannerNode.cpp 117 double elevation; local
118 getAzimuthElevation(&azimuth, &elevation);
119 m_panner->pan(azimuth, elevation, source, destination, framesToProcess);
263 // FIXME: we should cache azimuth and elevation (if possible), so we only re-calculate if a change has been made.
310 // Elevation
311 double elevation = 90.0 - 180.0 * acos(sourceListener.dot(up)) / piDouble; local
312 fixNANs(elevation); // avoid illegal values
314 if (elevation > 90.0)
315 elevation = 180.0 - elevation;
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 482 // Extract the azimuth and elevation from the resource name.
484 int elevation = 0; local
486 sscanf(name, "IRC_Composite_C_R0195_T%3d_P%3d", &azimuth, &elevation);
494 // 0 <= elevation <= 90 (or 315 <= elevation <= 345)
497 elevation <= 90 ? elevation / kAngleSpacing :
498 7 + (elevation - 315) / kAngleSpacing;
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 277 /** Elevation of SV in degrees. */
278 float elevation; member in struct:__anon32933
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1669 int elevation[MAXCHANNELS]; \/* elevation of satellite *\/ member in struct:gps_data_t
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 118 milliseconds