/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 21 InvalidateRect(GetViewBBox(pPageView)); in OnMouseEnter() 26 InvalidateRect(GetViewBBox(pPageView)); in OnMouseExit() 40 InvalidateRect(GetViewBBox(pPageView)); in OnLButtonDown() 53 InvalidateRect(GetViewBBox(pPageView)); in OnLButtonUp()
|
D | cffl_formfiller.cpp | 97 InvalidateRect(rect); in OnLButtonDown() 111 InvalidateRect(GetViewBBox(pPageView)); in OnLButtonUp() 256 InvalidateRect(GetViewBBox(pPageView)); in SetFocusForAnnot() 540 InvalidateRect(GetViewBBox(pPageView)); in EscapeFiller() 545 void CFFL_FormFiller::InvalidateRect(const FX_RECT& rect) { in InvalidateRect() function in CFFL_FormFiller
|
D | cffl_formfiller.h | 148 void InvalidateRect(const FX_RECT& rect);
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_caret.cpp | 56 InvalidateRect(nullptr); in OnTimerFired() 112 bool CPWL_Caret::InvalidateRect(CFX_FloatRect* pRect) { in InvalidateRect() function in CPWL_Caret 114 return CPWL_Wnd::InvalidateRect(nullptr); in InvalidateRect() 124 return CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect()
|
D | ipwl_systemhandler.h | 27 virtual void InvalidateRect(PerWindowData* pWidgetData,
|
D | cpwl_caret.h | 24 bool InvalidateRect(CFX_FloatRect* pRect) override;
|
D | cpwl_wnd.cpp | 209 return InvalidateRect(&rcUnion); in InvalidateRectMove() 254 bool CPWL_Wnd::InvalidateRect(CFX_FloatRect* pRect) { in InvalidateRect() function in CPWL_Wnd 269 GetSystemHandler()->InvalidateRect(m_pAttachedData.get(), rcWin); in InvalidateRect() 560 if (!InvalidateRect(nullptr)) in SetVisible()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fflistbox.cpp | 166 InvalidateRect(); in SetItemState() 172 InvalidateRect(); in InsertItem() 183 InvalidateRect(); in DeleteItem()
|
D | cxfa_fftextedit.cpp | 131 InvalidateRect(); in OnLButtonDown() 149 InvalidateRect(); in OnRButtonDown() 176 InvalidateRect(); in OnSetFocus() 200 InvalidateRect(); in OnKillFocus()
|
D | cxfa_ffnotify.cpp | 355 pWidget->InvalidateRect(); in OnValueChanging() 419 pWidget->InvalidateRect(); in OnValueChanged() 487 pWidget->InvalidateRect(); in OnLayoutItemAdded() 502 pWidget->InvalidateRect(); in OnLayoutItemRemoving()
|
D | cxfa_ffcombobox.cpp | 291 InvalidateRect(); in SetItemState() 297 InvalidateRect(); in InsertItem() 307 InvalidateRect(); in DeleteItem()
|
D | cxfa_fwladapterwidgetmgr.cpp | 24 pFFWidget->InvalidateRect(); in RepaintWidget()
|
D | cxfa_ffdocview.h | 76 void InvalidateRect(CXFA_FFPageView* pPageView,
|
D | cxfa_ffdocview.cpp | 210 pWatched->InvalidateRect(); in UpdateUIDisplay() 465 void CXFA_FFDocView::InvalidateRect(CXFA_FFPageView* pPageView, in InvalidateRect() function in CXFA_FFDocView 467 m_pDoc->GetDocEnvironment()->InvalidateRect(pPageView, rtInvalidate); in InvalidateRect()
|
D | fxfa.h | 201 virtual void InvalidateRect(CXFA_FFPageView* pPageView,
|
D | cxfa_ffwidget.cpp | 371 void CXFA_FFWidget::InvalidateRect() { in InvalidateRect() function in CXFA_FFWidget 374 m_pDocView->InvalidateRect(m_pPageView.Get(), rtWidget); in InvalidateRect()
|
D | cxfa_ffwidget.h | 161 void InvalidateRect();
|
/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/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 52 InvalidateRect(NULL); in OnSize()
|
/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 | 25 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/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 60 void InvalidateRect(PerWindowData* pWidgetData,
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 252 InvalidateRect(handle(), 0, 0); in OnRenderFrame()
|