⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 blndma.h

📁 ecos下的gui开发源代码
💻 H
字号:
/****************************************************************************** * *     The information contained herein is the exclusive property of *   Sunplus Technology Co. And shall not be distributed, reproduced, *   or disclosed in whole in part without prior written permission. * *         (C) COPYRIGHT 2005   SUNPLUS TECHNOLOGY CO. *                        ALL RIGHTS RESERVED * * The entire notice above must be reproduced on all authorized copies. * *****************************************************************************/  /****************************************************************************** *  Filename:		BLNDMA.h *  Author:			lijian *  eMail:			lijian@sunnorth.com.cn *  Tel:			+86-10-62981668-2917 *  Date:			2008-02-23 *  Description:	BLNDMA Header File *  Reference:		 *  Version history: *----------------------------------------------------------------------------- *  Version	YYYY-MM-DD-INDEX	Modified By		Description *  1.0.0.0		2008-02-23		lijian         	Create * *****************************************************************************/ // SUNPLUS  S+core IDE generated include file.#ifndef ECOS_BLNDMA_H_18467_41__INCLUDED_#define ECOS_BLNDMA_H_18467_41__INCLUDED_/******************************************************************************				C O N S T A N T S  &&  M A C R O *****************************************************************************/typedef struct bln_address_s {	void *base;	unsigned short bg_width;	unsigned short bg_height;	unsigned short off_x;	unsigned short off_y;	unsigned short alpha;	enum {LINEAR = 0, BLOCK = 1} addr_mode;} BLNADDRESS, *LPBLNADDRESS;void Drv_BLNDMA_Initial(void);cyg_bool_t Drv_BLNDMA_FillRect(LPBLNADDRESS Area, short width, short height, unsigned short color, cyg_uint16 TimeOut);cyg_bool_t Drv_BLNDMA_Copy(LPBLNADDRESS Src, LPBLNADDRESS Dest, short width, short height, int mode, int color, cyg_uint16 TimeOut);cyg_bool_t Drv_BLNDMA_Convert(LPBLNADDRESS Src, LPBLNADDRESS Dest, short width, short height, int mode, int color, cyg_uint16 TimeOut);cyg_bool_t Drv_BLNDMA_Blend(LPBLNADDRESS SrcA, LPBLNADDRESS SrcB, LPBLNADDRESS Dest, short width, short height, int mode, cyg_uint16 TimeOut);#endif //ECOS_BLNDMA_H_18467_41__INCLUDED_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -