Home
last modified time | relevance | path

Searched refs:QGradient (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DGradientQt.cpp44 QGradient* Gradient::platformGradient() in platformGradient()
72 m_gradient->setSpread(QGradient::PadSpread); in platformGradient()
75 m_gradient->setSpread(QGradient::ReflectSpread); in platformGradient()
78 m_gradient->setSpread(QGradient::RepeatSpread); in platformGradient()
/external/webkit/WebCore/platform/graphics/
DGradient.h43 class QGradient; variable
45 typedef QGradient* PlatformGradient;