代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/345496/11811817
h mdc.h
// MDC.h: interface for the CMDC class.
//
// Written by Marat Bedretdinov (maratb@hotmail.com)
// Copyright (c) 2000.
//
// This code may be used in compiled form in any way you desire. This
//
www.eeworm.com/read/155684/11854835
htm ch17.htm
Teach Yourself Visual C++® 5 in 24 Hours -- Hour 17 -- U
www.eeworm.com/read/155684/11854928
htm ch15.htm
Teach Yourself Visual C++® 5 in 24 Hours -- Hour 15 -- U
www.eeworm.com/read/344519/11875205
h grobjs.h
/***************************************************************************
*
* grobjs.h
*
* basic object classes defintions
*
* Copyright 1999 - The FreeType Development Team - www.freety
www.eeworm.com/read/341408/12084861
c moviedb.c
#include "MovieDB.h"
/*--------------------------------------------------------------------------------*/
const TAnimation Animation[] = { {
0, /* Max line width */
0,
www.eeworm.com/read/341408/12084871
c powerondb.c
#include "MovieDB.h"
/*--------------------------------------------------------------------------------*/
const TAnimation PowerOn[] = { {
0, /* Max line width */
0,
www.eeworm.com/read/152432/12114169
~pas bitmapregion.~pas
Unit bitmapregion;
Interface
Uses math, windows;
Function BitmapToRegion(hBmp: HBITMAP; cTransparentColor: COLORREF = 0;
cTolerance: COLORREF = $101010): HRGN;
Implementation
Function
www.eeworm.com/read/152432/12114181
pas bitmapregion.pas
Unit bitmapregion;
Interface
Uses math, windows;
Function BitmapToRegion(hBmp: HBITMAP; cTransparentColor: COLORREF = 0;
cTolerance: COLORREF = $101010): HRGN;
Implementation
Function
www.eeworm.com/read/252873/12260312
h imgbmpprocess.h
/*
* Filename: ImgReadBMP.h
*
* Read bmp file using standard C.
*
* Author: gomo
* Date: 2007-05-16
*/
#ifndef __ImgReadBMP_H
#define __ImgReadBMP_H
#include "dh_def.h"