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

  /external/pdfium/core/fxge/dib/
cfx_imagerenderer.h 51 int m_AlphaFlag;
cfx_bitmapcomposer.h 73 int m_AlphaFlag;
cfx_dibsource.h 51 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;

Completed in 57 milliseconds