Searched refs:childwindows (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/x11perf/dist/
H A Ddo_windows.c28 static int childrows, childcolumns, childwindows; variable in typeref:typename:int
36 childwindows = p->objects;
37 childrows = (childwindows + MAXCOLS - 1) / MAXCOLS;
38 childcolumns = (childrows > 1 ? MAXCOLS : childwindows);
57 /* We will do parentwindows sets of childwindows, in order to get better
112 for (int j = 0; j != childwindows; j++) {

Completed in 2 milliseconds