/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument 74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 95 *max_width = *max_height = pow(2,max_2d_texture_level-1); in vlVdpVideoSurfaceQueryCapabilities() 157 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument 163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT); in vlVdpDecoderQueryCapabilities() 186 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 189 *max_height = 0; in vlVdpDecoderQueryCapabilities() 203 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument 221 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument 74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 95 *max_width = *max_height = pow(2,max_2d_texture_level-1); in vlVdpVideoSurfaceQueryCapabilities() 157 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() argument 163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height)) in vlVdpDecoderQueryCapabilities() 184 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_HEIGHT); in vlVdpDecoderQueryCapabilities() 186 *max_macroblocks = (*max_width/16)*(*max_height/16); in vlVdpDecoderQueryCapabilities() 189 *max_height = 0; in vlVdpDecoderQueryCapabilities() 203 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() argument 221 if (!(is_supported && max_width && max_height)) in vlVdpOutputSurfaceQueryCapabilities() [all …]
|
/external/pixman/test/ |
D | blitters-test.c | 24 int max_height, in create_random_image() argument 41 height = prng_rand_n (max_height) + 1; in create_random_image() 240 int max_width, max_height, max_extra_stride; in test_composite() local 243 max_width = max_height = 24 + testnum / 10000; in test_composite() 249 if (max_height > 16) in test_composite() 250 max_height = 16; in test_composite() 262 src_img = create_random_image (img_fmt_list, max_width, max_height, in test_composite() 274 dst_img = create_random_image (img_fmt_list, max_width, max_height, in test_composite() 317 mask_img = create_random_image (mask_fmt_list, max_width, max_height, in test_composite()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
D | context.c | 56 unsigned int max_width = 0, max_height = 0; in Validate() local 96 max_height = surface_info[l].max_height; in Validate() 112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate() 131 if (width > max_width || height > max_height) { in Validate() 133 width, height, max_width, max_height); in Validate()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 56 unsigned int max_width = 0, max_height = 0; in Validate() local 96 max_height = surface_info[l].max_height; in Validate() 112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate() 131 if (width > max_width || height > max_height) { in Validate() 133 width, height, max_width, max_height); in Validate()
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshglob.c | 712 FT_Short max_height = 1; in psh_globals_new() local 715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new() 717 max_height ); in psh_globals_new() 718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new() 720 max_height ); in psh_globals_new() 721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new() 723 max_height ); in psh_globals_new() 724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new() 726 max_height ); in psh_globals_new() 729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 712 FT_Short max_height = 1; in psh_globals_new() local 715 max_height = psh_calc_max_height( priv->num_blue_values, in psh_globals_new() 717 max_height ); in psh_globals_new() 718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new() 720 max_height ); in psh_globals_new() 721 max_height = psh_calc_max_height( priv->num_family_blues, in psh_globals_new() 723 max_height ); in psh_globals_new() 724 max_height = psh_calc_max_height( priv->num_family_other_blues, in psh_globals_new() 726 max_height ); in psh_globals_new() 729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | panel_browser_view.cc | 36 int max_height = gdk_screen_get_height(screen) * kPanelMaxHeightFactor; in LimitBounds() local 50 else if (bounds->height() > max_height) in LimitBounds() 51 bounds->set_height(max_height); in LimitBounds()
|
/external/chromium_org/ui/message_center/views/ |
D | message_center_bubble.cc | 85 init_params.max_height = max_height(); in GetInitParams() 98 max_height(), in InitializeContents()
|
D | message_bubble_base.h | 30 int max_height() const { return max_height_; } in max_height() function
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoencoderfactory.h | 47 int max_height; member 52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) { in VideoCodec()
|
/external/chromium_org/ash/wm/ |
D | window_resizer.cc | 418 int max_height = Shell::GetScreen()->GetDisplayNearestWindow( in GetHeightForDrag() local 422 max_height = std::min(max_height, max_size.height()); in GetHeightForDrag() 423 if (height > max_height) { in GetHeightForDrag() 424 height = max_height; in GetHeightForDrag() 426 max_height); in GetHeightForDrag()
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | message_center_widget_delegate.cc | 38 pos_info.max_height, in MessageCenterWidgetDelegate() 123 return (pos_info_.max_height != 0) ? in GetHeightForWidth() 124 std::min(height, pos_info_.max_height - border_insets_.height()) : height; in GetHeightForWidth()
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 343 int max_height = 0; in ShowMessageCenterInternal() local 348 max_height = shelf_bounds.y(); in ShowMessageCenterInternal() 353 max_height = in ShowMessageCenterInternal() 361 max_height = status_area_window->GetBoundsInRootWindow().bottom(); in ShowMessageCenterInternal() 369 max_height - GetTraySpacing())); in ShowMessageCenterInternal()
|
/external/chromium_org/remoting/host/ |
D | desktop_resizer_linux.cc | 207 int min_width = 0, min_height = 0, max_width = 0, max_height = 0; in GetSupportedResolutions() local 210 &max_width, &max_height); in GetSupportedResolutions() 214 max_height); in GetSupportedResolutions()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local 244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont() 246 max_bm_height = max_height; in DRI_glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local 240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont() 242 max_bm_height = max_height; in glXUseXFont()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local 240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in glXUseXFont() 242 max_bm_height = max_height; in glXUseXFont()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local 246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont() 248 max_bm_height = max_height; in Fake_glXUseXFont()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | xfonts.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local 246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in Fake_glXUseXFont() 248 max_bm_height = max_height; in Fake_glXUseXFont()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | xfont.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local 244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; in DRI_glXUseXFont() 246 max_bm_height = max_height; in DRI_glXUseXFont()
|
/external/chromium_org/ui/views/bubble/ |
D | tray_bubble_view.cc | 279 max_height(0), in InitParams() 368 params_.max_height = height; in SetMaxHeight() 443 return (params_.max_height != 0) ? in GetHeightForWidth() 444 std::min(height, params_.max_height) : height; in GetHeightForWidth()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | update_view.cc | 166 int max_height = height() - GetInsets().height(); in Layout() local 167 int vertical_center = GetInsets().top() + max_height / 2; in Layout()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_driver.c | 464 int max_width, max_height; in drv_pre_init() local 468 max_height = res->max_height; in drv_pre_init() 477 max_height = max < max_height ? max : max_height; in drv_pre_init() 481 res->min_height, max_width, max_height); in drv_pre_init() 487 res->min_height, max_height); in drv_pre_init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
D | xorg_driver.c | 464 int max_width, max_height; in drv_pre_init() local 468 max_height = res->max_height; in drv_pre_init() 477 max_height = max < max_height ? max : max_height; in drv_pre_init() 481 res->min_height, max_width, max_height); in drv_pre_init() 487 res->min_height, max_height); in drv_pre_init()
|