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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Gradient.cpp 180 if (m_gradientSpaceTransformation == gradientSpaceTransformation)
183 m_gradientSpaceTransformation = gradientSpaceTransformation;
185 m_gradient->setLocalMatrix(m_gradientSpaceTransformation);
214 parameters.gradientSpaceTransformation = m_gradientSpaceTransformation;
345 m_gradientSpaceTransformation.translate(m_p0.x(), m_p0.y());
346 m_gradientSpaceTransformation.scale(1, 1 / aspectRatio());
347 m_gradientSpaceTransformation.translate(-m_p0.x(), -m_p0.y());
359 m_gradient->setLocalMatrix(m_gradientSpaceTransformation);
Gradient.h 131 AffineTransform gradientSpaceTransform() { return m_gradientSpaceTransformation; }
156 AffineTransform m_gradientSpaceTransformation;

Completed in 168 milliseconds