代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/171326/5397350
cs resource.designer.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Chang
www.eeworm.com/read/169937/5409026
c font_eucjp.c
/*
* Copyright (c) Koichi Mori
* Copyright (c) 2002, 2003 Greg Haerr
* Portions Copyright (c) 2002 by Koninklijke Philips Electronics N.V.
*
* EUC Japanese text drawing using M
www.eeworm.com/read/169400/5422032
cs globalvalues.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version: 1.1.4322.2032
//
// Chang
www.eeworm.com/read/168123/5448309
h gl.h
#ifndef __GRAPHIC_LIB
#define __GRAPHIC_LIB
//#include
//#include
#include
struct ScreenInfo{
DWORD width;
DWORD height;
DWORD colorDepth;
};
// screenInf
www.eeworm.com/read/168123/5448310
cpp bim16mmx.cpp
/*
* 移植自WatcomC++,于1999年4月14日
*
*/
#include "gl.h"
#include "bitmap.hpp"
Bitmap16MMX::Bitmap16MMX() : Bitmap16( 16 )
{
}
void Bitmap16MMX::BlitInside( int x, int y, int sx, int sy, int
www.eeworm.com/read/168123/5448322
cpp stillobj.cpp
#include "gl.h"
#include "gengine.h"
#include "..\common.h"
Anything::Anything()
{
pic = NULL;
}
Anything::~Anything()
{
if( pic ){
for( int i=0; i
www.eeworm.com/read/168123/5448327
h gl.h
#ifndef __GRAPHIC_LIB
#define __GRAPHIC_LIB
//#include
//#include
#include
struct ScreenInfo{
DWORD width;
DWORD height;
DWORD colorDepth;
};
// screenInf