⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fill_6.h

📁 nucleus 文件系统,内核和彩色图形系统,在小系统上非常好用
💻 H
字号:
/*************************************************************************/
/*                                                                       */
/*         Copyright (c) 1997 - 1999 Accelerated Technology, Inc.        */
/*                                                                       */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the      */
/* subject matter of this material.  All manufacturing, reproduction,    */
/* use, and sales rights pertaining to this subject matter are governed  */
/* by the license agreement.  The recipient of this software implicitly  */
/* accepts the terms of the license.                                     */
/*                                                                       */
/*************************************************************************/

/*************************************************************************/
/*                                                                       */
/* FILE NAME                                            VERSION          */
/*                                                                       */
/*      fill_6.h                                         1.9             */
/*                                                                       */
/* COMPONENT                                                             */
/*                                                                       */
/*      All                                                              */
/*                                                                       */
/* DESCRIPTION                                                           */
/*                                                                       */
/*      This file contains common variables for the fill routines.       */
/*                                                                       */
/* AUTHOR                                                                */
/*                                                                       */
/*      Robert G. Burrill, Accelerated Technology, Inc.                  */
/*                                                                       */
/* DATA STRUCTURES                                                       */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* FUNCTIONS                                                             */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* DEPENDENCIES                                                          */
/*                                                                       */
/*		None                                                             */
/*                                                                       */
/* HISTORY                                                               */
/*                                                                       */
/*		   NAME            DATE                    REMARKS               */
/*                                                                       */
/*                                                                       */
/*************************************************************************/


extern int lineCntM1;		/* line count (minus 1, dYmax-dYmin) */
extern int dstNextRow;		/* inc from end of row to start of next */
extern int byteCnt,bytCnt;	/* Destination byte count */
extern long *listPtr;		/* ptr to FILLREC.blitList */
extern void (*optPtr)(void);/* ptr to BLIT optimization routine */
extern grafMap *dstBmap;	/* ptr to dst bitmap */
extern int rectCnt;			/* FILLREC.blitCnt */
extern long lclPortMask;	/* working plane mask */
extern short cXmin, cYmin, cXmax, cYmax;	/* Clip rect */
extern short dXmin, dYmin, dXmax, dYmax;	/* Destination rect */
extern long *dstRowTablePtr;	/* pointer to destination row table */
extern char pnColr, bkColr;	/* background and foreground colors */
extern short pnColr16, bkColr16;	/* background and foreground 16-bit colors */
extern long pnColr24, bkColr24;	/* background and foreground 24-bit colors */
extern char dstBanked;		/* 1 if destination is banked */
extern char maskLf, maskRt;	/* left/right nibble mask for VGA-specific */
extern int dstBgnByte;		/* offset from start of row to first pixel to fill */


/* From Fill_var.h ********/
extern int loopCnt;			/* Working loop counter */
extern int byteCntM1;		/* Destination byte count (Minus 1) */
extern int dstClass;		/* Dst device class - EGA(0)/VGA(1) */
extern byte *dstBgnPtr;		/* ptr to 1st byte in 1st line to fill */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -