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

  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 100 void setP0(const FloatPoint& p) { m_p0 = p; }
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 314 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));
    [all...]

Completed in 102 milliseconds