Home | History | Annotate | Download | only in fxge

Lines Matching refs:FXDIB_Format

12 enum FXDIB_Format {

157 FXDIB_Format GetFormat() const
159 return (FXDIB_Format)(m_AlphaFlag * 0x100 + m_bpp);
240 CFX_DIBitmap* CloneConvert(FXDIB_Format format, const FX_RECT* pClip = NULL, void* pIccTransform = NULL) const;
294 FX_BOOL Create(int width, int height, FXDIB_Format format, FX_LPBYTE pBuffer = NULL, int pitch = 0);
313 FX_BOOL ConvertFormat(FXDIB_Format format, void* pIccTransform = NULL);
383 virtual FXDIB_Format GetDestFormat() = 0;
409 virtual FX_BOOL SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPalette) = 0;
419 FX_BOOL Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 width, FX_DWORD* pSrcPalette,
439 FXDIB_Format m_SrcFormat,
468 virtual FX_BOOL SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPalette);
478 FXDIB_Format m_SrcFormat;
501 virtual FX_BOOL SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPalette);
541 FXDIB_Format m_DestFormat;