代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
#if !defined(AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_)
#define AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
image.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
image.h
// Image.h: interface for the CImage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_IMAGE_H__D3142778_9555_4128_887F_104A5F9478E1__INCLUDED_)
#
image.c
#define IMAGEWIDTH 80
#define IMAGEHEIGHT 80
#define MODEGRAYBAR 0
#define MODEGRAY 1
#define MODEPHOTO1 2
#define MODEPHOTO2 3
#define MODEPHOTO3 4
#define MODEPHOTO4 5
void InitImage(uns
image.h
#if !defined(AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_)
#define AFX_IMAGE_H__9FD985C8_42C4_4130_9097_6F2328F29540__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
image.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
image.c
#define MWINCLUDECOLORS
#include "nxlib.h"
#include
/*
* X Image routines. Messy. Not done yet.
*/
#define READ_BIT(image, x, y) \
(image->data[(y * image->bytes_per_line) + (x >> 3)