HomeSort by relevance Sort by last modified time
    Searched full:invalid_rect (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 196 // Called to compel the delegate to paint |invalid_rect| accelerated. Returns
198 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) = 0;
  /external/chromium_org/ui/compositor/
layer.cc 626 bool Layer::SchedulePaint(const gfx::Rect& invalid_rect) {
632 damaged_region_.op(invalid_rect.x(),
633 invalid_rect.y(),
634 invalid_rect.right(),
635 invalid_rect.bottom(),
layer.h 296 // Adds |invalid_rect| to the Layer's pending invalid rect and calls
298 bool SchedulePaint(const gfx::Rect& invalid_rect);
  /external/chromium_org/cc/resources/
picture_pile.cc 404 gfx::Rect invalid_rect = i.rect(); local
408 // the iteration of the |invalid_rect| below which includes borders when
411 tiling_.ExpandRectToTileBounds(invalid_rect);
426 for (TilingData::Iterator iter(&tiling_, invalid_rect, include_borders);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 938 gfx::Rect invalid_rect; local
    [all...]
  /external/chromium_org/ui/views/widget/
root_view.cc 343 gfx::Rect invalid_rect = gfx::IntersectRects(GetLocalBounds(), xrect); local
344 if (!invalid_rect.IsEmpty())
345 widget_->SchedulePaintInRect(invalid_rect);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 191 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) OVERRIDE;
desktop_window_tree_host_win.cc 903 const gfx::Rect& invalid_rect) {
904 return native_widget_delegate_->OnNativeWidgetPaintAccelerated(invalid_rect);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 272 // After setNeedsRedrawRect(invalid_rect) the final damage_rect
273 // must contain invalid_rect.
    [all...]

Completed in 419 milliseconds