Home
last modified time | relevance | path

Searched refs:RECTL_bIsEmptyRect (Results 1 – 12 of 12) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Drect.c23 if (RECTL_bIsEmptyRect(prcl1)) in RECTL_bUnionRect()
25 if (RECTL_bIsEmptyRect(prcl2)) in RECTL_bUnionRect()
37 if (RECTL_bIsEmptyRect(prcl2)) in RECTL_bUnionRect()
H A Drect.h44 RECTL_bIsEmptyRect( in RECTL_bIsEmptyRect() function
81 return !RECTL_bIsEmptyRect(prclDst); in RECTL_bClipRectBySize()
H A Ddcutil.c724 if (RECTL_bIsEmptyRect(&rc)) in NtGdiGetBoundsRect()
806 (RECTL_bIsEmptyRect(&pdc->erclBoundsApp) ? ret & DCB_SET : DCB_SET ); in NtGdiSetBoundsRect()
H A Dfillshap.c1017 if (RECTL_bIsEmptyRect(&rclExtent)) in GreGradientFill()
/reactos/win32ss/gdi/eng/
H A Dcopybits.c77 if (RECTL_bIsEmptyRect(&rclDest)) return TRUE; in EngCopyBits()
/reactos/win32ss/user/ntuser/
H A Dpainting.c964 if (!RECTL_bIsEmptyRect(&Window->rcWindow)) in co_UserRedrawWindow()
969 if (!RECTL_bIsEmptyRect(&Window->rcClient)) in co_UserRedrawWindow()
2432 if ( RECTL_bIsEmptyRect(&SafeRect) && hFont == 0 && hIcon == 0 ) in NtUserDrawCaptionTemp()
H A Ddefwnd.c1091 if (Wnd->state2 & WNDS2_STARTPAINT && !RECTL_bIsEmptyRect(&Wnd->rcClient)) in IntDefWindowProc()
H A Dscrollbar.c1102 if (RECTL_bIsEmptyRect(&Info.rcScrollBar)) in IntDrawScrollBar()
H A Dsysparams.c1077 if (RECTL_bIsEmptyRect(&rcWorkArea)) in SpiGetSet()
H A Dnonclient.c498 !RECTL_bIsEmptyRect(&pwnd->InternalPos.NormalRect)) in DefWndDoSizeMove()
H A Dwinpos.c555 RECTL_bIsEmptyRect(&Wnd->InternalPos.NormalRect)) in WinPosInitInternalPos()
H A Dwindow.c3529 if (RECTL_bIsEmptyRect(&lphc->buttonRect)) in NtUserGetComboBoxInfo()