OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalid_rect
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h
203
// Called to compel the delegate to paint |
invalid_rect
| accelerated. Returns
205
virtual bool HandlePaintAccelerated(const gfx::Rect&
invalid_rect
) = 0;
/external/chromium_org/ui/compositor/
layer.cc
556
bool Layer::SchedulePaint(const gfx::Rect&
invalid_rect
) {
560
damaged_region_.op(
invalid_rect
.x(),
561
invalid_rect
.y(),
562
invalid_rect
.right(),
563
invalid_rect
.bottom(),
layer.h
277
// Adds |
invalid_rect
| to the Layer's pending invalid rect and calls
279
bool SchedulePaint(const gfx::Rect&
invalid_rect
);
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc
973
gfx::Rect
invalid_rect
;
local
[
all
...]
/external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc
435
gfx::Rect
invalid_rect
=
437
SchedulePaintInRect(
invalid_rect
);
/external/chromium_org/ui/views/widget/
root_view.cc
405
gfx::Rect
invalid_rect
= gfx::IntersectRects(GetLocalBounds(), xrect);
local
406
if (!
invalid_rect
.IsEmpty())
407
widget_->SchedulePaintInRect(
invalid_rect
);
native_widget_win.h
223
virtual bool HandlePaintAccelerated(const gfx::Rect&
invalid_rect
) OVERRIDE;
native_widget_win.cc
824
bool NativeWidgetWin::HandlePaintAccelerated(const gfx::Rect&
invalid_rect
) {
825
gfx::Rect dpi_rect = gfx::win::ScreenToDIPRect(
invalid_rect
);
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h
196
virtual bool HandlePaintAccelerated(const gfx::Rect&
invalid_rect
) OVERRIDE;
desktop_root_window_host_win.cc
904
const gfx::Rect&
invalid_rect
) {
905
return native_widget_delegate_->OnNativeWidgetPaintAccelerated(
invalid_rect
);
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest.cc
271
// After setNeedsRedrawRect(
invalid_rect
) the final damage_rect
272
// must contain
invalid_rect
.
[
all
...]
Completed in 842 milliseconds