Searched refs:default_width (Results 1 – 16 of 16) sorted by relevance
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 162 default_width = ENV[ 'COLUMNS' ] || 80 167 if cols >= 0 then cols else default_width end 169 default_width 172 default_width rescue ( raise e )
|
/external/chromium/chrome/browser/ui/ |
D | window_sizer.cc | 205 int default_width = std::min(work_area.width() - 2 * kWindowTilePixels, 1050); in GetDefaultWindowBounds() local 223 default_width = static_cast<int>(work_area.width() / 2. - in GetDefaultWindowBounds() 228 default_width, default_height); in GetDefaultWindowBounds()
|
/external/chromium_org/ash/wm/ |
D | window_positioner.cc | 373 int default_width = work_area.width() - 2 * kDesktopBorderSize; in GetDefaultWindowBounds() local 378 if (default_width > kMaximumWindowWidth) { in GetDefaultWindowBounds() 381 default_width = kMaximumWindowWidth; in GetDefaultWindowBounds() 385 default_width, in GetDefaultWindowBounds()
|
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield.h | 159 void set_default_width_in_chars(int default_width) { in set_default_width_in_chars() argument 160 default_width_in_chars_ = default_width; in set_default_width_in_chars()
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
D | window_sizer.cc | 317 int default_width = std::min(work_area.width() - 2 * kWindowTilePixels, 1050); in GetDefaultWindowBounds() local 335 default_width = static_cast<int>(work_area.width() / 2. - in GetDefaultWindowBounds() 340 default_width, default_height); in GetDefaultWindowBounds()
|
/external/freetype/src/cff/ |
D | cfftoken.h | 93 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
|
D | cfftypes.h | 180 FT_Pos default_width; member
|
D | cf2ft.c | 597 decoder->current_subfont->private_dict.default_width ); in cf2_getDefaultWidthX()
|
D | cffgload.c | 461 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cfftoken.h | 93 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
|
D | cfftypes.h | 180 FT_Pos default_width; member
|
D | cf2ft.c | 597 decoder->current_subfont->private_dict.default_width ); in cf2_getDefaultWidthX()
|
D | cffgload.c | 461 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
/external/chromium_org/chrome/browser/extensions/api/app_window/ |
D | app_window_api.cc | 201 if (options->default_width.get()) in RunImpl() 202 create_params.bounds.set_width(*options->default_width.get()); in RunImpl()
|
/external/libvpx/libvpx/ |
D | vp9_spatial_scalable_encoder.c | 70 static const uint32_t default_width = 1920; variable 220 enc_cfg->g_w = default_width; in parse_command_line()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | website_settings_bubble_controller_unittest.mm | 155 // If |default_width| is 0, the *default* default width will be used. 156 void CreateBubbleWithWidth(CGFloat default_width) { 161 [controller_ setDefaultWindowWidth:default_width];
|