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

  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 109 float aspectRatio() const { return m_aspectRatio; }
161 float m_aspectRatio; // For elliptical gradient, width / height.
Gradient.cpp 42 , m_aspectRatio(1)
56 , m_aspectRatio(aspectRatio)

Completed in 21 milliseconds