Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_dibsource.cpp971 auto pTransBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in SwapXY() local
974 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
977 pTransBitmap->SetPalette(m_pPalette.get()); in SwapXY()
978 int dest_pitch = pTransBitmap->GetPitch(); in SwapXY()
979 uint8_t* dest_buf = pTransBitmap->GetBuffer(); in SwapXY()
1036 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch(); in SwapXY()
1037 dest_buf = pTransBitmap->m_pAlphaMask->GetBuffer(); in SwapXY()
1052 return pTransBitmap; in SwapXY()