代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4884313
c bitmap.c
/*
* Unit test suite for bitmaps
*
* Copyright 2004 Huw Davies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publi
www.eeworm.com/read/216802/4885626
c bitmap.c
/*
* ReactOS kernel
* Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/216802/4886255
c bitmap.c
#include "precomp.h"
/*
* @implemented
*/
HBITMAP STDCALL
CreateDIBSection(
HDC hDC,
CONST BITMAPINFO *BitmapInfo,
UINT Usage,
VOID **Bits,
HANDLE hSection,
DWORD dwOf
www.eeworm.com/read/216802/4886303
c bitmap.c
#include
#include
#include
/*
* @unimplemented
*/
GpStatus WINGDIPAPI
GdipCreateBitmapFromStream(IStream* stream,
GpBitmap **bitmap)
{
return
www.eeworm.com/read/216450/4895336
h bitmap.h
#ifndef _BITMAP_H
#define _BITMAP_H
/* Bit map operations to manipulate bits of a simple mask variable. */
#define bit_set(mask, n) ((mask) |= (1
www.eeworm.com/read/212217/4938467
cpp bitmap.cpp
// bitmap.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "bitmap.h"
#include "MainFrm.h"
#include "bitmapDoc.h"
#include "bitmapView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
www.eeworm.com/read/212217/4938468
h bitmap.h
// bitmap.h : bitmap 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CbitmapApp:
// 有关此类的实现,请参阅 bitmap
www.eeworm.com/read/212217/4938470
sln bitmap.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitmap", "bitmap.vcproj", "{14272A3E-EE3F-41EC-BBC5-F6F6309D57FA}"
ProjectSection(Pro