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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c535 int ylimit, xlimit; local in function:make_shadow
574 ylimit = gsize;
575 if (ylimit > sheight / 2)
576 ylimit = (sheight + 1) / 2;
581 for (y = 0; y < ylimit; y++)
584 if (xlimit == Gsize && ylimit == Gsize)
598 if (x_diff > 0 && ylimit > 0)
600 for (y = 0; y < ylimit; y++)
602 if (ylimit == Gsize)

Completed in 4 milliseconds