Searched refs:InvalidateRect (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/content/renderer/pepper/
H A Dfullscreen_container.h24 virtual void InvalidateRect(const blink::WebRect&) = 0;
/external/chromium_org/ppapi/tests/
H A Dtest_paint_aggregator.cc50 greg.InvalidateRect(rect);
67 greg.InvalidateRect(r1);
68 greg.InvalidateRect(r2);
86 greg.InvalidateRect(r1);
87 greg.InvalidateRect(r2);
166 greg.InvalidateRect(paint_rect);
184 greg.InvalidateRect(paint_rect);
207 greg.InvalidateRect(paint_rect1);
213 greg.InvalidateRect(paint_rect2);
235 greg.InvalidateRect(paint_rec
[all...]
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
75 void PaintManager::InvalidateRect(const Rect& rect) { function in class:pp::PaintManager
85 aggregator_.InvalidateRect(clipped_rect);
H A Dpaint_aggregator.h94 /// PendingUpdate if InvalidateRect or ScrollRect were called and
111 void InvalidateRect(const Rect& rect);
125 // InvalidateRect. We need to know this distinction for some operations.
H A Dpaint_aggregator.cc116 void PaintAggregator::InvalidateRect(const Rect& rect) { function in class:pp::PaintAggregator
126 InvalidateRect(combined_rect);
155 InvalidateRect(clip_rect);
161 InvalidateRect(clip_rect);
169 InvalidateRect(clip_rect);
246 InvalidateRect(scroll_rect);
H A Dpaint_manager.h50 /// paint_manager_.InvalidateRect(some_rect);
228 /// InvalidateRect() Invalidate the provided rect.
231 void InvalidateRect(const Rect& rect);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp126 InvalidateRect();
184 void CPWL_Caret::InvalidateRect(CPDF_Rect * pRect) function in class:CPWL_Caret
192 CPWL_Wnd::InvalidateRect(&rcRefresh);
195 CPWL_Wnd::InvalidateRect(pRect);
H A DPWL_IconList.cpp139 this->InvalidateRect();
146 this->InvalidateRect();
297 this->InvalidateRect();
346 pItem->InvalidateRect();
402 pItem->InvalidateRect();
494 m_pListContent->InvalidateRect(NULL);
581 m_pListContent->InvalidateRect(NULL);
/external/chromium_org/pdf/
H A Dpaint_aggregator.cc122 void PaintAggregator::InvalidateRect(const pp::Rect& rect) { function in class:PaintAggregator
130 InvalidateRect(clip_rect);
136 InvalidateRect(clip_rect);
144 InvalidateRect(clip_rect);
202 InvalidateRect(damage);
218 InvalidateRect(scroll_rect);
H A Dpaint_aggregator.h62 // There is a PendingUpdate if InvalidateRect or ScrollRect were called and
79 void InvalidateRect(const pp::Rect& rect);
90 // InvalidateRect. We need to know this distinction for some operations.
122 // Internal method used by InvalidateRect. If |check_scroll| is true, then the
H A Dpaint_manager.h133 void InvalidateRect(const pp::Rect& rect);
H A Dpaint_manager.cc104 aggregator_.InvalidateRect(pp::Rect(GetEffectiveSize()));
107 void PaintManager::InvalidateRect(const pp::Rect& rect) { function in class:PaintManager
119 aggregator_.InvalidateRect(clipped_rect);
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.h35 virtual void InvalidateRect(const blink::WebRect& rect) OVERRIDE;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Caret.h32 virtual void InvalidateRect(CPDF_Rect * pRect = NULL);
/external/chromium_org/ppapi/examples/2d/
H A Dpaint_manager_example.cc133 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
140 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc151 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
158 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
/external/chromium_org/content/child/npapi/
H A Dwebplugin.h53 virtual void InvalidateRect(const gfx::Rect& rect) = 0;
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc124 InvalidateRect(rect);
127 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) { function in class:content::WebPluginProxy
153 // handled by the renderer before it receives the InvalidateRect message,
159 // Only send a single InvalidateRect message at a time. From DidPaint we
160 // will dispatch an additional InvalidateRect message if necessary.
264 // send out another InvalidateRect message.
267 InvalidateRect(damaged_rect_);
414 InvalidateRect(damaged_rect_);
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc121 paint_manager_.InvalidateRect(SquareForTouchPoint(x, y));
/external/pdfium/fpdfsdk/include/
H A Dfx_systemhandler.h38 virtual void InvalidateRect(FX_HWND hWnd, FX_RECT rect) = 0;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp153 this->InvalidateRect(rect.left, rect.top, rect.right, rect.bottom);
169 this->InvalidateRect(rcFFL.left, rcFFL.top, rcFFL.right, rcFFL.bottom);
315 this->InvalidateRect(rcRect.left, rcRect.top, rcRect.right, rcRect.bottom);
771 this->InvalidateRect(rcRect.left, rcRect.top, rcRect.right, rcRect.bottom);
804 void CFFL_FormFiller::InvalidateRect(double left, double top, double right, double bottom) function in class:CFFL_FormFiller
827 this->InvalidateRect(rect.left, rect.top, rect.right, rect.bottom);
828 // ::InvalidateRect(pPageView->GetPageViewWnd(), &this->GetViewBBox(pPageView, pAnnot), TRUE);
836 this->InvalidateRect(rect.left, rect.top, rect.right, rect.bottom);
837 // ::InvalidateRect(pPageView->GetPageViewWnd(), &this->GetViewBBox(pPageView, pAnnot), TRUE);
852 this->InvalidateRect(rec
[all...]
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DSkV8Example.cpp162 InvalidateRect((HWND)this->getHWND(), &winRect, false);
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.cpp156 InvalidateRect((HWND)this->getHWND(), &winRect, false);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win.cc105 ::InvalidateRect(hwnd, NULL, true);
/external/skia/experimental/SkV8Example/
H A DSkV8Example.cpp162 InvalidateRect((HWND)this->getHWND(), &winRect, false);

Completed in 2577 milliseconds

123