|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <win32k.h>
Go to the source code of this file.
| DBG_DEFAULT_CHANNEL | ( | GdiBlt | ) |
| BOOL NTAPI GreStretchBltMask | ( | HDC | hDCDest, |
| INT | XOriginDest, | ||
| INT | YOriginDest, | ||
| INT | WidthDest, | ||
| INT | HeightDest, | ||
| HDC | hDCSrc, | ||
| INT | XOriginSrc, | ||
| INT | YOriginSrc, | ||
| INT | WidthSrc, | ||
| INT | HeightSrc, | ||
| DWORD | dwRop4, | ||
| IN DWORD | dwBackColor, | ||
| HDC | hDCMask, | ||
| INT | XOriginMask, | ||
| INT | YOriginMask | ||
| ) |
Definition at line 566 of file bitblt.c.
Referenced by NtGdiStretchBlt().
| BOOL APIENTRY IntGdiBitBltRgn | ( | _In_ PDC | pdc, |
| _In_ PREGION | prgn, | ||
| _In_opt_ BRUSHOBJ * | pbo, | ||
| _In_opt_ POINTL * | pptlBrush, | ||
| _In_ ROP4 | rop4 | ||
| ) |
Definition at line 1107 of file bitblt.c.
Referenced by NtGdiInvertRgn().
Definition at line 1192 of file bitblt.c.
Referenced by IntGdiPaintRgn(), NtGdiFillRgn(), and PATH_FillPathEx().
Definition at line 1292 of file bitblt.c.
| BOOL FASTCALL IntGdiPolyPatBlt | ( | HDC | hDC, |
| DWORD | dwRop, | ||
| PPATRECT | pRects, | ||
| INT | cRects, | ||
| ULONG | Reserved | ||
| ) |
Definition at line 931 of file bitblt.c.
Referenced by NtGdiPolyPatBlt().
| BOOL FASTCALL IntPatBlt | ( | PDC | pdc, |
| INT | XLeft, | ||
| INT | YLeft, | ||
| INT | Width, | ||
| INT | Height, | ||
| DWORD | dwRop3, | ||
| PEBRUSHOBJ | pebo | ||
| ) |
Definition at line 843 of file bitblt.c.
Referenced by GdiFlushUserBatch(), IntGdiPolyPatBlt(), NtGdiPatBlt(), and NtGdiSetPixel().
| BOOL APIENTRY NtGdiAlphaBlend | ( | HDC | hDCDest, |
| LONG | XOriginDest, | ||
| LONG | YOriginDest, | ||
| LONG | WidthDest, | ||
| LONG | HeightDest, | ||
| HDC | hDCSrc, | ||
| LONG | XOriginSrc, | ||
| LONG | YOriginSrc, | ||
| LONG | WidthSrc, | ||
| LONG | HeightSrc, | ||
| BLENDFUNCTION | BlendFunc, | ||
| HANDLE | hcmXform | ||
| ) |
Definition at line 13 of file bitblt.c.
| BOOL APIENTRY NtGdiBitBlt | ( | HDC | hDCDest, |
| INT | XDest, | ||
| INT | YDest, | ||
| INT | Width, | ||
| INT | Height, | ||
| HDC | hDCSrc, | ||
| INT | XSrc, | ||
| INT | YSrc, | ||
| DWORD | dwRop, | ||
| IN DWORD | crBackColor, | ||
| IN FLONG | fl | ||
| ) |
Definition at line 150 of file bitblt.c.
Definition at line 1301 of file bitblt.c.
Referenced by FillRgn(), and NtGdiFrameRgn().
| BOOL APIENTRY NtGdiFrameRgn | ( | _In_ HDC | hdc, |
| _In_ HRGN | hrgn, | ||
| _In_ HBRUSH | hbrush, | ||
| _In_ INT | xWidth, | ||
| _In_ INT | yHeight | ||
| ) |
Definition at line 1358 of file bitblt.c.
Referenced by FrameRgn().
Definition at line 1518 of file bitblt.c.
Referenced by GetPixel(), and START_TEST().
Definition at line 1382 of file bitblt.c.
Referenced by InvertRgn().
| BOOL APIENTRY NtGdiMaskBlt | ( | HDC | hdcDest, |
| INT | nXDest, | ||
| INT | nYDest, | ||
| INT | nWidth, | ||
| INT | nHeight, | ||
| HDC | hdcSrc, | ||
| INT | nXSrc, | ||
| INT | nYSrc, | ||
| HBITMAP | hbmMask, | ||
| INT | xMask, | ||
| INT | yMask, | ||
| DWORD | dwRop4, | ||
| IN DWORD | crBackColor | ||
| ) |
Definition at line 312 of file bitblt.c.
Referenced by NtGdiBitBlt().
| BOOL APIENTRY NtGdiPatBlt | ( | _In_ HDC | hdcDest, |
| _In_ INT | x, | ||
| _In_ INT | y, | ||
| _In_ INT | cx, | ||
| _In_ INT | cy, | ||
| _In_ DWORD | dwRop | ||
| ) |
Definition at line 990 of file bitblt.c.
Referenced by co_IntDrawCaret(), FillRect(), FrameRect(), IntDrawScrollInterior(), IntPaintDesktop(), IntUpdateLayeredWindowI(), NC_DoNCPaint(), NC_DrawFrame(), PatBlt(), UITOOLS_DrawCheckedRect(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawWindowFrame().
| BOOL APIENTRY NtGdiPolyPatBlt | ( | HDC | hDC, |
| DWORD | dwRop, | ||
| IN PPOLYPATBLT | pRects, | ||
| IN DWORD | cRects, | ||
| IN DWORD | Mode | ||
| ) |
Definition at line 1041 of file bitblt.c.
FIXME: we shouldn't dereference pSurface while the PDEV is not locked!
Definition at line 1429 of file bitblt.c.
Referenced by SetPixel(), and START_TEST().
| BOOL APIENTRY NtGdiStretchBlt | ( | HDC | hDCDest, |
| INT | XOriginDest, | ||
| INT | YOriginDest, | ||
| INT | WidthDest, | ||
| INT | HeightDest, | ||
| HDC | hDCSrc, | ||
| INT | XOriginSrc, | ||
| INT | YOriginSrc, | ||
| INT | WidthSrc, | ||
| INT | HeightSrc, | ||
| DWORD | dwRop3, | ||
| IN DWORD | dwBackColor | ||
| ) |
Definition at line 807 of file bitblt.c.
Referenced by NtGdiBitBlt().
| BOOL APIENTRY NtGdiTransparentBlt | ( | HDC | hdcDst, |
| INT | xDst, | ||
| INT | yDst, | ||
| INT | cxDst, | ||
| INT | cyDst, | ||
| HDC | hdcSrc, | ||
| INT | xSrc, | ||
| INT | ySrc, | ||
| INT | cxSrc, | ||
| INT | cySrc, | ||
| COLORREF | TransColor | ||
| ) |
Definition at line 200 of file bitblt.c.
|
static |
Definition at line 1094 of file bitblt.c.
Referenced by IntGdiBitBltRgn(), and IntGdiFillRgn().