代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/466562/7027017
cpp wzdsplsh.cpp
// WzdSplsh.cpp : implementation file
//
#include "stdafx.h"
#include "WzdSplsh.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/298962/7912008
cpp wzdsplsh.cpp
// WzdSplsh.cpp : implementation file
//
#include "stdafx.h"
#include "WzdSplsh.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/298962/7912083
cpp wzdsplsh.cpp
// WzdSplsh.cpp : implementation file
//
#include "stdafx.h"
#include "WzdSplsh.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/197193/8012766
cpp wzdsplsh.cpp
// WzdSplsh.cpp : implementation file
//
#include "stdafx.h"
#include "WzdSplsh.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/197193/8012815
cpp wzdsplsh.cpp
// WzdSplsh.cpp : implementation file
//
#include "stdafx.h"
#include "WzdSplsh.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/145487/12719563
h zgmemdc.h
#ifndef _MEMDC_H_
#define _MEMDC_H_
//////////////////////////////////////////////////////////////////////////
class CZgMemDC : public CDC {
private:
CBitmap m_bitmap; // Offscreen bitmap
www.eeworm.com/read/304660/13790101
h pangoft2.h
/* Pango
* pangoft2.h:
*
* Copyright (C) 1999 Red Hat Software
* Copyright (C) 2000 Tor Lillqvist
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/141138/5777128
c mybmp.c
/*
** $Id: mybmp.c,v 1.9 2003/09/04 06:02:53 weiym Exp $
**
** Top-level bitmap file read/save function.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Cur
www.eeworm.com/read/140826/5781107
c mybmp.c
/*
** $Id: mybmp.c,v 1.9 2003/09/04 06:02:53 weiym Exp $
**
** Top-level bitmap file read/save function.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Cur
www.eeworm.com/read/482240/6630230
h memdc.h
#ifndef _MEMDC_H_
#define _MEMDC_H_
//////////////////////////////////////////////////
// CMemDC - memory DC
//
// Author: Keith Rule
// Email: keithr@europa.com
// Copyright 1996-1997, Keit