/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_caret.cpp | 63 InvalidateRect(nullptr); in TimerProc() 117 bool CPWL_Caret::InvalidateRect(CFX_FloatRect* pRect) { in InvalidateRect() function in CPWL_Caret 119 return CPWL_Wnd::InvalidateRect(nullptr); in InvalidateRect() 129 return CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect()
|
D | cpwl_caret.h | 21 bool InvalidateRect(CFX_FloatRect* pRect) override;
|
D | cpwl_wnd.cpp | 231 return InvalidateRect(&rcUnion); in InvalidateRectMove() 279 bool CPWL_Wnd::InvalidateRect(CFX_FloatRect* pRect) { in InvalidateRect() function in CPWL_Wnd 300 pSH->InvalidateRect(widget, rcWin); in InvalidateRect() 577 if (!InvalidateRect(nullptr)) in SetVisible()
|
D | cpwl_wnd.h | 156 virtual bool InvalidateRect(CFX_FloatRect* pRect);
|
D | cpwl_edit_ctrl.cpp | 267 if (m_bMouseDown && !InvalidateRect(nullptr)) in OnLButtonDown()
|
D | cpwl_list_box.cpp | 64 m_pList->InvalidateRect(pRect); in IOnInvalidateRect()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 18 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseEnter() 24 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseExit() 38 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonDown() 51 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp()
|
D | cffl_formfiller.cpp | 117 InvalidateRect(rect); in OnLButtonDown() 131 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp() 256 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in SetFocusForAnnot() 560 InvalidateRect(GetViewBBox(pPageView, m_pWidget.Get())); in EscapeFiller() 565 void CFFL_FormFiller::InvalidateRect(const FX_RECT& rect) { in InvalidateRect() function in CFFL_FormFiller
|
D | cffl_formfiller.h | 153 void InvalidateRect(const FX_RECT& rect);
|
/external/libpng/contrib/visupng/ |
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()
|
/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.h | 57 void InvalidateRect(CPDFSDK_Widget* widget, const CFX_FloatRect& rect);
|
D | cfx_systemhandler.cpp | 44 void CFX_SystemHandler::InvalidateRect(CPDFSDK_Widget* widget, in InvalidateRect() function in CFX_SystemHandler
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 52 InvalidateRect(NULL); in OnSize()
|
D | BrowseDialog.cpp | 319 InvalidateRect(NULL); in OnSize() 671 _list.InvalidateRect(NULL, true); in Reload()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 172 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true) 173 { return BOOLToBool(::InvalidateRect(_window, rect, BoolToBOOL(backgroundErase))); }
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.h | 26 void InvalidateRect(CXFA_FFPageView* pPageView, const CFX_RectF& rt) override;
|
/external/libpng/contrib/gregbook/ |
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()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | main.cpp | 155 InvalidateRect(window, nullptr, true); in OnMovesWhileLButtonDown()
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 215 virtual void InvalidateRect(CXFA_FFPageView* pPageView,
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 252 InvalidateRect(handle(), 0, 0); in OnRenderFrame()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 533 InvalidateRect(wnd_, NULL, TRUE); in LayoutPeerListUI() 622 InvalidateRect(wnd_, NULL, TRUE); in RenderFrame()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 317 InvalidateRect(hwnd, NULL, TRUE); in WndProc()
|
D | layout.cpp | 313 InvalidateRect(hwnd, NULL, TRUE); in WndProc()
|
/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 376 InvalidateRect(fHWnd, nullptr, false); in onInval()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 376 InvalidateRect(fHWnd, nullptr, false); in onInval()
|