代码搜索:Framebuffer
找到约 2,292 项符合「Framebuffer」的源代码
代码结果 2,292
www.eeworm.com/read/375673/2722817
c qvfb.c
/*
** $Id: qvfb.c,v 1.4 2003/09/04 02:57:09 weiym Exp $
**
** qvfb.c: GAL driver for Qt Virtual FrameBuffer.
**
** Copyright (C) 2003 Feynman Software.
**
** Create Date: 2003/07/04 by Wei Yongming
www.eeworm.com/read/357209/3027998
h qvfb.h
/*
** $Id: qvfb.h,v 1.2 2003/09/04 03:38:26 weiym Exp $
**
** qvfb.h: head file of Input Engine for Qt Virtual FrameBuffer
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Wei Y
www.eeworm.com/read/357209/3028034
h fb.h
/*
** $Id: fb.h,v 1.6 2003/08/01 09:50:42 weiym Exp $
**
** fb.h: Framebuffer drivers header file for MiniGUI Screen and QVFB Drivers
**
** Copyright (C) 2003 Feynman Software
*/
#ifndef GUI_GAL_FB_H
www.eeworm.com/read/357209/3028049
c qvfb.c
/*
** $Id: qvfb.c,v 1.7 2003/11/22 11:49:29 weiym Exp $
**
** qvfb.c: GAL driver for Qt Virtual FrameBuffer.
**
** Copyright (C) 2003 Feynman Software.
**
** Create Date: 2003/07/04 by Wei Yongming
www.eeworm.com/read/159496/5582981
c qvfb.c
/*
** $Id: qvfb.c,v 1.7 2003/11/22 11:49:29 weiym Exp $
**
** qvfb.c: GAL driver for Qt Virtual FrameBuffer.
**
** Copyright (C) 2003 Feynman Software.
**
** Create Date: 2003/07/04 by Wei Yo
www.eeworm.com/read/368572/9685827
keys
GENERAL
-------
ESC show menu
^C, q, Q quit
ALT-1 ... ALT-9 select virtual screen (framebuffer, svgalib only)
g goto URL
G goto URL based on current URL
^G goto URL based on current link
s
www.eeworm.com/read/398937/7907975
txt 计划.txt
1,Task & Task Manager(2006_11_21)
2,System Pointer
3,Sound
4,Singleton
5,RenderAble & RenderPool
6,FrameBuffer & FrameManager(2006_12_6)
7,FileMap
8,Fade
9,Application(2006_12_13)
10,ANMFile(
www.eeworm.com/read/244086/12889345
h fbtools.h
#ifndef _FBTOOLS_H_
#define _FBTOOLS_H_
#include
//a framebuffer device structure;
typedef struct fbdev{
int fb;
unsigned long fb_mem_offset;
unsigned long fb_mem;
struct fb_fix_scr
www.eeworm.com/read/303633/13810866
readme
fb_display()
Simple, cruel library function to display pictures on a framebuffer device.
SYNOPSIS:
extern void fb_display(unsigned char *rgbbuff,
int x_size, int y_size,
int x_pan, int y_pan,