OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxwidth
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/xgc/dist/
choice.c
147
Dimension
maxwidth
= 0; /* maximum width we've found */
local
158
maxwidth
= max(
maxwidth
,width);
162
args[0].value = (XtArgVal)
maxwidth
;
203
Dimension
maxwidth
= (Dimension) 0; /* max width found */
local
214
maxwidth
= max(
maxwidth
,width);
218
widthargs[0].value = (XtArgVal)
maxwidth
;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
decode.c
54
uint32_t
maxwidth
, maxheight;
local
88
maxwidth
= screen->get_video_param
102
if (width >
maxwidth
|| height > maxheight) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
decode.c
54
uint32_t
maxwidth
, maxheight;
local
88
maxwidth
= screen->get_video_param
102
if (width >
maxwidth
|| height > maxheight) {
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TreeP.h
81
Dimension
maxwidth
, maxheight; /* for shrink wrapping */
member in struct:__anon5784
/xsrc/external/mit/ctwm/dist/
win_decorations.c
613
int
maxwidth
= tmp->frame_width;
local
621
basex = ((si->num *
maxwidth
) / si->denom);
624
basex +=
maxwidth
;
640
if(basex >
maxwidth
- tw) {
641
basex =
maxwidth
- tw;
/xsrc/external/mit/twm/dist/src/
add_window.c
1228
int
maxwidth
= tmp->frame_width;
local
1238
basex =
maxwidth
;
1241
basex =
maxwidth
/ 2;
1247
basex = ((si->num *
maxwidth
) / si->denom);
1249
basex +=
maxwidth
;
1263
if (basex >
maxwidth
- tw + 1)
1264
basex =
maxwidth
- tw + 1;
/xsrc/external/mit/xf86-video-glint/dist/src/
glint_driver.c
844
int
maxwidth
= 0, maxheight = 0;
local
1565
maxwidth
= 2048;
1584
maxwidth
= 2048;
1610
maxwidth
= 4096;
1631
maxwidth
= 1536;
1661
maxwidth
= 4096;
1691
maxwidth
= 1536;
1720
maxwidth
= 4096;
1751
maxwidth
= 4096;
2027
* XXX Assuming min pitch 256, max <
maxwidth
>
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h
286
#define
MAXWIDTH
_MAXWIDTH(c)
506
int
maxwidth
; /* in pixels */
member in struct:monitor_ranges
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h
285
#define
MAXWIDTH
_MAXWIDTH(c)
496
int
maxwidth
; /* in pixels */
member in struct:monitor_ranges
Completed in 87 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026