Searched refs:CFX_BitmapStorer (Results 1 – 3 of 3) sorted by relevance
574 class CFX_BitmapStorer : public IFX_ScanlineComposer {576 CFX_BitmapStorer();577 ~CFX_BitmapStorer() override;655 CFX_BitmapStorer m_Storer;
1604 CFX_BitmapStorer::CFX_BitmapStorer() { in CFX_BitmapStorer() function in CFX_BitmapStorer1607 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()
335 CFX_BitmapStorer storer; in StretchTo()