01 2014 档案

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

posted @ 2014-01-06 19:29 YoungerChina 阅读(876) 评论(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 阅读(481) 评论(0) 推荐(0) 编辑

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

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

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

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

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

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

DirectFB 之 实例图像不断右移
摘要:/********************************************** * Author: younger.liucn@gmail.com * File name: imgrotate.c * Description: animation * Modified: * ... 阅读全文

posted @ 2014-01-06 15:38 YoungerChina 阅读(500) 评论(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 阅读(825) 评论(0) 推荐(0) 编辑

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

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示