代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/101169/15842276
h bitmap.h
// Bitmap.h
//
// Class that models a bitmap
//
/////////////////////////////////////////////////////////////////////////////
#ifndef _BITMAP_H_
#define _BITMAP_H_
#include "GfxData.h"
#
www.eeworm.com/read/101169/15842277
cpp bitmap.cpp
// Bitmap.cpp
//
/////////////////////////////////////////////////////////////////////////////
#include "Bitmap.h"
#include
/////////////////////////////////////////////////////////
www.eeworm.com/read/101085/15852934
cpp bitmap.cpp
#include
#include
#include
#include "bitmap.h"
using namespace std;
///////////////////////////////////////////////////////////////////////////////////
GcBi
www.eeworm.com/read/101085/15852936
h bitmap.h
#ifndef _GCBITMAP_H_
#define _GCBITMAP_H_
#include "loader.h"
/* NOTE: The screenBpp does nothing in this loader, */
/* it's just the for compability with CTarga */
class GcBitmap : public
www.eeworm.com/read/101080/15853295
obj bitmap.obj
www.eeworm.com/read/101080/15853317
h bitmap.h
//-----------------------------------------------------------------
// Bitmap Object
// C++ Header - Bitmap.h
//-----------------------------------------------------------------
#pragma once
#i
www.eeworm.com/read/101080/15853319
cpp bitmap.cpp
//-----------------------------------------------------------------
// Bitmap Object
// C++ Source - Bitmap.cpp
//-----------------------------------------------------------------
//------------