Searched refs:max_width (Results 1 - 25 of 97) sorted by relevance

1234

/external/chromium_org/tools/telemetry/telemetry/results/
H A Dbase_test_results_unittest.py43 max_width = max([len(x) for x in ex + res])
44 max_width = max(10, max_width)
46 print '%*s | %*s' % (max_width, 'expected', max_width, 'result')
60 print '%*s %s %*s' % (max_width, e, sep, max_width, r)
/external/chromium_org/ash/system/user/
H A Duser_card_view.h19 // |max_width| takes effect only if |login_status| is LOGGED_IN_PUBLIC.
21 int max_width,
30 void AddPublicModeUserContent(int max_width);
H A Duser_card_view.cc128 PublicAccountUserDetails(int max_width);
153 PublicAccountUserDetails::PublicAccountUserDetails(int max_width) argument
186 CalculatePreferredSize(max_width);
289 int max_width = std::min( local
298 while (min_width < max_width) {
300 const int width = (min_width + max_width) / 2;
315 max_width = width;
338 int max_width,
347 AddPublicModeUserContent(max_width);
365 void UserCardView::AddPublicModeUserContent(int max_width) { argument
337 UserCardView(user::LoginStatus login_status, int max_width, int multiprofile_index) argument
[all...]
/external/chromium_org/third_party/ots/src/
H A Dhdmx.h16 uint8_t max_width; member in struct:ots::OpenTypeHDMXDeviceRecord
H A Dhdmx.cc68 !table.ReadU8(&rec.max_width)) {
117 !out->Write(&rec.max_width, 1) ||
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h46 int max_width; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura_unittest.cc23 const int max_width = 4000; local
43 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
56 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
70 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
83 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
96 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
107 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
122 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
H A Dtooltip_aura.cc70 int max_width,
78 int available_width = std::min(kTooltipMaxWidthPixels, max_width);
187 int max_width = 0; local
191 &max_width, &line_count);
200 label_.SizeToFit(max_width + label_.GetInsets().width());
69 TrimTooltipToFit(const gfx::FontList& font_list, int max_width, base::string16* text, int* width, int* line_count) argument
H A Dtooltip_aura.h29 // Trims the tooltip to fit in the width |max_width|, setting |text| to the
32 // is used to layout |text|. |max_width| comes from GetMaxWidth().
34 int max_width,
/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.h35 int max_width,
H A Dwebrtc_content_browsertest_base.cc74 int max_width,
85 max_width,
71 GenerateGetUserMediaCall( const char* function_name, int min_width, int max_width, int min_height, int max_height, int min_frame_rate, int max_frame_rate) const argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
95 *max_width = *max_height = pow(2,max_2d_texture_level-1);
157 uint32_t *max_width, uint32_t *max_height)
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
183 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_WIDTH);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
188 *max_width = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) argument
202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
95 *max_width = *max_height = pow(2,max_2d_texture_level-1);
157 uint32_t *max_width, uint32_t *max_height)
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
183 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_WIDTH);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
188 *max_width = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) argument
202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
401 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
[all...]
/external/pixman/test/
H A Dblitters-test.c23 int max_width,
40 width = prng_rand_n (max_width) + 1;
240 int max_width, max_height, max_extra_stride; local
243 max_width = max_height = 24 + testnum / 10000;
246 if (max_width > 256)
247 max_width = 256;
262 src_img = create_random_image (img_fmt_list, max_width, max_height,
274 dst_img = create_random_image (img_fmt_list, max_width, max_height,
317 mask_img = create_random_image (mask_fmt_list, max_width, max_height,
22 create_random_image(pixman_format_code_t *allowed_formats, int max_width, int max_height, int max_extra_stride, pixman_format_code_t *used_fmt) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dcontext.c56 unsigned int max_width = 0, max_height = 0; local
95 max_width = surface_info[l].max_width;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
131 if (width > max_width || height > max_height) {
133 width, height, max_width, max_height);
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c56 unsigned int max_width = 0, max_height = 0; local
95 max_width = surface_info[l].max_width;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
131 if (width > max_width || height > max_height) {
133 width, height, max_width, max_height);
/external/chromium_org/ash/wm/
H A Dwindow_resizer.cc314 int max_width = Shell::GetScreen()->GetDisplayNearestWindow( local
318 max_width = std::min(max_width, max_size.width());
319 if (width > max_width) {
320 width = max_width;
322 max_width);
/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.h55 // |font_list| and |max_width| are used to elide the filename and/or interrupt
57 // |max_width|. The tooltip will be at most 2 lines.
58 base::string16 GetTooltipText(const gfx::FontList& font_list, int max_width) const;
/external/chromium_org/content/renderer/media/
H A Dvideo_track_adapter.h43 int max_width, int max_height,
H A Dmedia_stream_video_source.cc248 int max_width; local
250 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height);
252 if (min_width > max_width || min_height > max_height)
331 int max_width; local
333 GetDesiredMaxWidthAndHeight(constraints, &max_width, &max_height);
337 std::min(max_width, MediaStreamVideoSource::kDefaultWidth) *
565 int max_width; local
567 GetDesiredMaxWidthAndHeight(it->constraints, &max_width, &max_height);
578 max_width, max_height,
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/freetype/include/
H A Dftwinfnt.h205 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftwinfnt.h204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftwinfnt.h204 FT_UShort max_width; member in struct:FT_WinFNT_HeaderRec_
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.cc105 if (input_spec->max_width.get())
106 create_spec->maximum_size.set_width(*input_spec->max_width);
377 if (!CheckBoundsConflict(inner_bounds->max_width,
378 outer_bounds->max_width,
435 if (options.max_width.get())
436 maximum_size.set_width(*options.max_width);

Completed in 778 milliseconds

1234