代码搜索:Framebuffer

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

代码结果 2,292
www.eeworm.com/read/318856/13468530

doc framebuffer.doc

www.eeworm.com/read/312339/13613446

txt framebuffer.txt

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/147708/5727828

c framebuffer.c

/* Copyright (C) 2004-2005 Li Yudong */ /* ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free
www.eeworm.com/read/147708/5727899

h framebuffer.h

/* Copyright (C) 2004-2005 Li Yudong */ /* ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free
www.eeworm.com/read/136827/5846628

cpp framebuffer.cpp

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This pr
www.eeworm.com/read/136827/5846638

h framebuffer.h

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This pr
www.eeworm.com/read/136821/5850940

cpp framebuffer.cpp

/********************************************************************** ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This fil
www.eeworm.com/read/136821/5850956

h framebuffer.h

/********************************************************************** ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This fil
www.eeworm.com/read/477944/6726491

c framebuffer.c

/* * FILE: framebuffer.c * 实现在framebuffer上画点、画线、画同心圆、清屏的函数 */ #include "framebuffer.h" extern unsigned int fb_base_addr; extern unsigned int bpp; extern unsigned int xsize; extern unsig
www.eeworm.com/read/477944/6726494

h framebuffer.h

/* * FILE: framebuffer.h * 在framebuffer上画点、画线、画同心圆、清屏的函数接口 */ #ifndef __FRAMEBUFFER_H__ #define __FRAMEBUFFER_H__ #include /* * 画点 * 输入参数: * x、y : 象素坐标 * col