代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/369484/9642982
txt readme.txt
Animated Icon on Titlebar of a window
-----------------------------------------------------------------------
This article was contributed by Rajesh Parikh.
Introduction:
This simple cl
www.eeworm.com/read/172232/9719093
asm toolbar.asm
; ########################################################################
Do_ToolBar PROTO :DWORD
SetBmpColor PROTO :DWORD
include tbmacros.asm
.data
hTbBmp
www.eeworm.com/read/171862/9731665
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the
www.eeworm.com/read/171829/9735801
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/270032/11051425
c test.c
/* TEST FILE vectorize NOT FOR BOOK */
#include
#include
#include "chainCode.h"
#include "pt2.h"
#define MAXPATHLEN 1024
extern chainCode* encode(pt2 *size, char *bitmap);
www.eeworm.com/read/415019/11086216
cpp imagebutton.cpp
// **************************************************************************
// imagebutton.cpp
//
// Description:
// Implements a "smart" bitmap button. The default implementation supplied
//
www.eeworm.com/read/269431/11098480
h gdiplusheaders.h
/**************************************************************************\
*
* Copyright (c) 1998-2000, Microsoft Corp. All Rights Reserved.
*
* Module Name:
*
* GdiplusHeaders.h
*
* Abst