Searched refs:m_gradientSpaceTransformation (Results 1 – 2 of 2) sorted by relevance
142 if (m_gradientSpaceTransformation == gradientSpaceTransformation) in setGradientSpaceTransform()145 m_gradientSpaceTransformation = gradientSpaceTransformation; in setGradientSpaceTransform()147 m_gradient->setLocalMatrix(affineTransformToSkMatrix(m_gradientSpaceTransformation)); in setGradientSpaceTransform()263 m_gradientSpaceTransformation.translate(m_p0.x(), m_p0.y()); in shader()264 m_gradientSpaceTransformation.scale(1, 1 / aspectRatio()); in shader()265 m_gradientSpaceTransformation.translate(-m_p0.x(), -m_p0.y()); in shader()277 m_gradient->setLocalMatrix(affineTransformToSkMatrix(m_gradientSpaceTransformation)); in shader()
128 AffineTransform gradientSpaceTransform() { return m_gradientSpaceTransformation; } in gradientSpaceTransform()148 AffineTransform m_gradientSpaceTransformation; variable