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

📄 mfb.h

📁 远程桌面连接工具
💻 H
📖 第 1 页 / 共 2 页
字号:
/* Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 *//***********************************************************Copyright (c) 1987  X ConsortiumPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THEX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER INAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.Except as contained in this notice, the name of the X Consortium shall not beused in advertising or otherwise to promote the sale, use or other dealingsin this Software without prior written authorization from the X Consortium.Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.                        All Rights ReservedPermission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and thatboth that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not beused in advertising or publicity pertaining to distribution of thesoftware without specific, written prior permission.  DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDINGALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALLDIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ORANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THISSOFTWARE.******************************************************************//* $XConsortium: mfb.h,v 5.31 94/04/17 20:28:15 dpw Exp $ *//* $XFree86: xc/programs/Xserver/mfb/mfb.h,v 1.2 1997/01/14 22:22:44 dawes Exp $ *//* Monochrome Frame Buffer definitions    written by drewry, september 1986*/#include "pixmap.h"#include "region.h"#include "gc.h"#include "colormap.h"#include "miscstruct.h"#include "mibstore.h"extern int InverseAlu[];/* warning: PixelType definition duplicated in maskbits.h */#ifndef PixelType#define PixelType unsigned long#endif /* PixelType *//* mfbbitblt.c */extern void mfbDoBitblt(#if NeedFunctionPrototypes    DrawablePtr /*pSrc*/,    DrawablePtr /*pDst*/,    int /*alu*/,    RegionPtr /*prgnDst*/,    DDXPointPtr /*pptSrc*/#endif);extern RegionPtr mfbCopyArea(#if NeedFunctionPrototypes    DrawablePtr /*pSrcDrawable*/,    DrawablePtr /*pDstDrawable*/,    GCPtr/*pGC*/,    int /*srcx*/,    int /*srcy*/,    int /*width*/,    int /*height*/,    int /*dstx*/,    int /*dsty*/#endif);extern Bool mfbRegisterCopyPlaneProc(#if NeedFunctionPrototypes    ScreenPtr /*pScreen*/,    RegionPtr (* /*proc*/)(#if NeedNestedPrototypes	DrawablePtr         /* pSrcDrawable */,	DrawablePtr         /* pDstDrawable */,	GCPtr               /* pGC */,	int                 /* srcx */,	int                 /* srcy */,	int                 /* width */,	int                 /* height */,	int                 /* dstx */,	int                 /* dsty */,	unsigned long       /* bitPlane */#endif	)#endif);extern RegionPtr mfbCopyPlane(#if NeedFunctionPrototypes    DrawablePtr /*pSrcDrawable*/,    DrawablePtr /*pDstDrawable*/,    GCPtr/*pGC*/,    int /*srcx*/,    int /*srcy*/,    int /*width*/,    int /*height*/,    int /*dstx*/,    int /*dsty*/,    unsigned long /*plane*/#endif);/* mfbbltC.c */extern void mfbDoBitbltCopy(#if NeedFunctionPrototypes    DrawablePtr /*pSrc*/,    DrawablePtr /*pDst*/,    int /*alu*/,    RegionPtr /*prgnDst*/,    DDXPointPtr /*pptSrc*/#endif);/* mfbbltCI.c */extern void mfbDoBitbltCopyInverted(#if NeedFunctionPrototypes    DrawablePtr /*pSrc*/,    DrawablePtr /*pDst*/,    int /*alu*/,    RegionPtr /*prgnDst*/,    DDXPointPtr /*pptSrc*/#endif);/* mfbbltG.c */extern void mfbDoBitbltGeneral(#if NeedFunctionPrototypes    DrawablePtr /*pSrc*/,    DrawablePtr /*pDst*/,    int /*alu*/,    RegionPtr /*prgnDst*/,    DDXPointPtr /*pptSrc*/#endif);/* mfbbltO.c */extern void mfbDoBitbltOr(#if NeedFunctionPrototypes    DrawablePtr /*pSrc*/,    DrawablePtr /*pDst*/,    int /*alu*/,    RegionPtr /*prgnDst*/,    DDXPointPtr /*pptSrc*/#endif);/* mfbbltX.c */extern void mfbDoBitbltXor(#if NeedFunctionPrototypes    DrawablePtr /*pSrc*/,    DrawablePtr /*pDst*/,    int /*alu*/,    RegionPtr /*prgnDst*/,    DDXPointPtr /*pptSrc*/#endif);/* mfbbres.c */extern void mfbBresS(#if NeedFunctionPrototypes    int /*rop*/,    PixelType * /*addrl*/,    int /*nlwidth*/,    int /*signdx*/,    int /*signdy*/,    int /*axis*/,    int /*x1*/,    int /*y1*/,    int /*e*/,    int /*e1*/,    int /*e2*/,    int /*len*/#endif);/* mfbbresd.c */extern void mfbBresD(#if NeedFunctionPrototypes    int /*fgrop*/,    int /*bgrop*/,    int * /*pdashIndex*/,    unsigned char * /*pDash*/,    int /*numInDashList*/,    int * /*pdashOffset*/,    int /*isDoubleDash*/,    PixelType * /*addrl*/,    int /*nlwidth*/,    int /*signdx*/,    int /*signdy*/,    int /*axis*/,    int /*x1*/,    int /*y1*/,    int /*e*/,    int /*e1*/,    int /*e2*/,    int /*len*/#endif);/* mfbbstore.c */extern void mfbSaveAreas(#if NeedFunctionPrototypes    PixmapPtr /*pPixmap*/,    RegionPtr /*prgnSave*/,    int /*xorg*/,    int /*yorg*/,    WindowPtr /*pWin*/#endif);extern void mfbRestoreAreas(#if NeedFunctionPrototypes    PixmapPtr /*pPixmap*/,    RegionPtr /*prgnRestore*/,    int /*xorg*/,    int /*yorg*/,    WindowPtr /*pWin*/#endif);/* mfbclip.c */extern RegionPtr mfbPixmapToRegion(#if NeedFunctionPrototypes    PixmapPtr /*pPix*/#endif);/* mfbcmap.c */extern int mfbListInstalledColormaps(#if NeedFunctionPrototypes    ScreenPtr /*pScreen*/,    Colormap * /*pmaps*/#endif);extern void mfbInstallColormap(#if NeedFunctionPrototypes    ColormapPtr /*pmap*/#endif);extern void mfbUninstallColormap(#if NeedFunctionPrototypes    ColormapPtr /*pmap*/#endif);extern void mfbResolveColor(#if NeedFunctionPrototypes    unsigned short * /*pred*/,    unsigned short * /*pgreen*/,    unsigned short * /*pblue*/,    VisualPtr /*pVisual*/#endif);extern Bool mfbCreateColormap(#if NeedFunctionPrototypes    ColormapPtr /*pMap*/#endif);extern void mfbDestroyColormap(#if NeedFunctionPrototypes    ColormapPtr /*pMap*/#endif);extern Bool mfbCreateDefColormap(#if NeedFunctionPrototypes    ScreenPtr /*pScreen*/#endif);/* mfbfillarc.c */extern void mfbPolyFillArcSolid(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    GCPtr /*pGC*/,    int /*narcs*/,    xArc * /*parcs*/#endif);/* mfbfillrct.c */extern void mfbPolyFillRect(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nrectFill*/,    xRectangle * /*prectInit*/#endif);/* mfbfillsp.c */extern void mfbBlackSolidFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbWhiteSolidFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbInvertSolidFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbWhiteStippleFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbBlackStippleFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbInvertStippleFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbTileFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbUnnaturalTileFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void mfbUnnaturalStippleFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);/* mfbfont.c */extern Bool mfbRealizeFont(#if NeedFunctionPrototypes    ScreenPtr /*pscr*/,    FontPtr /*pFont*/#endif);extern Bool mfbUnrealizeFont(#if NeedFunctionPrototypes    ScreenPtr /*pscr*/,    FontPtr /*pFont*/#endif);/* mfbgc.c */extern Bool mfbCreateGC(#if NeedFunctionPrototypes    GCPtr /*pGC*/#endif);extern void mfbValidateGC(#if NeedFunctionPrototypes    GCPtr /*pGC*/,    unsigned long /*changes*/,    DrawablePtr /*pDrawable*/#endif);extern int mfbReduceRop(#if NeedFunctionPrototypes    int /*alu*/,    Pixel /*src*/#endif);/* mfbgetsp.c */extern void mfbGetSpans(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*wMax*/,    DDXPointPtr /*ppt*/,    int * /*pwidth*/,    int /*nspans*/,    char * /*pdstStart*/#endif);/* mfbhrzvert.c */extern int mfbHorzS(#if NeedFunctionPrototypes    int /*rop*/,    PixelType * /*addrl*/,    int /*nlwidth*/,    int /*x1*/,    int /*y1*/,    int /*len*/#endif);extern int mfbVertS(#if NeedFunctionPrototypes    int /*rop*/,    PixelType * /*addrl*/,    int /*nlwidth*/,    int /*x1*/,    int /*y1*/,    int /*len*/#endif);/* mfbigbblak.c */extern void mfbImageGlyphBltBlack(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*x*/,    int /*y*/,    unsigned int /*nglyph*/,    CharInfoPtr * /*ppci*/,    pointer /*pglyphBase*/#endif);/* mfbigbwht.c */extern void mfbImageGlyphBltWhite(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*x*/,    int /*y*/,    unsigned int /*nglyph*/,    CharInfoPtr * /*ppci*/,    pointer /*pglyphBase*/#endif);/* mfbimage.c */extern void mfbPutImage(#if NeedFunctionPrototypes    DrawablePtr /*dst*/,    GCPtr /*pGC*/,    int /*depth*/,    int /*x*/,    int /*y*/,    int /*w*/,    int /*h*/,    int /*leftPad*/,    int /*format*/,    char * /*pImage*/#endif);extern void mfbGetImage(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*sx*/,    int /*sy*/,    int /*w*/,    int /*h*/,    unsigned int /*format*/,    unsigned long /*planeMask*/,    char * /*pdstLine*/#endif);/* mfbline.c */extern void mfbLineSS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*mode*/,    int /*npt*/,    DDXPointPtr /*pptInit*/#endif);extern void mfbLineSD(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*mode*/,    int /*npt*/,    DDXPointPtr /*pptInit*/#endif);/* mfbmisc.c */extern void mfbQueryBestSize(#if NeedFunctionPrototypes    int /*class*/,    unsigned short * /*pwidth*/,    unsigned short * /*pheight*/,    ScreenPtr /*pScreen*/#endif);/* mfbpablack.c */extern void mfbSolidBlackArea(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    int /*nbox*/,    BoxPtr /*pbox*/,    int /*alu*/,    PixmapPtr /*nop*/#endif);extern void mfbStippleBlackArea(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    int /*nbox*/,    BoxPtr /*pbox*/,    int /*alu*/,    PixmapPtr /*pstipple*/#endif);/* mfbpainv.c */extern void mfbSolidInvertArea(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    int /*nbox*/,    BoxPtr /*pbox*/,    int /*alu*/,    PixmapPtr /*nop*/#endif);extern void mfbStippleInvertArea(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    int /*nbox*/,    BoxPtr /*pbox*/,    int /*alu*/,    PixmapPtr /*pstipple*/#endif);/* mfbpawhite.c */extern void mfbSolidWhiteArea(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    int /*nbox*/,    BoxPtr /*pbox*/,    int /*alu*/,    PixmapPtr /*nop*/#endif);extern void mfbStippleWhiteArea(#if NeedFunctionPrototypes

⌨️ 快捷键说明

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