Searched refs:rcClient (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-win32.cpp | 732 RECT rcClient; local 733 GetClientRect(hwnd, &rcClient); 750 FillRect(dc, &rcClient, reinterpret_cast<HBRUSH>(COLOR_3DFACE + 1)); 751 DrawTextW(dc, noFileText, -1, &rcClient, 759 const int destX = (rcClient.right - bitmap.bmWidth) / 2; 772 HRGN hEraseRgn = CreateRectRgn(rcClient.left, rcClient.top, 773 rcClient.right, rcClient.bottom); 784 RECT rcCaptionRect = {rcClient 879 RECT rcClient; local [all...] |
Completed in 16 milliseconds