Lines Matching refs:rcNew
310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
399 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
415 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in ProcWindowsWMFrameDraw()