2014年1月6日

DirectFB 之 FillRectangle 绘制矩形

摘要: 1. 函数原型解析 函数声明: DFBResult FillRectangle ( IDirectFBSurface * thiz, int x, int y, int w, int h ); ... 阅读全文

posted @ 2014-01-06 19:29 YoungerChina 阅读(861) 评论(0) 推荐(0) 编辑

DFB系列 之 Clear清空surface缓存

摘要: 1. 函数原型解析 函数声明: DFBResult Clear ( IDirectFBSurface * thiz, u8 r, u8 g, u8 b, u8 a ); Clea... 阅读全文

posted @ 2014-01-06 19:27 YoungerChina 阅读(473) 评论(0) 推荐(0) 编辑

DFB系列 之 Flip()更新buffe

摘要: 1. 函数原型解析 函数声明: DFBResult Flip ( IDirectFBSurface * thiz, const DFBRegion * region, DFBSurfaceFlipFlags flags ); ... 阅读全文

posted @ 2014-01-06 19:23 YoungerChina 阅读(469) 评论(0) 推荐(0) 编辑

DFB系列 之 Bilp叠加

摘要: 1. 函数原型解析 函数声明: DFBResult Blit ( IDirectFBSurface * thiz, IDirectFBSurface * source, const DFBRectangle * source_rect... 阅读全文

posted @ 2014-01-06 19:20 YoungerChina 阅读(368) 评论(0) 推荐(0) 编辑

DFB系列 之 SetCooperativeLevel协作级别

摘要: 1. 函数原型解析 函数声明 function SetCooperativeLevel(hWnd: HWND; dwFlags: DWORD): HResult; stdcall; 设置指定的IDirectFB对象与其它IDirectFB对象的协作级别 参数介绍 hWn... 阅读全文

posted @ 2014-01-06 19:18 YoungerChina 阅读(692) 评论(0) 推荐(0) 编辑

DirectFB 之 实例图像不断右移

摘要: /********************************************** * Author: younger.liucn@gmail.com * File name: imgrotate.c * Description: animation * Modified: * ... 阅读全文

posted @ 2014-01-06 15:38 YoungerChina 阅读(490) 评论(0) 推荐(0) 编辑

DirectFB 之 环境配置

摘要: 1. 准备 directFB下载地址:http://www.directfb.org/index.php?path=Main%2FDownloads 本人采用的版本是DirectFB-1.5.3.tar.gz 测试程序下载地址:http://www.directfb.org/download... 阅读全文

posted @ 2014-01-06 14:01 YoungerChina 阅读(804) 评论(0) 推荐(0) 编辑

DirectFB 之 简介

摘要: 1. DirectFB概述 首先 DirectFB 类似于桌面中的 XFree86 。桌面中的 XFree86 不需要 Frame Buffer 设备,而 DirectFB 需要。 显卡加速在嵌入式 GUI 中需要实现很多图形功能,包括图形绘制以及拷贝等。其中的许多... 阅读全文

posted @ 2014-01-06 13:58 YoungerChina 阅读(2222) 评论(0) 推荐(0) 编辑

导航