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

  /external/webkit/Source/WebCore/platform/graphics/skia/
GradientSkia.cpp 165 m_gradientSpaceTransformation.translate(m_p0.x(), m_p0.y());
166 m_gradientSpaceTransformation.scale(1, 1 / aspectRatio());
167 m_gradientSpaceTransformation.translate(-m_p0.x(), -m_p0.y());
176 SkMatrix matrix = m_gradientSpaceTransformation;
190 m_gradient->setLocalMatrix(m_gradientSpaceTransformation);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 73 cairo_matrix_t matrix = m_gradientSpaceTransformation;
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 134 AffineTransform gradientSpaceTransform() { return m_gradientSpaceTransformation; }
166 AffineTransform m_gradientSpaceTransformation;
Gradient.cpp 220 m_gradientSpaceTransformation = gradientSpaceTransformation;

Completed in 40 milliseconds