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

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 250 RGBA32 m_shadowColor;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 79 , m_shadowColor(0, 0, 0, 0)
90 , m_shadowColor(other.m_shadowColor)
102 Color m_shadowColor;
128 return m_shadowColor.alpha() > 0 && (m_shadowBlur || m_shadowOffset.width() || m_shadowOffset.height());
262 fillPathInternal(path, m_state->m_shadowColor);
274 fillRectInternal(rect, m_state->m_shadowColor);
311 m_state->m_shadowColor = color;
    [all...]

Completed in 52 milliseconds