Searched refs:GetAlphaMask (Results 1 – 5 of 5) sorted by relevance
195 pMaskBitmap = pBitmap->GetAlphaMask(); in SetImage()
937 pSrcAlpha = (GetFormat() == FXDIB_Argb) ? GetAlphaMask() : m_pAlphaMask; in CloneConvert()1018 pAlphaMask = GetAlphaMask(); in ConvertFormat()
552 CFX_DIBitmap* CFX_DIBSource::GetAlphaMask(const FX_RECT* pClip) const in GetAlphaMask() function in CFX_DIBSource
248 CFX_DIBitmap* GetAlphaMask(const FX_RECT* pClip = NULL) const;
733 …_DIBSource* pAlphaMask = m_pDIBSource->IsAlphaMask() ? m_pDIBSource : m_pDIBSource->GetAlphaMask(); in StartBitmapAlpha()