Searched defs:max_width (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_fb_helper.c | 747 width = dev->mode_config.max_width; 861 dev->mode_config.max_width, 897 u32 max_width, max_height, bpp_sel; local 910 max_width = fb_helper->fb->width; 914 (void) drm_fb_helper_probe_connector_modes(fb_helper, max_width,
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextAction.c | 926 int width, height, x, line_num, max_width; local 938 max_width = Max(0, ctx->core.width - HMargins(ctx)); 942 x, max_width, TRUE, &ret_pos, &width, &height);
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_mode.h | 109 __u32 min_width, max_width; member in struct:drm_mode_card_res
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_mode.h | 109 __u32 min_width, max_width; member in struct:drm_mode_card_res
|
H A D | drm_crtc.h | 479 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height); 766 * @max_width: maximum pixel width on this device 805 int max_width, max_height; member in struct:drm_mode_config
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextAction.c | 1489 int width, height, x, line_num, max_width; local 1501 max_width = Max(0, (int)(ctx->core.width - HMargins(ctx))); 1505 x, max_width, TRUE, &ret_pos, &width, &height);
|
Completed in 3724 milliseconds