Home
last modified time | relevance | path

Searched refs:InvalidateRect (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp63 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()
Dcpwl_caret.h21 bool InvalidateRect(CFX_FloatRect* pRect) override;
Dcpwl_wnd.cpp231 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()
Dcpwl_wnd.h156 virtual bool InvalidateRect(CFX_FloatRect* pRect);
Dcpwl_edit_ctrl.cpp267 if (m_bMouseDown && !InvalidateRect(nullptr)) in OnLButtonDown()
Dcpwl_list_box.cpp64 m_pList->InvalidateRect(pRect); in IOnInvalidateRect()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp18 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()
Dcffl_formfiller.cpp117 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
Dcffl_formfiller.h153 void InvalidateRect(const FX_RECT& rect);
/external/libpng/contrib/visupng/
DVisualPng.c205 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/
Dcfx_systemhandler.h57 void InvalidateRect(CPDFSDK_Widget* widget, const CFX_FloatRect& rect);
Dcfx_systemhandler.cpp44 void CFX_SystemHandler::InvalidateRect(CPDFSDK_Widget* widget, in InvalidateRect() function in CFX_SystemHandler
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp52 InvalidateRect(NULL); in OnSize()
DBrowseDialog.cpp319 InvalidateRect(NULL); in OnSize()
671 _list.InvalidateRect(NULL, true); in Reload()
/external/lzma/CPP/Windows/
DWindow.h172 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true)
173 { return BOOLToBool(::InvalidateRect(_window, rect, BoolToBOOL(backgroundErase))); }
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h26 void InvalidateRect(CXFA_FFPageView* pPageView, const CFX_RectF& rt) override;
/external/libpng/contrib/gregbook/
Drpng-win.c649 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/
Dmain.cpp155 InvalidateRect(window, nullptr, true); in OnMovesWhileLButtonDown()
/external/pdfium/xfa/fxfa/
Dfxfa.h215 virtual void InvalidateRect(CXFA_FFPageView* pPageView,
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc252 InvalidateRect(handle(), 0, 0); in OnRenderFrame()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc533 InvalidateRect(wnd_, NULL, TRUE); in LayoutPeerListUI()
622 InvalidateRect(wnd_, NULL, TRUE); in RenderFrame()
/external/icu/icu4c/source/samples/layout/
Dclayout.c317 InvalidateRect(hwnd, NULL, TRUE); in WndProc()
Dlayout.cpp313 InvalidateRect(hwnd, NULL, TRUE); in WndProc()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp376 InvalidateRect(fHWnd, nullptr, false); in onInval()
/external/skia/tools/sk_app/win/
DWindow_win.cpp376 InvalidateRect(fHWnd, nullptr, false); in onInval()

12