OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizehints
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libva/test/putsurface/
putsurface_x11.c
85
XSizeHints
sizehints
;
local
86
sizehints
.width = width;
87
sizehints
.height = height;
88
sizehints
.flags = USSize;
89
XSetNormalHints(x11_display, win, &
sizehints
);
91
None, (char **)NULL, 0, &
sizehints
);
113
XSizeHints
sizehints
;
local
114
sizehints
.width = width;
115
sizehints
.height = height;
116
sizehints
.flags = USSize
[
all
...]
/external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c
121
XSizeHints
sizehints
;
local
122
sizehints
.x = x;
123
sizehints
.y = y;
124
sizehints
.width = width;
125
sizehints
.height = height;
126
sizehints
.flags = USSize | USPosition;
127
XSetNormalHints(graw.display, win, &
sizehints
);
129
None, (char **)NULL, 0, &
sizehints
);
Completed in 145 milliseconds