ReactOS 0.4.16-dev-838-g27bb510
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL FASTCALL | RECTL_bUnionRect (_Out_ RECTL *prclDst, _In_ const RECTL *prcl1, _In_ const RECTL *prcl2) |
BOOL FASTCALL | RECTL_bIntersectRect (_Out_ RECTL *prclDst, _In_ const RECTL *prcl1, _In_ const RECTL *prcl2) |
VOID FASTCALL | RECTL_vMakeWellOrdered (_Inout_ RECTL *prcl) |
VOID FASTCALL | RECTL_vInflateRect (_Inout_ RECTL *rect, _In_ INT dx, _In_ INT dy) |
BOOL FASTCALL RECTL_bIntersectRect | ( | _Out_ RECTL * | prclDst, |
_In_ const RECTL * | prcl1, | ||
_In_ const RECTL * | prcl2 | ||
) |
Definition at line 55 of file rect.c.
Referenced by AddPenLinesBounds(), co_IntFixCaret(), co_UserGetUpdateRect(), EngAlphaBlend(), EngBitBlt(), EngCopyBits(), EngMaskBitBlt(), EngStretchBltROP(), EngTransparentBlt(), get_valid_rects(), IntBeginPaint(), IntEngBitBlt(), IntEngGradientFillRect(), IntEngGradientFillTriangle(), IntEngMaskBlt(), IntEngStretchBlt(), IntEngTransparentBlt(), IntFillWindow(), IntGetMonitorsFromRect(), IntIntersectWithParents(), IntIsWindowFullscreen(), IntScrollWindowEx(), IntUpdateLayeredWindowI(), MENU_ShowPopup(), RECTL_Intersect(), SpiGetSet(), and UserScrollDC().
BOOL FASTCALL RECTL_bUnionRect | ( | _Out_ RECTL * | prclDst, |
_In_ const RECTL * | prcl1, | ||
_In_ const RECTL * | prcl2 | ||
) |
Definition at line 18 of file rect.c.
Referenced by AddPenLinesBounds(), IntUpdateBoundsRect(), NtGdiSetBoundsRect(), and REGION_bXformRgn().
Definition at line 101 of file rect.c.
Referenced by co_WinPosGetMinMaxInfo(), GetNCHitEx(), intGetTitleBarInfo(), MENU_DrawBitmapItem(), MENU_DrawMenuItem(), MENU_DrawPopupGlyph(), MENU_FindItemByCoords(), MENU_ShowSubPopup(), NC_DoNCPaint(), NC_DrawFrame(), NC_GetInsideRect(), NC_HandleNCCalcSize(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 81 of file rect.c.
Referenced by CallDibBitBlt(), DIB_16BPP_BitBltSrcCopy(), DIB_16BPP_ColorFill(), DIB_1BPP_BitBltSrcCopy(), DIB_1BPP_ColorFill(), DIB_24BPP_BitBltSrcCopy(), DIB_24BPP_ColorFill(), DIB_32BPP_BitBltSrcCopy(), DIB_32BPP_ColorFill(), DIB_4BPP_BitBltSrcCopy(), DIB_4BPP_ColorFill(), DIB_8BPP_BitBltSrcCopy(), DIB_8BPP_ColorFill(), DIB_XXBPP_StretchBlt(), EngAlphaBlend(), EngBitBlt(), EngStretchBltROP(), IntEngBitBlt(), IntEngStretchBlt(), NtGdiExcludeClipRect(), NtGdiIntersectClipRect(), NtGdiMaskBlt(), NtGdiSetBoundsRect(), NtGdiSetDIBitsToDeviceInternal(), PATH_CheckRect(), PATH_RoundRect(), REGION_bXformRgn(), and UserDrawCaption().