HomeSort by relevance Sort by last modified time
    Searched refs:image_bounds (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/system/user/
rounded_image_view.cc 55 gfx::Rect image_bounds(size());
56 image_bounds.ClampToCenteredSize(GetPreferredSize());
57 image_bounds.Inset(GetInsets());
69 path.addRoundRect(gfx::RectToSkRect(image_bounds), kRadius);
75 resized_, image_bounds.x(), image_bounds.y(), path, paint);
  /external/chromium_org/ui/views/controls/
image_view.cc 219 gfx::Rect image_bounds(GetImageBounds());
220 if (image_bounds.IsEmpty())
223 if (image_bounds.size() != gfx::Size(image_.width(), image_.height())) {
228 image_bounds.x(), image_bounds.y(), image_bounds.width(),
229 image_bounds.height(), true, paint);
231 canvas->DrawImageInt(image_, image_bounds.x(), image_bounds.y());
  /external/chromium_org/cc/layers/
ui_resource_layer_impl.cc 52 void UIResourceLayerImpl::SetImageBounds(const gfx::Size& image_bounds) {
57 if (image_bounds_ == image_bounds)
60 image_bounds_ = image_bounds;
ui_resource_layer_impl.h 33 void SetImageBounds(const gfx::Size& image_bounds);
  /external/chromium_org/content/browser/android/
edge_effect_l.cc 254 gfx::Size image_bounds(
260 glow_->SetBounds(image_bounds);
266 const float image_offset_x = (bounds_.width() - image_bounds.width()) * 0.5f;
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 511 gfx::Rect image_bounds = experimental_banner_view_->GetImageBounds(); local
512 image_bounds.set_origin(
513 gfx::Point(contents_bounds.width() - image_bounds.width(),
514 contents_bounds.height() - image_bounds.height()));
515 experimental_banner_view_->SetBoundsRect(image_bounds);

Completed in 266 milliseconds