Searched defs:m_AlphaFlag (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/fxge/dib/
H A Dcfx_imagerenderer.h51 int m_AlphaFlag; member in class:CFX_ImageRenderer
H A Dcfx_bitmapcomposer.h73 int m_AlphaFlag; member in class:CFX_BitmapComposer
H A Dcfx_dibsource.h51 return static_cast<FXDIB_Format>(m_AlphaFlag * 0x100 + m_bpp);
58 // it feels as though this should be implemented as !!(m_AlphaFlag & 1) and
60 bool IsAlphaMask() const { return m_AlphaFlag == 1; }
61 bool HasAlpha() const { return !!(m_AlphaFlag & 2); }
62 bool IsOpaqueImage() const { return !(m_AlphaFlag & 3); }
63 bool IsCmykImage() const { return !!(m_AlphaFlag & 4); }
130 uint32_t m_AlphaFlag; member in class:CFX_DIBSource

Completed in 155 milliseconds