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

  /external/webkit/Source/WebCore/platform/graphics/filters/
DistantLightSource.cpp 54 bool DistantLightSource::setAzimuth(float azimuth)
LightSource.cpp 37 bool LightSource::setAzimuth(float azimuth)
40 return static_cast<DistantLightSource*>(this)->setAzimuth(azimuth);

Completed in 330 milliseconds