HomeSort by relevance Sort by last modified time
    Searched full:secondpoint (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/css/
CSSGradientValue.cpp 79 FloatPoint secondPoint = resolvePoint(m_secondX.get(), m_secondY.get(), size, zoomFactor);
83 gradient = Gradient::create(firstPoint, secondPoint);
87 gradient = Gradient::create(firstPoint, firstRadius, secondPoint, secondRadius);

Completed in 47 milliseconds