ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
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 568 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 1109 of file bitblt.c.
Referenced by NtGdiInvertRgn().
Definition at line 1194 of file bitblt.c.
Referenced by IntGdiPaintRgn(), NtGdiFillRgn(), and PATH_FillPathEx().
Definition at line 1294 of file bitblt.c.
BOOL FASTCALL IntGdiPolyPatBlt | ( | HDC | hDC, |
DWORD | dwRop, | ||
PPATRECT | pRects, | ||
INT | cRects, | ||
ULONG | Reserved | ||
) |
Definition at line 933 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 845 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 15 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 152 of file bitblt.c.
Definition at line 1303 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 1360 of file bitblt.c.
Referenced by FrameRgn().
Definition at line 1520 of file bitblt.c.
Referenced by GetPixel(), and START_TEST().
Definition at line 1384 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 314 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 992 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 1043 of file bitblt.c.
FIXME: we shouldn't dereference pSurface while the PDEV is not locked!
Definition at line 1431 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 809 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 202 of file bitblt.c.
|
static |
Definition at line 1096 of file bitblt.c.
Referenced by IntGdiBitBltRgn(), and IntGdiFillRgn().