Searched refs:InvalidateRect (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 205 InvalidateRect (hwnd, NULL, TRUE); in WndProc() 221 InvalidateRect (hwnd, NULL, TRUE); in WndProc() 266 InvalidateRect (hwnd, NULL, TRUE); in WndProc() 316 InvalidateRect (hwnd, NULL, TRUE); in WndProc() 345 InvalidateRect (hwnd, NULL, TRUE); in WndProc() 390 InvalidateRect (hwnd, NULL, TRUE); in WndProc()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.cpp | 52 InvalidateRect(NULL);
in OnSize()
|
H A D | BrowseDialog.cpp | 301 InvalidateRect(NULL);
in OnSize() 687 _list.InvalidateRect(NULL, true);
in Reload()
|
H A D | ProgressDialog2.cpp | 458 InvalidateRect(NULL);
in OnSize()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 250 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true)
in InvalidateRect() function in NWindows::CWindow 251 { return BOOLToBool(::InvalidateRect(_window, rect, BoolToBOOL(backgroundErase))); }
in InvalidateRect()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-win.c | 649 InvalidateRect(global_hwnd, &rect, FALSE); in rpng_win_display_image() 661 InvalidateRect(global_hwnd, &rect, FALSE); in rpng_win_display_image() 667 InvalidateRect(global_hwnd, NULL, TRUE); in rpng_win_display_image()
|
H A D | rpng2-win.c | 828 InvalidateRect(global_hwnd, &rect, FALSE); 1089 yet been displayed; alternatively, we could call InvalidateRect() for 1163 InvalidateRect(global_hwnd, &rect, FALSE);
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 313 InvalidateRect(hwnd, NULL, true); in WndProc()
|
H A D | clayout.c | 318 InvalidateRect(hwnd, NULL, true); in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 317 InvalidateRect(hwnd, NULL, TRUE); in WndProc()
|
H A D | layout.cpp | 313 InvalidateRect(hwnd, NULL, TRUE); in WndProc()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | SwapChain9.cpp | 241 InvalidateRect(window, nullptr, FALSE); in reset()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 393 InvalidateRect(fHWnd, nullptr, false); in onInval()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 248 InvalidateRect(_theme->hwndParent, nullptr, TRUE); in ShowPage()
|
Completed in 17 milliseconds