Searched defs:alphaChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DColor.h53 inline int alphaChannel(RGBA32 color) { return (color >> 24) & 0xFF; } function in namespace:WebCore
91 int alpha() const { return alphaChannel(m_color); }
/external/opencv/cxcore/include/
H A Dcxtypes.h370 int alphaChannel; /* Ignored by OpenCV */ member in struct:_IplImage

Completed in 279 milliseconds