OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setElevation
(Results
1 - 11
of
11
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
LocationPoint.java
41
final void
setElevation
(double elevation) {
GpxParser.java
156
mCurrentTrackPoint.
setElevation
(
159
mCurrentWayPoint.
setElevation
(
KmlParser.java
148
locationNode.
setElevation
(Double.parseDouble(m.group(3)));
/external/webkit/Source/WebCore/platform/graphics/filters/
DistantLightSource.h
41
bool
setElevation
(float);
LightSource.cpp
44
bool LightSource::
setElevation
(float elevation)
47
return static_cast<DistantLightSource*>(this)->
setElevation
(elevation);
DistantLightSource.cpp
62
bool DistantLightSource::
setElevation
(float elevation)
LightSource.h
78
bool
setElevation
(float);
/external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.cpp
110
return lightSource->
setElevation
(lightElement->elevation());
SVGFESpecularLightingElement.cpp
117
return lightSource->
setElevation
(lightElement->elevation());
/external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h
141
- (void)
setElevation
:(NSString *)elevation;
DOMCSS.mm
562
- (void)
setElevation
:(NSString *)elevation
Completed in 835 milliseconds