代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/161438/5554001
cpp pen_bmp.cpp
HBITMAP hBitmap;
HDC hDC;
HDC hMemDC;
// Load the bitmap into memory
hBitmap = LoadBitmap( hInst, "pen" );
// Paint the bitmap onto the MemDC and then the screen
hDC = GetDc( hWnd
www.eeworm.com/read/159496/5583087
c screen.c
/*
** $Id: screen.c,v 1.15 2003/09/04 03:09:52 weiym Exp $
**
** Screen operations of GDI
**
** Copyright (C) 2000, Wei Yongming.
**
** Current maintainer: Wei Yongming.
** Create date: 2000/0
www.eeworm.com/read/158416/5597156
dpr jpeglib.dpr
library JpegLib;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if you
www.eeworm.com/read/158106/5598782
c ftxsbit.c
/*******************************************************************
*
* ftxsbit.c
*
* Embedded bitmap API extension
*
* Copyright 1996-1999 by
* David Turner, Robert Wilhelm, and Werner
www.eeworm.com/read/157712/5604082
cpp bcmenu.cpp
//*************************************************************************
// BCMenu.cpp : implementation file
// Version : 3.0
// Date : January 2002
// Author : Brent Corkum
// Email : corkum
www.eeworm.com/read/157508/5606133
cpp rtxcontainer.cpp
/*
* ============================================================================
* Name : CRTxContainer from RTxContainer.h
* Part of : RTx
*
www.eeworm.com/read/154890/5632717
cc linear.cc
/*
* linear.cc
*/
#include
#include
#include "linear.hh"
void LowPass_5pt(const Image_YUV& img,Image_YUV& dest)
{
// Get image parameters and assure that t
www.eeworm.com/read/154890/5632762
cc draw.cc
/*
* draw.cc
*/
#include
#include "draw.hh"
template void DrawPoint(Bitmap& bm,int x,int y,T color)
{
if (x=bm.AskHeight
www.eeworm.com/read/154890/5632764
hh draw.hh
/*********************************************************************
libvideogfx/graphics/draw/draw.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, farin@ti.uni-mannheim.de
www.eeworm.com/read/154890/5632767
cc bmformat.cc
/*
* bmformat.cc
*/
#include
#include "bmformat.hh"
template void ConvertBitmap(const Bitmap& src,Bitmap& dst)
{
int w=src.AskWidth();
int h=src.AskHeight