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

  /external/webkit/WebCore/platform/graphics/qt/
GradientQt.cpp 64 if (m_radial && m_r0)
65 lastStop = m_r0 / m_r1 + lastStop * (1.0f - m_r0 / m_r1);
  /external/webkit/WebCore/platform/graphics/
Gradient.h 92 float r0() const { return m_r0; }
143 float m_r0; member in class:WebCore::Gradient
Gradient.cpp 40 , m_r0(0)
53 , m_r0(r0)
  /external/webkit/WebCore/platform/graphics/cg/
GradientCG.cpp 71 m_gradient = CGShadingCreateRadial(colorSpace, m_p0, m_r0, m_p1, m_r1, colorFunction.get(), true, true);
122 CGContextDrawRadialGradient(context->platformContext(), platformGradient(), m_p0, m_r0, m_p1, m_r1, extendOptions);
  /external/webkit/WebCore/platform/graphics/cairo/
GradientCairo.cpp 50 m_gradient = cairo_pattern_create_radial(m_p0.x(), m_p0.y(), m_r0, m_p1.x(), m_p1.y(), m_r1);
  /external/webkit/WebCore/platform/graphics/skia/
GradientSkia.cpp 160 SkScalar radius0 = m_r0 >= 0.0f ? WebCoreFloatToSkScalar(m_r0) : 0;
  /external/webkit/WebCore/platform/graphics/android/
GradientAndroid.cpp 94 SkFloatToScalar(m_r0),

Completed in 873 milliseconds