Home
last modified time | relevance | path

Searched refs:pTransBitmap (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp187 CFX_DIBitmap* pTransBitmap = new CFX_DIBitmap; in SwapXY() local
189 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) { in SwapXY()
190 delete pTransBitmap; in SwapXY()
193 pTransBitmap->CopyPalette(m_pPalette); in SwapXY()
194 int dest_pitch = pTransBitmap->GetPitch(); in SwapXY()
195 uint8_t* dest_buf = pTransBitmap->GetBuffer(); in SwapXY()
256 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch(); in SwapXY()
257 dest_buf = pTransBitmap->m_pAlphaMask->GetBuffer(); in SwapXY()
273 return pTransBitmap; in SwapXY()