OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newW
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.c
864
int newX, int newY, int
newW
, int newH, int newBW)
875
oldX2 = oldX + oldW, newX2 = newX +
newW
;
880
newX, newY,
newW
, newH, newBW);
890
oldX, oldY, oldW, oldH, oldBW, newX, newY,
newW
, newH, newBW);
924
if (
newW
< oldW)
1045
winRec->width =
newW
;
1056
newW
, newH, weight);
1128
int newX, int newY, unsigned int
newW
, unsigned int newH,
1144
newX, newY,
newW
, newH, newBW);
1149
newW
, newH, weight)
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessWindow.c
848
int newX, int newY, int
newW
, int newH, int newBW)
859
oldX2 = oldX + oldW, newX2 = newX +
newW
;
864
newX, newY,
newW
, newH, newBW);
875
newX, newY,
newW
, newH, newBW);
909
if (
newW
< oldW)
1024
winRec->width =
newW
;
1035
newW
, newH, weight);
1107
int newX, int newY, unsigned int
newW
, unsigned int newH,
1123
newX, newY,
newW
, newH, newBW);
1128
newW
, newH, weight)
[
all
...]
Completed in 72 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026