ReactOS 0.4.16-dev-1-gcf26321
|
Go to the source code of this file.
Classes | |
struct | _PANDEV |
Macros | |
#define | NDEBUG |
#define | TAG_PAN 'DnaP' |
#define | GETPFN(name) ((PFN_Drv##name)(pandev->apfn[INDEX_Drv##name])) |
Typedefs | |
typedef struct _PANDEV | PANDEV |
typedef struct _PANDEV * | PPANDEV |
Variables | |
static DHPDEV | gPan |
DRVFN | gPanDispDrvFn [] |
ULONG | gPanDispDrvCount = RTL_NUMBER_OF(gPanDispDrvFn) |
BOOL APIENTRY PanAlphaBlend | ( | _Inout_ SURFOBJ * | psoDest, |
_In_ SURFOBJ * | psoSrc, | ||
_In_ CLIPOBJ * | pco, | ||
_In_opt_ XLATEOBJ * | pxlo, | ||
_In_ PRECTL | prclDest, | ||
_In_ PRECTL | prclSrc, | ||
_In_ BLENDOBJ * | pBlendObj | ||
) |
Definition at line 428 of file pandisp.c.
BOOL APIENTRY PanBitBlt | ( | _Inout_ SURFOBJ * | psoTrg, |
_In_opt_ SURFOBJ * | psoSrc, | ||
_In_opt_ SURFOBJ * | psoMask, | ||
_In_ CLIPOBJ * | pco, | ||
_In_opt_ XLATEOBJ * | pxlo, | ||
_In_ PRECTL | prclTrg, | ||
_In_opt_ PPOINTL | pptlSrc, | ||
_In_opt_ PPOINTL | pptlMask, | ||
_In_opt_ BRUSHOBJ * | pbo, | ||
_In_opt_ PPOINTL | pptlBrush, | ||
_In_ ROP4 | rop4 | ||
) |
Definition at line 278 of file pandisp.c.
Referenced by PanCopyBits().
BOOL APIENTRY PanCopyBits | ( | _Inout_ SURFOBJ * | psoDest, |
_In_opt_ SURFOBJ * | psoSrc, | ||
_In_ CLIPOBJ * | pco, | ||
_In_opt_ XLATEOBJ * | pxlo, | ||
_In_ PRECTL | prclDest, | ||
_In_opt_ PPOINTL | pptlSrc | ||
) |
Definition at line 317 of file pandisp.c.
Definition at line 167 of file pandisp.c.
Referenced by PanEnableSurface().
DHPDEV APIENTRY PanEnablePDEV | ( | _In_ PDEVMODEW | pdm, |
_In_ LPWSTR | pwszLogAddress, | ||
_In_ ULONG | cPat, | ||
_In_reads_opt_(cPat) HSURF * | phsurfPatterns, | ||
_In_ ULONG | cjCaps, | ||
_Out_writes_bytes_(cjCaps) PULONG | pdevcaps, | ||
_In_ ULONG | cjDevInfo, | ||
_Out_writes_bytes_(cjDevInfo) PDEVINFO | pdi, | ||
_In_ HDEV | hdev, | ||
_In_ LPWSTR | pwszDeviceName, | ||
_In_ HANDLE | hDriver | ||
) |
Definition at line 62 of file pandisp.c.
Definition at line 206 of file pandisp.c.
BOOL APIENTRY PanGradientFill | ( | _Inout_ SURFOBJ * | pso, |
_In_ CLIPOBJ * | pco, | ||
_In_opt_ XLATEOBJ * | pxlo, | ||
_In_ PTRIVERTEX | pVertex, | ||
_In_ ULONG | nVertex, | ||
_In_ PVOID | pMesh, | ||
_In_ ULONG | nMesh, | ||
_In_ PRECTL | prclExtents, | ||
_In_ PPOINTL | pptlDitherOrg, | ||
_In_ ULONG | ulMode | ||
) |
Definition at line 452 of file pandisp.c.
Definition at line 367 of file pandisp.c.
BOOL APIENTRY PanStrokePath | ( | _Inout_ SURFOBJ * | pso, |
_In_ PATHOBJ * | ppo, | ||
_In_ CLIPOBJ * | pco, | ||
_In_opt_ XFORMOBJ * | pxo, | ||
_In_ BRUSHOBJ * | pbo, | ||
_In_ PPOINTL | pptlBrushOrg, | ||
_In_ PLINEATTRS | plineattrs, | ||
_In_ MIX | mix | ||
) |
Definition at line 40 of file pandisp.c.
Referenced by PanAlphaBlend(), PanBitBlt(), PanGradientFill(), and PanMovePointer().
|
static |
Definition at line 17 of file pandisp.c.
Referenced by PanAlphaBlend(), PanBitBlt(), PanEnablePDEV(), and PanGradientFill().
ULONG gPanDispDrvCount = RTL_NUMBER_OF(gPanDispDrvFn) |
Definition at line 501 of file pandisp.c.
Referenced by PDEVOBJ_Create().
DRVFN gPanDispDrvFn[] |
Definition at line 477 of file pandisp.c.
Referenced by PDEVOBJ_Create().