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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.cpp 136 if (m_gradientSpaceTransformation == gradientSpaceTransformation)
139 m_gradientSpaceTransformation = gradientSpaceTransformation;
237 m_gradientSpaceTransformation.translate(m_p0.x(), m_p0.y());
238 m_gradientSpaceTransformation.scale(1, 1 / aspectRatio());
239 m_gradientSpaceTransformation.translate(-m_p0.x(), -m_p0.y());
242 SkMatrix localMatrix = affineTransformToSkMatrix(m_gradientSpaceTransformation);
257 SkMatrix localMatrix = affineTransformToSkMatrix(m_gradientSpaceTransformation);
Gradient.h 123 AffineTransform gradientSpaceTransform() { return m_gradientSpaceTransformation; }
143 AffineTransform m_gradientSpaceTransformation;

Completed in 138 milliseconds