Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_dib.h578 class CFX_BitmapStorer : public IFX_ScanlineComposer {
580 CFX_BitmapStorer();
581 ~CFX_BitmapStorer() override;
656 CFX_BitmapStorer m_Storer;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1679 CFX_BitmapStorer::CFX_BitmapStorer() { function in CFX_BitmapStorer
1682 CFX_BitmapStorer::~CFX_BitmapStorer() {
1685 CFX_DIBitmap* CFX_BitmapStorer::Detach() {
1690 void CFX_BitmapStorer::Replace(CFX_DIBitmap* pBitmap) {
1694 void CFX_BitmapStorer::ComposeScanline(int line,
1710 FX_BOOL CFX_BitmapStorer::SetInfo(int width,
Dfx_dib_transform.cpp327 CFX_BitmapStorer storer; in StretchTo()