Home
last modified time | relevance | path

Searched refs:clip_rect_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/wm/core/
Dimage_grid.h68 return grid_->top_left_painter_->clip_rect_; in top_left_clip_rect()
71 return grid_->top_right_painter_->clip_rect_; in top_right_clip_rect()
74 return grid_->bottom_left_painter_->clip_rect_; in bottom_left_clip_rect()
77 return grid_->bottom_right_painter_->clip_rect_; in bottom_right_clip_rect()
149 gfx::Rect clip_rect_; variable
Dimage_grid.cc263 if (clip_rect != clip_rect_) { in SetClipRect()
264 clip_rect_ = clip_rect; in SetClipRect()
270 if (!clip_rect_.IsEmpty()) in OnPaintLayer()
271 canvas->ClipRect(clip_rect_); in OnPaintLayer()
/external/chromium_org/cc/layers/
Drender_surface.h90 gfx::Rect clip_rect() const { return clip_rect_; } in clip_rect()
91 void SetClipRect(const gfx::Rect& clip_rect) { clip_rect_ = clip_rect; } in SetClipRect()
139 gfx::Rect clip_rect_; variable
Drender_surface_impl.cc62 if (clip_rect_ == clip_rect) in SetClipRect()
66 clip_rect_ = clip_rect; in SetClipRect()
157 clip_rect_, in AppendQuads()
Drender_surface_impl.h105 gfx::Rect clip_rect() const { return clip_rect_; } in clip_rect()
163 gfx::Rect clip_rect_; variable
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc795 if (window_rect_ == window_rect && clip_rect_ == clip_rect) in WindowedReposition()
818 clip_rect_ = clip_rect; in WindowedReposition()
839 window_.clipRect.top = std::max(0, clip_rect_.y()); in WindowedSetWindow()
840 window_.clipRect.left = std::max(0, clip_rect_.x()); in WindowedSetWindow()
841 window_.clipRect.bottom = std::max(0, clip_rect_.y() + clip_rect_.height()); in WindowedSetWindow()
842 window_.clipRect.right = std::max(0, clip_rect_.x() + clip_rect_.width()); in WindowedSetWindow()
1050 if (!window_rect_changed && clip_rect == clip_rect_) in WindowlessUpdateGeometry()
1053 clip_rect_ = clip_rect; in WindowlessUpdateGeometry()
1108 window_.clipRect.top = clip_rect_.y(); in WindowlessSetWindow()
1109 window_.clipRect.left = clip_rect_.x(); in WindowlessSetWindow()
[all …]
Dwebplugin_delegate_impl_mac.mm412 gfx::Rect old_clip_rect = clip_rect_;
415 clip_rect_ = clip_rect;
416 bool clip_rect_changed = (clip_rect_ != old_clip_rect);
422 if (old_clip_rect.IsEmpty() != clip_rect_.IsEmpty()) {
495 window_.clipRect.left = clip_rect_.x();
496 window_.clipRect.top = clip_rect_.y();
497 window_.clipRect.right = clip_rect_.x() + clip_rect_.width();
498 window_.clipRect.bottom = clip_rect_.y() + clip_rect_.height();
590 clip_rect_ = cached_clip_rect_;
592 clip_rect_.set_width(0);
[all …]
Dwebplugin_delegate_impl.h134 gfx::Rect GetClipRect() const { return clip_rect_; } in GetClipRect()
312 gfx::Rect clip_rect_; variable
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.h275 gfx::Rect clip_rect_; variable
Dwebplugin_delegate_proxy.cc530 param.clip_rect = clip_rect_; in SendUpdateGeometry()
581 clip_rect_ = clip_rect; in UpdateGeometry()