代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/349185/10843022

bmp bitmap.bmp

www.eeworm.com/read/348609/10880681

h bitmap.h

// SUNPLUS S+core IDE generated include file. #ifndef COS_BITMAP_H_11840_18756__INCLUDED_ #define COS_BITMAP_H_11840_18756__INCLUDED_ #include ".\TFT\TFT_API.h" #include "TypeDef.h" // constants for
www.eeworm.com/read/348609/10880688

c bitmap.c

//====================================================== // 文件名称: BitMap.c // 功能描述: 位图处理 // 维护记录: 2007-02-09 v1.0 by lijian // 注意事项: 该程序中涉及到的数据类型需要根据平台确定 // 其中,COLOR类型为无符号16bit数据类型 // RGB(
www.eeworm.com/read/348607/10880865

h bitmap.h

// SUNPLUS S+core IDE generated include file. #ifndef COS_BITMAP_H_11840_18756__INCLUDED_ #define COS_BITMAP_H_11840_18756__INCLUDED_ #include ".\TFT\TFT_API.h" #include "TypeDef.h" // constants for
www.eeworm.com/read/348607/10880877

c bitmap.c

//====================================================== // 文件名称: BitMap.c // 功能描述: 位图处理 // 维护记录: 2007-02-09 v1.0 by lijian // 注意事项: 该程序中涉及到的数据类型需要根据平台确定 // 其中,COLOR类型为无符号16bit数据类型 // RGB()是一个宏主
www.eeworm.com/read/418794/10896051

o bitmap.o

www.eeworm.com/read/418794/10896054

d bitmap.d

ARM\ RAM\ Release\ with\ optimisation/bitmap.o: \ C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/bitmap.c \ C:/Documents\ and\ Settings/Povilas/My\ Documen
www.eeworm.com/read/418794/10896151

c bitmap.c

#include "bitmap.h" //------------------------------------------------------------- void wSetPixel (xTBitmap *pxBitmap, u32 x, u32 y, u16 uxColor) { u32 *uiStart = pxBitmap->pxData; uiSta
www.eeworm.com/read/418794/10896161

h bitmap.h

#ifndef BITMAP_H #define BITMAP_H #include "stdint.h" typedef struct xTBitmap { u32 *pxData; u16 uiSizeX; u16 uiSizeY; } xTBitmap; typedef struct xTMaskedBitmap { u1
www.eeworm.com/read/418794/10896215

o bitmap.o