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

1 2 3

  /external/chromium_org/content/renderer/pepper/
fullscreen_container.h 24 virtual void InvalidateRect(const WebKit::WebRect&) = 0;
  /external/chromium_org/cc/resources/
picture_pile.h 51 void InvalidateRect(
picture_pile.cc 85 InvalidateRect(pic_list, tile_invalidation);
140 void PicturePile::InvalidateRect(
  /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 WebKit::WebRect& rect) OVERRIDE;
render_widget_fullscreen_pepper.cc 378 InvalidateRect(gfx::Rect(size_.width(), size_.height()));
381 void RenderWidgetFullscreenPepper::InvalidateRect(const WebKit::WebRect& rect) {
  /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/chromium_org/media/tools/shader_bench/
window_win.cc 97 ::InvalidateRect(window_handle_, NULL, FALSE);
129 ::InvalidateRect(window_handle_, NULL, FALSE);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 41 InvalidateRect(hwnd(), &rect, FALSE);
  /external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc 131 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
138 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 149 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
156 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
  /external/chromium_org/content/child/npapi/
webplugin.h 60 virtual void InvalidateRect(const gfx::Rect& rect) = 0;
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 157 InvalidateRect(rect);
160 void WebPluginProxy::InvalidateRect(const gfx::Rect& rect) {
186 // handled by the renderer before it receives the InvalidateRect message,
192 // Only send a single InvalidateRect message at a time. From DidPaint we
193 // will dispatch an additional InvalidateRect message if necessary.
297 // send out another InvalidateRect message.
300 InvalidateRect(damaged_rect_);
454 InvalidateRect(damaged_rect_);
webplugin_proxy.h 67 virtual void InvalidateRect(const gfx::Rect& rect) OVERRIDE;
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_win32.c 49 InvalidateRect( esContext->hWnd, NULL, FALSE );
  /external/chromium_org/ui/base/l10n/
l10n_util_win.cc 102 ::InvalidateRect(hwnd, NULL, true);
  /external/libpng/contrib/visupng/
VisualPng.c 203 InvalidateRect (hwnd, NULL, TRUE);
219 InvalidateRect (hwnd, NULL, TRUE);
264 InvalidateRect (hwnd, NULL, TRUE);
314 InvalidateRect (hwnd, NULL, TRUE);
343 InvalidateRect (hwnd, NULL, TRUE);
388 InvalidateRect (hwnd, NULL, TRUE);
  /external/libpng/contrib/gregbook/
rpng-win.c 598 InvalidateRect(global_hwnd, &rect, FALSE);
610 InvalidateRect(global_hwnd, &rect, FALSE);
616 InvalidateRect(global_hwnd, NULL, TRUE);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 112 virtual void InvalidateRect(const gfx::Rect& rect) OVERRIDE;

Completed in 345 milliseconds

1 2 3