Home | History | Annotate | Download | only in fxge

Lines Matching defs:CFX_DIBSource

69 class CFX_DIBSource;

139 class CFX_DIBSource : public CFX_Object
143 virtual ~CFX_DIBSource();
250 FX_BOOL CopyAlphaMask(const CFX_DIBSource* pAlphaMask, const FX_RECT* pClip = NULL);
262 CFX_DIBSource();
284 class CFX_DIBitmap : public CFX_DIBSource
296 FX_BOOL Copy(const CFX_DIBSource* pSrc);
321 FX_BOOL LoadChannel(FXDIB_Channel destChannel, const CFX_DIBSource* pSrcBitmap, FXDIB_Channel srcChannel);
327 FX_BOOL MultiplyAlpha(const CFX_DIBSource* pAlphaMask);
330 const CFX_DIBSource* pSrcBitmap, int src_left, int src_top, void* pIccTransform = NULL);
333 const CFX_DIBSource* pSrcBitmap, int src_left, int src_top,
337 const CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top, int alpha_flag = 0, void* pIccTransform = NULL);
340 const CFX_DIBSource* pMask, FX_DWORD color, int src_left, int src_top,
360 CFX_DIBExtractor(const CFX_DIBSource* pSrc);
373 class CFX_FilteredDIB : public CFX_DIBSource
381 void LoadSrc(const CFX_DIBSource* pSrc, FX_BOOL bAutoDropSrc = FALSE);
396 const CFX_DIBSource* m_pSrc;
523 FX_INT32 Start(IFX_ScanlineComposer* pDest, const CFX_DIBSource* pBitmap,
529 const CFX_DIBSource* m_pSource;
560 FX_INT32 Start(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pMatrix, int flags, const FX_RECT* pClip);
582 const CFX_DIBSource* pSource, int bitmap_alpha,