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

📄 cfb.h

📁 unix vnc 协议源码. VNC是一款远程控制工具软件.
💻 H
📖 第 1 页 / 共 3 页
字号:
extern void cfbRestoreAreas(#if NeedFunctionPrototypes    PixmapPtr /*pPixmap*/,    RegionPtr /*prgnRestore*/,    int /*xorg*/,    int /*yorg*/,    WindowPtr /*pWin*/#endif);/* cfbcmap.c */extern int cfbListInstalledColormaps(#if NeedFunctionPrototypes    ScreenPtr	/*pScreen*/,    Colormap	* /*pmaps*/#endif);extern void cfbInstallColormap(#if NeedFunctionPrototypes    ColormapPtr	/*pmap*/#endif);extern void cfbUninstallColormap(#if NeedFunctionPrototypes    ColormapPtr	/*pmap*/#endif);extern void cfbResolveColor(#if NeedFunctionPrototypes    unsigned short * /*pred*/,    unsigned short * /*pgreen*/,    unsigned short * /*pblue*/,    VisualPtr /*pVisual*/#endif);extern Bool cfbInitializeColormap(#if NeedFunctionPrototypes    ColormapPtr /*pmap*/#endif);extern int cfbExpandDirectColors(#if NeedFunctionPrototypes    ColormapPtr /*pmap*/,    int /*ndef*/,    xColorItem * /*indefs*/,    xColorItem * /*outdefs*/#endif);extern Bool cfbCreateDefColormap(#if NeedFunctionPrototypes    ScreenPtr /*pScreen*/#endif);extern Bool cfbSetVisualTypes(#if NeedFunctionPrototypes    int /*depth*/,    int /*visuals*/,    int /*bitsPerRGB*/#endif);extern Bool cfbInitVisuals(#if NeedFunctionPrototypes    VisualPtr * /*visualp*/,    DepthPtr * /*depthp*/,    int * /*nvisualp*/,    int * /*ndepthp*/,    int * /*rootDepthp*/,    VisualID * /*defaultVisp*/,    unsigned long /*sizes*/,    int /*bitsPerRGB*/#endif);/* cfbfillarcC.c */extern void cfbPolyFillArcSolidCopy(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    GCPtr /*pGC*/,    int /*narcs*/,    xArc * /*parcs*/#endif);/* cfbfillarcG.c */extern void cfbPolyFillArcSolidGeneral(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    GCPtr /*pGC*/,    int /*narcs*/,    xArc * /*parcs*/#endif);/* cfbfillrct.c */extern void cfbFillBoxTileOdd(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*n*/,    BoxPtr /*rects*/,    PixmapPtr /*tile*/,    int /*xrot*/,    int /*yrot*/#endif);extern void cfbFillRectTileOdd(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nBox*/,    BoxPtr /*pBox*/#endif);extern void cfbPolyFillRect(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nrectFill*/,    xRectangle * /*prectInit*/#endif);/* cfbfillsp.c */extern void cfbUnnaturalTileFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void cfbUnnaturalStippleFS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr/*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void cfb8Stipple32FS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);extern void cfb8OpaqueStipple32FS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nInit*/,    DDXPointPtr /*pptInit*/,    int * /*pwidthInit*/,    int /*fSorted*/#endif);/* cfbgc.c */extern GCOpsPtr cfbMatchCommon(#if NeedFunctionPrototypes    GCPtr /*pGC*/,    cfbPrivGCPtr /*devPriv*/#endif);extern Bool cfbCreateGC(#if NeedFunctionPrototypes    GCPtr /*pGC*/#endif);extern void cfbValidateGC(#if NeedFunctionPrototypes    GCPtr /*pGC*/,    unsigned long /*changes*/,    DrawablePtr /*pDrawable*/#endif);/* cfbgetsp.c */extern void cfbGetSpans(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*wMax*/,    DDXPointPtr /*ppt*/,    int * /*pwidth*/,    int /*nspans*/,    char * /*pdstStart*/#endif);/* cfbglblt8.c */extern void cfbPolyGlyphBlt8(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*x*/,    int /*y*/,    unsigned int /*nglyph*/,    CharInfoPtr * /*ppci*/,    pointer /*pglyphBase*/#endif);/* cfbglrop8.c */extern void cfbPolyGlyphRop8(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*x*/,    int /*y*/,    unsigned int /*nglyph*/,    CharInfoPtr * /*ppci*/,    pointer /*pglyphBase*/#endif);/* cfbhrzvert.c */extern int cfbHorzS(#if NeedFunctionPrototypes    int /*rop*/,    unsigned long /*and*/,    unsigned long /*xor*/,    unsigned long * /*addrl*/,    int /*nlwidth*/,    int /*x1*/,    int /*y1*/,    int /*len*/#endif);extern void cfbVertS(#if NeedFunctionPrototypes    int /*rop*/,    unsigned long /*and*/,    unsigned long /*xor*/,    unsigned long * /*addrl*/,    int /*nlwidth*/,    int /*x1*/,    int /*y1*/,    int /*len*/#endif);/* cfbigblt8.c */extern void cfbImageGlyphBlt8(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*x*/,    int /*y*/,    unsigned int /*nglyph*/,    CharInfoPtr * /*ppci*/,    pointer /*pglyphBase*/#endif);/* cfbimage.c */extern void cfbPutImage(#if NeedFunctionPrototypes    DrawablePtr /*pDraw*/,    GCPtr /*pGC*/,    int /*depth*/,    int /*x*/,    int /*y*/,    int /*w*/,    int /*h*/,    int /*leftPad*/,    int /*format*/,    char * /*pImage*/#endif);extern void cfbGetImage(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*sx*/,    int /*sy*/,    int /*w*/,    int /*h*/,    unsigned int /*format*/,    unsigned long /*planeMask*/,    char * /*pdstLine*/#endif);/* cfbline.c */extern void cfbLineSS(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*mode*/,    int /*npt*/,    DDXPointPtr /*pptInit*/#endif);extern void cfbLineSD(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*mode*/,    int /*npt*/,    DDXPointPtr /*pptInit*/#endif);/* cfbmskbits.c *//* cfbpixmap.c */extern PixmapPtr cfbCreatePixmap(#if NeedFunctionPrototypes    ScreenPtr /*pScreen*/,    int /*width*/,    int /*height*/,    int /*depth*/#endif);extern Bool cfbDestroyPixmap(#if NeedFunctionPrototypes    PixmapPtr /*pPixmap*/#endif);extern PixmapPtr cfbCopyPixmap(#if NeedFunctionPrototypes    PixmapPtr /*pSrc*/#endif);extern void cfbPadPixmap(#if NeedFunctionPrototypes    PixmapPtr /*pPixmap*/#endif);extern void cfbXRotatePixmap(#if NeedFunctionPrototypes    PixmapPtr /*pPix*/,    int /*rw*/#endif);extern void cfbYRotatePixmap(#if NeedFunctionPrototypes    PixmapPtr /*pPix*/,    int /*rh*/#endif);extern void cfbCopyRotatePixmap(#if NeedFunctionPrototypes    PixmapPtr /*psrcPix*/,    PixmapPtr * /*ppdstPix*/,    int /*xrot*/,    int /*yrot*/#endif);/* cfbply1rctC.c */extern void cfbFillPoly1RectCopy(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*shape*/,    int /*mode*/,    int /*count*/,    DDXPointPtr /*ptsIn*/#endif);/* cfbply1rctG.c */extern void cfbFillPoly1RectGeneral(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*shape*/,    int /*mode*/,    int /*count*/,    DDXPointPtr /*ptsIn*/#endif);/* cfbpntwin.c */extern void cfbPaintWindow(#if NeedFunctionPrototypes    WindowPtr /*pWin*/,    RegionPtr /*pRegion*/,    int /*what*/#endif);extern void cfbFillBoxSolid(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*nBox*/,    BoxPtr /*pBox*/,    unsigned long /*pixel*/#endif);extern void cfbFillBoxTile32(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    int /*nBox*/,    BoxPtr /*pBox*/,    PixmapPtr /*tile*/#endif);/* cfbpolypnt.c */extern void cfbPolyPoint(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*mode*/,    int /*npt*/,    xPoint * /*pptInit*/#endif);/* cfbpush8.c */extern void cfbPushPixels8(#if NeedFunctionPrototypes    GCPtr /*pGC*/,    PixmapPtr /*pBitmap*/,    DrawablePtr /*pDrawable*/,    int /*dx*/,    int /*dy*/,    int /*xOrg*/,    int /*yOrg*/#endif);/* cfbrctstp8.c */extern void cfb8FillRectOpaqueStippled32(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nBox*/,    BoxPtr /*pBox*/#endif);extern void cfb8FillRectTransparentStippled32(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nBox*/,    BoxPtr /*pBox*/#endif);extern void cfb8FillRectStippledUnnatural(#if NeedFunctionPrototypes    DrawablePtr /*pDrawable*/,    GCPtr /*pGC*/,    int /*nBox*/,    BoxPtr /*pBox*/#endif);/* cfbrrop.c */extern int cfbReduceRasterOp(#if NeedFunctionPrototypes    int /*rop*/,    unsigned long /*fg*/,    unsigned long /*pm*/,    unsigned long * /*andp*/,    unsigned long * /*xorp*/#endif);/* cfbscrinit.c */extern Bool cfbCloseScreen(#if NeedFunctionPrototypes    int /*index*/,    ScreenPtr /*pScreen*/#endif);extern Bool cfbSetupScreen(#if NeedFunctionPrototypes

⌨️ 快捷键说明

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