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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 255 , m_globalAlpha(1)
284 , m_globalAlpha(other.m_globalAlpha)
325 m_globalAlpha = other.m_globalAlpha;
676 return state().m_globalAlpha;
683 if (state().m_globalAlpha == alpha)
687 modifiableState().m_globalAlpha = alpha;
    [all...]
CanvasRenderingContext2D.h 280 float m_globalAlpha;

Completed in 1265 milliseconds