Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_dib.h574 class CFX_BitmapStorer : public IFX_ScanlineComposer {
576 CFX_BitmapStorer();
577 ~CFX_BitmapStorer() override;
655 CFX_BitmapStorer m_Storer;
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp1604 CFX_BitmapStorer::CFX_BitmapStorer() { in CFX_BitmapStorer() function in CFX_BitmapStorer
1607 CFX_BitmapStorer::~CFX_BitmapStorer() { in ~CFX_BitmapStorer()
1610 std::unique_ptr<CFX_DIBitmap> CFX_BitmapStorer::Detach() { in Detach()
1614 void CFX_BitmapStorer::Replace(std::unique_ptr<CFX_DIBitmap> pBitmap) { in Replace()
1618 void CFX_BitmapStorer::ComposeScanline(int line, in ComposeScanline()
1635 bool CFX_BitmapStorer::SetInfo(int width, in SetInfo()
Dfx_dib_transform.cpp335 CFX_BitmapStorer storer; in StretchTo()