Searched refs:CFX_BitmapStorer (Results 1 – 3 of 3) sorted by relevance
578 class CFX_BitmapStorer : public IFX_ScanlineComposer {580 CFX_BitmapStorer();581 ~CFX_BitmapStorer() override;656 CFX_BitmapStorer m_Storer;
1679 CFX_BitmapStorer::CFX_BitmapStorer() { function in CFX_BitmapStorer1682 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,
327 CFX_BitmapStorer storer; in StretchTo()