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

  /external/webkit/Source/WebCore/platform/graphics/
Color.h 79 inline int alphaChannel(RGBA32 color) { return (color >> 24) & 0xFF; }
112 int alpha() const { return alphaChannel(m_color); }
  /external/opencv/cxcore/include/
cxtypes.h 370 int alphaChannel; /* Ignored by OpenCV */
    [all...]

Completed in 3024 milliseconds