代码搜索结果

找到约 73,884 项符合 Image 的代码

image.c

#include #include "config.h" #include "image.h" void image_copy(struct image *dst, const struct image *src) { image_dup(dst, src); if (src->buf) memcpy(dst->buf, src->buf, dst->bufsi

image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ /* $Id: image.h,v 1.3 2003/04/20 21:13:41 dfx Exp $ */ struct image { unsigned int x, y; unsigned int bufsize; unsigned char *buf; }; /* Inits image struct an

image.h

/*! ************************************************************************ * \file image.h * ************************************************************************ */ #ifndef _IMAGE

image.c

/* Image - 图像 www.ecub2006.com */ #include "gui.h" /* GUI 的头文件 */ void MyWin(HAND hd,MESSAGE msg) /* 窗口的消息处理函数 */ { HAND speedbar;/* 句柄 */ if(msg.type == GM_SYSTEM)/* 判断消息类型,消息类型全部为大写 */ s

image.dsp

# Microsoft Developer Studio Project File - Name="image" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dyn