Searched defs:extra_width (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc201 const int extra_width = close_->bounds().x() - title_->bounds().right(); local
203 size.SetToMin(gfx::Size(std::max(0, extra_width), size.height()));
/external/libpng/contrib/gregbook/
H A Drpng-win.c443 int extra_width, extra_height; local
514 extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
521 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
H A Drpng2-win.c668 int extra_width, extra_height; local
746 extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
753 CW_USEDEFAULT, CW_USEDEFAULT, rpng2_info.width+extra_width,
/external/chromium_org/ui/views/controls/button/
H A Dtext_button.cc419 gfx::Rect TextButtonBase::GetContentBounds(int extra_width) const {
422 int content_width = text_size_.width() + extra_width;
714 int extra_width = 0; local
718 extra_width = icon.width() + (text_.empty() ? 0 : icon_text_spacing_);
720 gfx::Rect bounds(GetContentBounds(extra_width));
722 if (extra_width > 0) {
725 bounds.Inset(extra_width, 0, 0, 0);
727 bounds.Inset(0, 0, extra_width, 0);

Completed in 782 milliseconds