Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp192 auto pTransBitmap = pdfium::MakeUnique<CFX_DIBitmap>(); in SwapXY() local
195 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
198 pTransBitmap->SetPalette(m_pPalette.get()); in SwapXY()
199 int dest_pitch = pTransBitmap->GetPitch(); in SwapXY()
200 uint8_t* dest_buf = pTransBitmap->GetBuffer(); in SwapXY()
261 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch(); in SwapXY()
262 dest_buf = pTransBitmap->m_pAlphaMask->GetBuffer(); in SwapXY()
278 return pTransBitmap; in SwapXY()