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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Gradient.h 76 bool isZeroSize() const { return m_p0.x() == m_p1.x() && m_p0.y() == m_p1.y() && (!m_radial || m_r0 == m_r1); }
78 const FloatPoint& p0() const { return m_p0; }
83 if (m_p0 == p)
86 m_p0 = p;
148 FloatPoint m_p0; member in class:WebCore::Gradient
Gradient.cpp 47 , m_p0(p0)
61 , m_p0(p0)
85 if (m_p0.x() == m_p1.x()) {
91 if (m_p0.y() != m_p1.y())
215 parameters.p0 = m_p0;
332 if (m_p0 == m_p1 && m_r0 <= 0.0f) {
339 m_gradient = adoptRef(SkGradientShader::CreateTwoPointConical(m_p0, radius0, m_p1, radius1, colors, pos, static_cast<int>(countUsed), tile, 0, shouldDrawInPMColorSpace));
345 m_gradientSpaceTransformation.translate(m_p0.x(), m_p0.y());
347 m_gradientSpaceTransformation.translate(-m_p0.x(), -m_p0.y())
    [all...]

Completed in 556 milliseconds