HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateRect (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/content/renderer/pepper/
fullscreen_container.h 24 virtual void InvalidateRect(const blink::WebRect&) = 0;
  /external/chromium_org/ppapi/tests/
test_paint_aggregator.cc 50 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_rect)
    [all...]
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
75 void PaintManager::InvalidateRect(const Rect& rect) {
85 aggregator_.InvalidateRect(clipped_rect);
paint_aggregator.h 94 /// 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.
paint_aggregator.cc 116 void PaintAggregator::InvalidateRect(const Rect& rect) {
126 InvalidateRect(combined_rect);
155 InvalidateRect(clip_rect);
161 InvalidateRect(clip_rect);
169 InvalidateRect(clip_rect);
246 InvalidateRect(scroll_rect);
paint_manager.h 50 /// paint_manager_.InvalidateRect(some_rect);
228 /// InvalidateRect() Invalidate the provided rect.
231 void InvalidateRect(const Rect& rect);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h 32 virtual void InvalidateRect(CPDF_Rect * pRect = NULL);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 126 InvalidateRect();
184 void CPWL_Caret::InvalidateRect(CPDF_Rect * pRect)
192 CPWL_Wnd::InvalidateRect(&rcRefresh);
195 CPWL_Wnd::InvalidateRect(pRect);
PWL_IconList.cpp 139 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/
paint_aggregator.cc 122 void PaintAggregator::InvalidateRect(const pp::Rect& rect) {
130 InvalidateRect(clip_rect);
136 InvalidateRect(clip_rect);
144 InvalidateRect(clip_rect);
202 InvalidateRect(damage);
218 InvalidateRect(scroll_rect);
paint_aggregator.h 62 // 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
paint_manager.h 133 void InvalidateRect(const pp::Rect& rect);
paint_manager.cc 104 aggregator_.InvalidateRect(pp::Rect(GetEffectiveSize()));
107 void PaintManager::InvalidateRect(const pp::Rect& rect) {
119 aggregator_.InvalidateRect(clipped_rect);
  /external/chromium_org/content/child/npapi/
webplugin.h 53 virtual void InvalidateRect(const gfx::Rect& rect) = 0;
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 35 virtual void InvalidateRect(const blink::WebRect& rect) OVERRIDE;
  /external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc 133 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
140 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 151 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
158 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 38 virtual void InvalidateRect(FX_HWND hWnd, FX_RECT rect) = 0;
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 124 InvalidateRect(rect);
127 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) {
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_);
webplugin_proxy.h 59 virtual void InvalidateRect(const gfx::Rect& rect) OVERRIDE;
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 121 paint_manager_.InvalidateRect(SquareForTouchPoint(x, y));
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 153 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)
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(rect.left, rect.top, rect.right, rect.bottom);
    [all...]
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
SkV8Example.cpp 162 InvalidateRect((HWND)this->getHWND(), &winRect, false);
  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
SkExample.cpp 156 InvalidateRect((HWND)this->getHWND(), &winRect, false);
  /external/chromium_org/ui/base/l10n/
l10n_util_win.cc 105 ::InvalidateRect(hwnd, NULL, true);

Completed in 813 milliseconds

1 2 3