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

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGradientCairo.cpp80 void Gradient::setPlatformGradientSpaceTransform(const AffineTransform& gradientSpaceTransformation) argument
83 cairo_matrix_t matrix = gradientSpaceTransformation;
/external/webkit/Source/WebCore/platform/graphics/
H A DGradient.h132 void setGradientSpaceTransform(const AffineTransform& gradientSpaceTransformation);
139 void setPlatformGradientSpaceTransform(const AffineTransform& gradientSpaceTransformation);
H A DGradient.cpp218 void Gradient::setGradientSpaceTransform(const AffineTransform& gradientSpaceTransformation)
220 m_gradientSpaceTransformation = gradientSpaceTransformation;
221 setPlatformGradientSpaceTransform(gradientSpaceTransformation);

Completed in 249 milliseconds