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

  /external/webkit/WebCore/html/canvas/
CanvasStyle.h 73 float m_alpha; member in class:WebCore::CanvasStyle
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 65 float m_alpha; member in struct:PlatformContextSkia::State
110 : m_alpha(1)
130 : m_alpha(other.m_alpha)
168 int s = roundf(m_alpha * 256);
422 m_state->m_alpha = alpha;
493 return m_state->m_alpha;

Completed in 1315 milliseconds