Lines Matching full:rect
171 gfx::Rect content_rect,
217 gfx::Rect rect,
225 resource->texture()->size() == rect.size() &&
235 gfx::Rect painted_opaque_rect;
236 painter->PrepareToUpdate(rect,
237 rect.size(),
255 resource->Update(queue, rect, dest_offset, partial_updates_allowed);
259 gfx::Rect ScrollbarLayer::ScrollbarLayerRectToContentRect(
260 gfx::Rect layer_rect) const {
263 gfx::Rect expanded_rect = gfx::ScaleToEnclosingRect(
265 // We should never return a rect bigger than the content_bounds().
322 gfx::Rect content_rect = ScrollbarLayerRectToContentRect(
323 gfx::Rect(scrollbar_->Location(), bounds()));
330 gfx::Rect origin_thumb_rect = OriginThumbRect();
341 gfx::Rect ScrollbarLayer::OriginThumbRect() const {
350 return ScrollbarLayerRectToContentRect(gfx::Rect(thumb_size));