HomeSort by relevance Sort by last modified time
    Searched refs:alphaChannel (Results 1 - 5 of 5) 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/webkit/Source/WebCore/editing/
EditingStyle.cpp 712 && !alphaChannel(static_cast<CSSPrimitiveValue*>(backgroundColor.get())->getRGBA32Value())) {
    [all...]
Editor.cpp 930 return !alphaChannel(value->getRGBA32Value());
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 370 int alphaChannel; /* Ignored by OpenCV */
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 1139 milliseconds