OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_width
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/bubble/
bubble_frame_view.cc
201
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/
rpng-win.c
443
int
extra_width
, extra_height;
local
514
extra_width
= 2*(GetSystemMetrics(SM_CXBORDER) +
521
CW_USEDEFAULT, CW_USEDEFAULT, image_width+
extra_width
,
rpng2-win.c
668
int
extra_width
, extra_height;
local
746
extra_width
= 2*(GetSystemMetrics(SM_CXBORDER) +
753
CW_USEDEFAULT, CW_USEDEFAULT, rpng2_info.width+
extra_width
,
[
all
...]
/external/chromium_org/ui/views/controls/button/
text_button.cc
419
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 500 milliseconds