Searched defs:setElevation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DDistantLightSource.cpp62 bool DistantLightSource::setElevation(float elevation) function in class:WebCore::DistantLightSource
H A DLightSource.cpp44 bool LightSource::setElevation(float elevation) function in class:WebCore::LightSource
47 return static_cast<DistantLightSource*>(this)->setElevation(elevation);

Completed in 56 milliseconds