ReactOS 0.4.16-dev-2-g02a6913
|
#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _MARGINS |
Macros | |
#define | NDEBUG |
#define | ALPHABLEND_NONE 0 |
#define | ALPHABLEND_BINARY 1 |
#define | ALPHABLEND_FULL 2 |
#define | TransparentBlt GdiTransparentBlt |
#define | AlphaBlend GdiAlphaBlend |
Typedefs | |
typedef struct _MARGINS | MARGINS |
typedef struct _MARGINS * | PMARGINS |
Enumerations | |
enum | SIZINGTYPE { ST_TRUESIZE = 0 , ST_STRETCH = 1 , ST_TILE = 2 , ST_TRUESIZE = 0 , ST_STRETCH = 1 , ST_TILE = 2 } |
Variables | |
PGDI_TABLE_ENTRY | GdiHandleTable = NULL |
PGDI_SHARED_HANDLE_TABLE | GdiSharedHandleTable = NULL |
HANDLE | CurrentProcessId = NULL |
DWORD | GDI_BatchLimit = 1 |
PGDIHANDLECACHE | GdiHandleCache |
#define AlphaBlend GdiAlphaBlend |
#define TransparentBlt GdiTransparentBlt |
Enumerator | |
---|---|
ST_TRUESIZE | |
ST_STRETCH | |
ST_TILE | |
ST_TRUESIZE | |
ST_STRETCH | |
ST_TILE |
BOOL WINAPI bMakePathNameW | ( | LPWSTR | lpBuffer, |
LPCWSTR | lpFileName, | ||
LPWSTR * | lpFilePart, | ||
DWORD | unknown | ||
) |
Definition at line 249 of file misc.c.
INT WINAPI Escape | ( | _In_ HDC | hdc, |
_In_ INT | nEscape, | ||
_In_ INT | cbInput, | ||
_In_ LPCSTR | lpvInData, | ||
_Out_ LPVOID | lpvOutData | ||
) |
Definition at line 55 of file misc.c.
INT WINAPI ExtEscape | ( | HDC | hDC, |
int | nEscape, | ||
int | cbInput, | ||
LPCSTR | lpszInData, | ||
int | cbOutput, | ||
LPSTR | lpszOutData | ||
) |
Definition at line 217 of file misc.c.
Definition at line 969 of file misc.c.
Referenced by ChangeDisplaySettingsExA(), CreateDCA(), CreateDesktopA(), CreateICA(), OpenPrinterA(), pagesetup_get_devmode(), ResetDCA(), RosConvertAnsiDevModeToUnicodeDevmode(), and SetJobA().
BOOL WINAPI GdiDrawStream | ( | HDC | dc, |
ULONG | l, | ||
PGDI_DRAW_STREAM | pDS | ||
) |
Definition at line 644 of file misc.c.
Referenced by UXTHEME_DrawImageBackground(), and UXTHEME_DrawImageGlyph().
Definition at line 734 of file misc.c.
Referenced by GetObjectW(), and SelectObject().
Definition at line 44 of file misc.c.
Referenced by ddraw_surface7_ReleaseDC(), RdpClientUI::Display_PaintBitmap(), RdpClientUI::Display_RestoreDesktop(), RdpClientUI::Display_SaveDesktop(), DrawShadowText(), DrawTextExWorker(), GdipFlush(), and GdiSetBatchLimit().
Definition at line 761 of file misc.c.
Referenced by GdiGetDcAttr(), GdiGetRgnAttr(), and hGetPEBHandle().
Definition at line 785 of file misc.c.
Referenced by AbortDoc(), CancelDC(), DrawEscape(), EndDoc(), GDI_GetObjPtr(), GdiConvertAndCheckDC(), GdiIsMetaFileDC(), GdiIsMetaPrintDC(), get_dc_ptr(), GetAndSetDCDWord(), GetDeviceCaps(), IntEndPage(), METADC_RosGlueDeleteDC(), METADC_RosGlueDeleteObject(), SelectPalette(), SetAbortProc(), SetBrushOrgEx(), SetColorSpace(), SetDIBitsToDevice(), SetMetaRgn(), StartDocW(), and StartPage().
Definition at line 1031 of file misc.c.
BOOL WINAPI GdiRealizationInfo | ( | HDC | hdc, |
PREALIZATION_INFO | pri | ||
) |
Definition at line 1020 of file misc.c.
Definition at line 819 of file misc.c.
Referenced by GdiConvertAndCheckDC(), IntEndPage(), SetDIBitsToDevice(), and StartDocW().
Definition at line 873 of file misc.c.
Referenced by CreateDIBitmap(), Escape(), GetDIBits(), GetTextFaceA(), GetTextFaceAliasW(), GetTextFaceW(), and TranslateCharsetInfo().
Definition at line 802 of file misc.c.
Referenced by alloc_dc_ptr(), and METADC_RosGlueDeleteDC().
Definition at line 712 of file misc.c.
Referenced by DeleteObject(), GetDIBits(), GetMenuItemInfo_common(), GetObjectType(), GetObjectW(), GetPixel(), GetStockObject(), InsertMenuItemA(), InsertMenuItemW(), MirrorRgnDC(), PolyPatBlt(), SelectObject(), SetMenuItemInfoA(), and SetMenuItemInfoW().
Definition at line 1068 of file misc.c.
HGDIOBJ FASTCALL hGetPEBHandle | ( | HANDLECACHETYPE | Type, |
COLORREF | cr | ||
) |
Definition at line 880 of file misc.c.
Referenced by CreatePen(), and CreateRectRgn().
INT WINAPI NamedEscape | ( | HDC | hdc, |
PWCHAR | pDriver, | ||
INT | iEsc, | ||
INT | cjIn, | ||
LPSTR | pjIn, | ||
INT | cjOut, | ||
LPSTR | pjOut | ||
) |
Definition at line 229 of file misc.c.
Referenced by PlayEnhMetaFileRecord().
|
inlinestatic |
Definition at line 345 of file misc.c.
Referenced by UXTHEME_DrawImageBackground(), and UXTHEME_SizedBlt().
|
static |
Definition at line 457 of file misc.c.
Referenced by GdiDrawStream().
|
inlinestatic |
Definition at line 359 of file misc.c.
Referenced by UXTHEME_DrawImageBackground().
|
inlinestatic |
Definition at line 300 of file misc.c.
Referenced by UXTHEME_Blt(), UXTHEME_DrawImageBackground(), and UXTHEME_SizedBlt().
Definition at line 35 of file misc.c.
Referenced by GdiGetHandleUserData(), GdiProcessSetup(), and GdiValidateHandle().
DWORD GDI_BatchLimit = 1 |
Definition at line 36 of file misc.c.
Referenced by GdiAllocBatchCommand(), GdiGetBatchLimit(), GdiProcessSetup(), and GdiSetBatchLimit().
|
extern |
Definition at line 11 of file dllmain.c.
Referenced by GdiProcessSetup(), and hGetPEBHandle().
PGDI_TABLE_ENTRY GdiHandleTable = NULL |
Definition at line 33 of file misc.c.
Referenced by GdiFixUpHandle(), GdiGetHandleUserData(), GdiQueryTable(), and GdiValidateHandle().
PGDI_SHARED_HANDLE_TABLE GdiSharedHandleTable = NULL |
Definition at line 34 of file misc.c.
Referenced by DdQueryDisplaySettingsUniqueness(), and GdiProcessSetup().