OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_height
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/layout/
box_layout.cc
294
int
extra_height
= MainAxisSizeForView(child, child_area_width);
local
296
if (height != 0 &&
extra_height
> 0)
298
height +=
extra_height
;
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc
540
int
extra_height
= title_bar_condensed ? extra_caption_y_ : 0;
local
555
caption_y -
extra_height
,
557
button_size.height() +
extra_height
);
577
caption_y -
extra_height
,
579
button_size.height() +
extra_height
);
/external/libpng/contrib/gregbook/
rpng-win.c
487
int extra_width,
extra_height
;
local
560
extra_height
= 2*(GetSystemMetrics(SM_CYBORDER) +
566
image_height+
extra_height
, NULL, NULL, hInst, NULL);
rpng2-win.c
691
int extra_width,
extra_height
;
local
771
extra_height
= 2*(GetSystemMetrics(SM_CYBORDER) +
777
rpng2_info.height+
extra_height
, NULL, NULL, global_hInst, NULL);
[
all
...]
Completed in 506 milliseconds