Searched refs:CFX_BitmapStorer (Results 1 – 4 of 4) sorted by relevance
13 CFX_BitmapStorer::CFX_BitmapStorer() {} in CFX_BitmapStorer() function in CFX_BitmapStorer15 CFX_BitmapStorer::~CFX_BitmapStorer() {} in ~CFX_BitmapStorer()17 RetainPtr<CFX_DIBitmap> CFX_BitmapStorer::Detach() { in Detach()21 void CFX_BitmapStorer::Replace(RetainPtr<CFX_DIBitmap>&& pBitmap) { in Replace()25 void CFX_BitmapStorer::ComposeScanline(int line, in ComposeScanline()42 bool CFX_BitmapStorer::SetInfo(int width, in SetInfo()
19 class CFX_BitmapStorer : public IFX_ScanlineComposer {21 CFX_BitmapStorer();22 ~CFX_BitmapStorer() override;
108 CFX_BitmapStorer m_Storer;
1082 CFX_BitmapStorer storer; in StretchTo()