Searched refs:pTransBitmap (Results 1 – 1 of 1) sorted by relevance
66 CFX_DIBitmap* pTransBitmap = new CFX_DIBitmap; in SwapXY() local68 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) { in SwapXY()69 delete pTransBitmap; in SwapXY()72 pTransBitmap->CopyPalette(m_pPalette); in SwapXY()73 int dest_pitch = pTransBitmap->GetPitch(); in SwapXY()74 FX_LPBYTE dest_buf = pTransBitmap->GetBuffer(); in SwapXY()132 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch(); in SwapXY()133 dest_buf = pTransBitmap->m_pAlphaMask->GetBuffer(); in SwapXY()148 return pTransBitmap; in SwapXY()