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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGradient.cpp178 void Gradient::setGradientSpaceTransform(const AffineTransform& gradientSpaceTransformation) argument
180 if (m_gradientSpaceTransformation == gradientSpaceTransformation)
183 m_gradientSpaceTransformation = gradientSpaceTransformation;
196 AffineTransform gradientSpaceTransformation; member in struct:WebCore::__anon10257
214 parameters.gradientSpaceTransformation = m_gradientSpaceTransformation;

Completed in 55 milliseconds