Searched refs:pSrcClone (Results 1 – 1 of 1) sorted by relevance
250 RetainPtr<CFX_DIBSource> pSrcClone = pSrcBitmap; in LoadChannel() local257 pSrcClone = pSrcBitmap->CloneConvert(FXDIB_8bppMask); in LoadChannel()258 if (!pSrcClone) in LoadChannel()268 pSrcClone = pSrcBitmap->CloneConvert(static_cast<FXDIB_Format>( in LoadChannel()271 pSrcClone = pSrcBitmap->CloneConvert(static_cast<FXDIB_Format>( in LoadChannel()274 if (!pSrcClone) in LoadChannel()309 if (srcChannel == FXDIB_Alpha && pSrcClone->m_pAlphaMask) { in LoadChannel()310 RetainPtr<CFX_DIBSource> pAlphaMask = pSrcClone->m_pAlphaMask; in LoadChannel()311 if (pSrcClone->GetWidth() != m_Width || in LoadChannel()312 pSrcClone->GetHeight() != m_Height) { in LoadChannel()[all …]