OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alphaChannel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.h
53
inline int
alphaChannel
(RGBA32 color) { return (color >> 24) & 0xFF; }
104
int alpha() const { return
alphaChannel
(m_color); }
/external/opencv/cxcore/include/
cxtypes.h
370
int
alphaChannel
; /* Ignored by OpenCV */
[
all
...]
Completed in 113 milliseconds