#include "core/fxge/dib/cfx_bitmapstorer.h"
#include <utility>
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/stl_util.h"
#include "core/fxge/dib/cfx_dibitmap.h"
CFX_BitmapStorer::CFX_BitmapStorer() = default;
CFX_BitmapStorer::~CFX_BitmapStorer() = default;
RetainPtr<CFX_DIBitmap> CFX_BitmapStorer::Detach() { … }
void CFX_BitmapStorer::Replace(RetainPtr<CFX_DIBitmap>&& pBitmap) { … }
void CFX_BitmapStorer::ComposeScanline(int line,
pdfium::span<const uint8_t> scanline) { … }
bool CFX_BitmapStorer::SetInfo(int width,
int height,
FXDIB_Format src_format,
DataVector<uint32_t> src_palette) { … }