HomeSort by relevance Sort by last modified time
    Searched full:invalidaterect (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 52 greg.invalidateRect(rect);
71 greg.invalidateRect(r1);
72 greg.invalidateRect(r2);
96 greg.invalidateRect(r1);
97 greg.invalidateRect(r2);
210 greg.invalidateRect(paintRect);
229 greg.invalidateRect(paintRect);
253 greg.invalidateRect(paintRect1);
259 greg.invalidateRect(paintRect2);
283 greg.invalidateRect(paintRect)
    [all...]
  /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/third_party/WebKit/Source/core/frame/
RemoteFrameView.h 28 virtual void invalidateRect(const IntRect&) OVERRIDE;
RemoteFrameView.cpp 30 void RemoteFrameView::invalidateRect(const IntRect& rect)
  /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/third_party/WebKit/Source/web/painting/
PaintAggregator.h 44 // This structure describes an aggregation of invalidateRect and scrollRect
67 // There is a PendingUpdate if invalidateRect or scrollRect were called and
76 void invalidateRect(const WebCore::IntRect&);
PaintAggregator.cpp 199 void PaintAggregator::invalidateRect(const IntRect& rect)
210 invalidateRect(combinedRect);
248 invalidateRect(clipRect);
254 invalidateRect(clipRect);
261 invalidateRect(clipRect);
340 invalidateRect(scrollRect);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 50 invalidateRect(dirtyRect);
69 void FramelessScrollView::invalidateRect(const IntRect& rect)
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl_fixed_bounds.h 27 virtual void invalidateRect(const blink::WebFloatRect& rect);
web_layer_impl_fixed_bounds.cc 26 void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
  /external/chromium_org/content/renderer/pepper/
fullscreen_container.h 24 virtual void InvalidateRect(const blink::WebRect&) = 0;
  /external/chromium_org/pdf/
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_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);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h 32 virtual void InvalidateRect(CPDF_Rect * pRect = NULL);
  /external/chromium_org/ppapi/utility/graphics/
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_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_manager.cc 72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
75 void PaintManager::InvalidateRect(const Rect& rect) {
85 aggregator_.InvalidateRect(clipped_rect);
  /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/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_);
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 38 virtual void InvalidateRect(FX_HWND hWnd, FX_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/third_party/WebKit/public/platform/
WebExternalTextureLayer.h 63 // invalidate() and invalidateRect() calls if the compositor is too many frames behind.
  /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_));

Completed in 985 milliseconds

1 2 3 4 5