Searched refs:extra_height (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc134 int extra_height = child->GetHeightForWidth(child_area_width); local
136 if (height != 0 && extra_height > 0)
138 height += extra_height;
/external/libpng/contrib/gregbook/
H A Drpng-win.c443 int extra_width, extra_height; local
516 extra_height = 2*(GetSystemMetrics(SM_CYBORDER) +
522 image_height+extra_height, NULL, NULL, hInst, NULL);
H A Drpng2-win.c668 int extra_width, extra_height; local
748 extra_height = 2*(GetSystemMetrics(SM_CYBORDER) +
754 rpng2_info.height+extra_height, NULL, NULL, global_hInst, NULL);

Completed in 351 milliseconds