Searched refs:setP0 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGradient.h100 void setP0(const FloatPoint& p) { m_p0 = p; } function in class:WebCore::Gradient
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp314 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));

Completed in 39 milliseconds