| Index: core/fxge/include/ifx_renderdevicedriver.h
|
| diff --git a/core/fxge/include/ifx_renderdevicedriver.h b/core/fxge/include/ifx_renderdevicedriver.h
|
| index 572469b8c02858f498c873bb0c4b2a413c5cf873..8b20cf0838c872f70fc40032d7e664453c875c55 100644
|
| --- a/core/fxge/include/ifx_renderdevicedriver.h
|
| +++ b/core/fxge/include/ifx_renderdevicedriver.h
|
| @@ -99,6 +99,12 @@ class IFX_RenderDeviceDriver {
|
| const FX_RECT& clip_rect,
|
| int alpha,
|
| FX_BOOL bAlphaMode);
|
| + virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
| + const CFX_DIBSource* pMask,
|
| + int left,
|
| + int top,
|
| + int bitmap_alpha,
|
| + int blend_type);
|
| };
|
|
|
| #endif // CORE_FXGE_INCLUDE_IFX_RENDERDEVICEDRIVER_H_
|
|
|