Searched defs:dirty_rect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_client_dev.cc27 const PP_Rect* dirty_rect) {
32 Widget_Dev(widget_id), *dirty_rect);
25 Widget_Invalidate(PP_Instance instance, PP_Resource widget_id, const PP_Rect* dirty_rect) argument
/external/chromium_org/ppapi/tests/
H A Dtest_scrollbar.cc55 const pp::Rect& dirty_rect) {
54 InvalidateWidget(pp::Widget_Dev widget, const pp::Rect& dirty_rect) argument
/external/chromium_org/ui/views/animation/
H A Dbounds_animator_unittest.cc82 const gfx::Rect& dirty_rect() const { return dirty_rect_; } function in class:views::__anon14440::TestView
133 parent()->dirty_rect());
/external/chromium_org/cc/layers/
H A Dtexture_layer.cc149 void TextureLayer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { argument
150 Layer::SetNeedsDisplayRect(dirty_rect);
H A Dlayer.cc675 void Layer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { argument
676 if (dirty_rect.IsEmpty())
680 update_rect_.Union(dirty_rect);
H A Dtiled_layer.cc46 bool is_dirty() const { return !dirty_rect.IsEmpty(); }
61 // will be valid for this frame. dirty_rect is copied into update_rect so we
65 update_rect = dirty_rect;
66 dirty_rect = gfx::Rect();
69 gfx::Rect dirty_rect; member in class:cc::UpdatableTile
285 added_tile->dirty_rect = tiler_->TileRect(added_tile);
294 void TiledLayer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { argument
295 InvalidateContentRect(LayerRectToContentRect(dirty_rect));
296 ContentsScalingLayer::SetNeedsDisplayRect(dirty_rect);
314 tile->dirty_rect
512 gfx::Rect dirty_rect = tile->update_rect; local
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc951 void RenderWidgetHostViewWin::DrawBackground(const RECT& dirty_rect, argument
954 gfx::CanvasSkia canvas(dirty_rect.right - dirty_rect.left,
955 dirty_rect.bottom - dirty_rect.top,
957 canvas.TranslateInt(-dirty_rect.left, -dirty_rect.top);
964 canvas.getTopPlatformDevice().drawToHDC(*dc, dirty_rect.left,
965 dirty_rect.top, NULL);
968 dc->FillRect(&dirty_rect, white_brus
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc1409 void RenderWidgetHostViewWin::DrawBackground(const RECT& dirty_rect, argument
1412 gfx::Rect dirty_area(dirty_rect);
1425 dc->FillRect(&dirty_rect, white_brush);

Completed in 206 milliseconds