|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stdarg.h>#include <windef.h>#include <wingdi.h>#include <winddi.h>#include <winioctl.h>#include <ntddvdeo.h>

Go to the source code of this file.
Classes | |
| struct | _PDEV |
Macros | |
| #define | DEVICE_NAME L"framebuf" |
| #define | ALLOC_TAG 'FUBF' |
Typedefs | |
| typedef struct _PDEV | PDEV |
| typedef struct _PDEV * | PPDEV |
| #define ALLOC_TAG 'FUBF' |
Definition at line 71 of file framebuf.h.
| #define DEVICE_NAME L"framebuf" |
Definition at line 70 of file framebuf.h.
Definition at line 168 of file surface.c.
Definition at line 186 of file enable.c.
Definition at line 133 of file surface.c.
| BOOL APIENTRY DrvEnableDirectDraw | ( | DHPDEV | dhpdev, |
| DD_CALLBACKS * | pCallbacks, | ||
| DD_SURFACECALLBACKS * | pSurfaceCallbacks, | ||
| DD_PALETTECALLBACKS * | pPaletteCallbacks | ||
| ) |
| DHPDEV APIENTRY DrvEnablePDEV | ( | IN DEVMODEW * | pdm, |
| IN LPWSTR | pwszLogAddress, | ||
| IN ULONG | cPat, | ||
| OUT HSURF * | phsurfPatterns, | ||
| IN ULONG | cjCaps, | ||
| OUT ULONG * | pdevcaps, | ||
| IN ULONG | cjDevInfo, | ||
| OUT DEVINFO * | pdi, | ||
| IN HDEV | hdev, | ||
| IN LPWSTR | pwszDeviceName, | ||
| IN HANDLE | hDriver | ||
| ) |
Definition at line 114 of file enable.c.
Definition at line 34 of file surface.c.
Definition at line 362 of file screen.c.
Definition at line 62 of file pointer.c.
| BOOL APIENTRY DrvSetPalette | ( | IN DHPDEV | dhpdev, |
| IN PALOBJ * | ppalo, | ||
| IN FLONG | fl, | ||
| IN ULONG | iStart, | ||
| IN ULONG | cColors | ||
| ) |
Definition at line 170 of file palette.c.
| ULONG APIENTRY DrvSetPointerShape | ( | IN SURFOBJ * | pso, |
| IN SURFOBJ * | psoMask, | ||
| IN SURFOBJ * | psoColor, | ||
| IN XLATEOBJ * | pxlo, | ||
| IN LONG | xHot, | ||
| IN LONG | yHot, | ||
| IN LONG | x, | ||
| IN LONG | y, | ||
| IN RECTL * | prcl, | ||
| IN FLONG | fl | ||
| ) |
Definition at line 35 of file pointer.c.
Definition at line 60 of file palette.c.
Referenced by DrvEnablePDEV().
| BOOL IntInitScreenInfo | ( | PPDEV | ppdev, |
| LPDEVMODEW | pDevMode, | ||
| PGDIINFO | pGdiInfo, | ||
| PDEVINFO | pDevInfo | ||
| ) |
Definition at line 120 of file screen.c.
Referenced by DrvEnablePDEV().
| BOOL APIENTRY IntSetPalette | ( | IN DHPDEV | dhpdev, |
| IN PPALETTEENTRY | ppalent, | ||
| IN ULONG | iStart, | ||
| IN ULONG | cColors | ||
| ) |
Definition at line 110 of file palette.c.
Referenced by DrvAssertMode(), DrvEnableSurface(), and DrvSetPalette().