Home
last modified time | relevance | path

Searched refs:clip_rect_ (Results 1 – 12 of 12) 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()
151 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()
156 clip_rect_, in AppendQuads()
Drender_surface_impl.h107 gfx::Rect clip_rect() const { return clip_rect_; } in clip_rect()
164 gfx::Rect clip_rect_; variable
/external/chromium_org/ui/views/controls/native/
Dnative_view_host_aura.cc134 clip_rect_.reset( in InstallClip()
139 return clip_rect_; in HasInstalledClip()
143 clip_rect_.reset(); in UninstallClip()
156 clipping_window_.SetBounds(clip_rect_ ? *clip_rect_ in ShowWidget()
Dnative_view_host_aura.h66 scoped_ptr<gfx::Rect> clip_rect_; variable
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc767 if (window_rect_ == window_rect && clip_rect_ == clip_rect) in WindowedReposition()
790 clip_rect_ = clip_rect; in WindowedReposition()
811 window_.clipRect.top = std::max(0, clip_rect_.y()); in WindowedSetWindow()
812 window_.clipRect.left = std::max(0, clip_rect_.x()); in WindowedSetWindow()
813 window_.clipRect.bottom = std::max(0, clip_rect_.y() + clip_rect_.height()); in WindowedSetWindow()
814 window_.clipRect.right = std::max(0, clip_rect_.x() + clip_rect_.width()); in WindowedSetWindow()
1014 if (!window_rect_changed && clip_rect == clip_rect_) in WindowlessUpdateGeometry()
1017 clip_rect_ = clip_rect; in WindowlessUpdateGeometry()
1071 window_.clipRect.top = clip_rect_.y(); in WindowlessSetWindow()
1072 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.cc533 param.clip_rect = clip_rect_; in SendUpdateGeometry()
584 clip_rect_ = clip_rect; in UpdateGeometry()