Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_dibbase.cpp936 auto pTransBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in SwapXY() local
939 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
942 pTransBitmap->SetPalette(GetPaletteSpan()); in SwapXY()
943 const int dest_pitch = pTransBitmap->GetPitch(); in SwapXY()
944 pdfium::span<uint8_t> dest_span = pTransBitmap->GetWritableBuffer().first( in SwapXY()
973 return pTransBitmap; in SwapXY()
1001 return pTransBitmap; in SwapXY()
1021 return pTransBitmap; in SwapXY()
1040 return pTransBitmap; in SwapXY()