代码搜索:gdi
找到约 4,415 项符合「gdi」的源代码
代码结果 4,415
www.eeworm.com/read/192525/8376574
h gdi.h
/**
* \file gdi.h
* \author Wei Yongming
* \date 2002/01/06
*
* This file includes graphics device interfaces of MiniGUI.
*
\verbatim
Copyright (C) 1998-2002 Wei Yongmi
www.eeworm.com/read/192512/8378331
h gdi.h
/**
* \file gdi.h
* \author Wei Yongming
* \date 2002/01/06
*
* This file includes graphics device interfaces of MiniGUI.
*
\verbatim
Copyright (C) 1998-2002 Wei Yongmi
www.eeworm.com/read/429654/8796430
chi gdi.chi
www.eeworm.com/read/183484/9157318
bas gdi.bas
Attribute VB_Name = "basGDI"
Option Explicit
DefInt A-Z
Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Type POINTAPI
X As Long
Y As
www.eeworm.com/read/377032/9297044
doc gdi编程.doc
www.eeworm.com/read/180086/9319978
h gdi.h
#if !defined(GDI_H)
#define GDI_H
#include
// GDI数据结构
struct GdiDS
{
// 网格坐标
int iGridX;
int iGridY;
// 网格矩形区域
int iWidth1;
int iWidth2;
int iHeight1;
int
www.eeworm.com/read/180086/9320005
c gdi.c
#include "Gdi.h"
#include "Server.h"
#include
// 添加一个元素到GDI链表
struct GdiList *Add_Gdi(struct GdiList *pNode,struct GdiDS Gdi)
{
// 添加到链表的末尾
if (pNode->pNext = (struct GdiList *)
www.eeworm.com/read/180086/9320029
h gdi.h
#if !defined(GDI_H)
#define GDI_H
#include
struct GdiDS
{
char *pDIBitmap;
char *pDIB;
char *pStartDIB;
int iGridX;
int iGridY;
int iWidth1;
int iWidth2;
www.eeworm.com/read/180086/9320070
c gdi.c
#include "Gdi.h"
#include "Client.h"
#include
struct GdiList *Add_Gdi(struct GdiList *pNode,struct GdiDS Gdi)
{
if (pNode->pNext = (struct GdiList *)malloc(sizeof(struct GdiList)))