代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/240204/4576875

cxx bitmap.cxx

// // "$Id: bitmap.cxx,v 1.1.1.1 2003/06/03 22:25:47 agno Exp $" // // Bitmap label test program for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2003 by Bill Spitzak and others. // //
www.eeworm.com/read/239776/4594162

bitmap magenta.bitmap

#define magenta_width 64 #define magenta_height 16 static unsigned char magenta_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0
www.eeworm.com/read/239776/4594163

bitmap green.bitmap

#define green_width 64 #define green_height 16 static unsigned char green_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0
www.eeworm.com/read/239776/4594164

bitmap red.bitmap

#define red_width 64 #define red_height 16 static unsigned char red_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0
www.eeworm.com/read/239776/4594165

bitmap yellow.bitmap

#define yellow_width 64 #define yellow_height 16 static unsigned char yellow_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00
www.eeworm.com/read/239776/4594166

bitmap blue.bitmap

#define blue_width 64 #define blue_height 16 static unsigned char blue_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02
www.eeworm.com/read/239776/4594167

bitmap black.bitmap

#define black_width 64 #define black_height 16 static unsigned char black_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0xe0, 0x01, 0x00, 0x30, 0x00, 0x00, 0x00, 0x20, 0
www.eeworm.com/read/239776/4594168

bitmap white.bitmap

#define white_width 64 #define white_height 16 static unsigned char white_bits[] = { 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0
www.eeworm.com/read/239776/4594170

bitmap cyan.bitmap

#define cyan_width 64 #define cyan_height 16 static unsigned char cyan_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
www.eeworm.com/read/239395/4601582

cpp bitmap.cpp

//------------------------------------------------------------------------------ // File: Bitmap.cpp // // Desc: DirectShow sample code - Bitmap manipulation routines for // VMR alpha-blend