Home | History | Annotate | Download | only in npapi

Lines Matching refs:clip_rect_

795   if (window_rect_ == window_rect && clip_rect_ == clip_rect)
818 clip_rect_ = clip_rect;
839 window_.clipRect.top = std::max(0, clip_rect_.y());
840 window_.clipRect.left = std::max(0, clip_rect_.x());
841 window_.clipRect.bottom = std::max(0, clip_rect_.y() + clip_rect_.height());
842 window_.clipRect.right = std::max(0, clip_rect_.x() + clip_rect_.width());
1050 if (!window_rect_changed && clip_rect == clip_rect_)
1053 clip_rect_ = clip_rect;
1108 window_.clipRect.top = clip_rect_.y();
1109 window_.clipRect.left = clip_rect_.x();
1110 window_.clipRect.bottom = clip_rect_.y() + clip_rect_.height();
1111 window_.clipRect.right = clip_rect_.x() + clip_rect_.width();