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

1 2 3 4

  /external/chromium_org/content/renderer/
paint_aggregator_unittest.cc 19 greg.InvalidateRect(rect);
37 greg.InvalidateRect(r1);
38 greg.InvalidateRect(r2);
61 greg.InvalidateRect(r1);
62 greg.InvalidateRect(r2);
168 greg.InvalidateRect(paint_rect);
186 greg.InvalidateRect(paint_rect);
209 greg.InvalidateRect(paint_rect1);
215 greg.InvalidateRect(paint_rect2);
238 greg.InvalidateRect(paint_rect)
    [all...]
paint_aggregator.h 21 // This structure describes an aggregation of InvalidateRect and ScrollRect
44 // There is a PendingUpdate if InvalidateRect or ScrollRect were called and
53 void InvalidateRect(const gfx::Rect& rect);
paint_aggregator.cc 117 void PaintAggregator::InvalidateRect(const gfx::Rect& rect) {
127 InvalidateRect(combined_rect);
165 InvalidateRect(clip_rect);
171 InvalidateRect(clip_rect);
179 InvalidateRect(clip_rect);
255 InvalidateRect(scroll_rect);
render_widget_fullscreen_pepper.h 35 virtual void InvalidateRect(const blink::WebRect& rect) OVERRIDE;
  /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/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 197 void PaintAggregator::invalidateRect(const IntRect& rect)
208 invalidateRect(combinedRect);
246 invalidateRect(clipRect);
252 invalidateRect(clipRect);
259 invalidateRect(clipRect);
338 invalidateRect(scrollRect);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 50 invalidateRect(dirtyRect);
75 void FramelessScrollView::invalidateRect(const IntRect& rect)
FramelessScrollView.h 77 virtual void invalidateRect(const IntRect&);
ScrollbarThemeClient.h 57 virtual void invalidateRect(const IntRect&) = 0;
  /external/chromium_org/content/renderer/pepper/
fullscreen_container.h 24 virtual void InvalidateRect(const blink::WebRect&) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds.h 27 virtual void invalidateRect(const blink::WebFloatRect& rect);
  /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/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/content/plugin/
webplugin_proxy.cc 158 InvalidateRect(rect);
161 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) {
187 // handled by the renderer before it receives the InvalidateRect message,
193 // Only send a single InvalidateRect message at a time. From DidPaint we
194 // will dispatch an additional InvalidateRect message if necessary.
298 // send out another InvalidateRect message.
301 InvalidateRect(damaged_rect_);
455 InvalidateRect(damaged_rect_);
  /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/chromium_org/third_party/WebKit/Source/platform/
Widget.h 72 void invalidate() { invalidateRect(boundsRect()); }
73 virtual void invalidateRect(const IntRect&) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 87 virtual void invalidateRect(const WebCore::IntRect&);
103 virtual void invalidateRect(const WebRect&);
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 158 NPNFuncs.invalidaterect = pFuncs->invalidaterect;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.h 58 virtual void invalidateRect(const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
esUtil_win32.c 49 InvalidateRect( esContext->hWnd, NULL, FALSE );

Completed in 3263 milliseconds

1 2 3 4