Searched refs:ScanlineComposerIface (Results 1 – 7 of 7) sorted by relevance
19 class ScanlineComposerIface; variable23 CStretchEngine(ScanlineComposerIface* pDestBitmap,88 UnownedPtr<ScanlineComposerIface> const m_pDestBitmap;
12 class ScanlineComposerIface {14 virtual ~ScanlineComposerIface() = default;
25 CFX_ImageStretcher(ScanlineComposerIface* pDest,42 UnownedPtr<ScanlineComposerIface> const m_pDest;
16 class CFX_BitmapStorer final : public ScanlineComposerIface {
22 class CFX_BitmapComposer final : public ScanlineComposerIface {
47 CFX_ImageStretcher::CFX_ImageStretcher(ScanlineComposerIface* pDest, in CFX_ImageStretcher()
223 CStretchEngine::CStretchEngine(ScanlineComposerIface* pDestBitmap, in CStretchEngine()