代码搜索:Framebuffer

找到约 2,292 项符合「Framebuffer」的源代码

代码结果 2,292
www.eeworm.com/read/209559/4967482

c macfb.c

/* macfb.c: Generic framebuffer for Macs whose colourmaps/modes we don't know how to set */ /* (c) 1999 David Huggins-Daines Primarily based on vesafb.c, by Gerd Knorr (c)
www.eeworm.com/read/205824/5019202

rc framebuf.rc

#define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Framebuffer Display Driver\0" #define REACTOS_STR_INTERNAL_NAME "framebuf\0" #define REACTOS_STR_ORIGINAL_FILENAME "framebuf.dll\0"
www.eeworm.com/read/179911/5297148

c macfb.c

/* macfb.c: Generic framebuffer for Macs whose colourmaps/modes we don't know how to set */ /* (c) 1999 David Huggins-Daines Primarily based on vesafb.c, by Gerd Knorr (c)
www.eeworm.com/read/177344/5328934

h fb3dfx.h

/* ** $Id: fb3dfx.h,v 1.3 2003/09/04 06:02:53 weiym Exp $ ** ** 3Dfx hardware acceleration for the SDL framebuffer console driver ** ** Port to MiniGUI by Wei Yongming (2001/10/03). ** Copyright
www.eeworm.com/read/177344/5328935

am makefile.am

## Makefile.am for MiniGUI using the framebuffer console video driver INCLUDES=-I../../../include -I../../include -I../ noinst_LTLIBRARIES = libvideo_fbcon.la libvideo_fbcon_la_SOURCES = $(FBCON_SR
www.eeworm.com/read/164501/5489890

c fbvt.c

#include #include #include #include /* * Framebuffer VT switch operations */ int vterm; /* the VT we were started on */ int cvt, ocvt; static int
www.eeworm.com/read/350097/3132041

c macfb.c

/* macfb.c: Generic framebuffer for Macs whose colourmaps/modes we don't know how to set */ /* (c) 1999 David Huggins-Daines Primarily based on vesafb.c, by Gerd Knorr (c)
www.eeworm.com/read/348580/3154292

c fb_display.c

/* * FrameBuffer Image Display Function * (c) smoku/2000 * */ /* Public Use Functions: * * extern void fb_display(unsigned char *rgbbuff, * int x_size, int y_size, * int x_pan, int y_
www.eeworm.com/read/347603/3166403

c qvfb.c

/* ** $Id: qvfb.c,v 1.16 2005/02/05 01:55:20 clear Exp $ ** ** qvfb.c: Input Engine for Qt Virtual FrameBuffer ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2001 ~ 2002 Wei Yongming ** *
www.eeworm.com/read/344856/3203969

c linux_fbcon.c

/* ** $Id: linux_fbcon.c 7427 2007-08-21 06:00:11Z weiym $ ** ** linux_fbcon.c: A subdriver of shadow NEWGAL engine for Linux ** FrameBuffer console. ** ** Copyright (C) 2003 ~ 2007 Feynman