Searched defs:px (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c183 int px, int py, /* parent's origin in root space */
215 x1 = max(x, xwa.x+px);
217 width = min(x+wi, xwa.x+xwa.width+2*xwa.border_width+px)-x1;
239 pWinInfo->x = x1-xwa.border_width-xwa.x-px;
309 mvWalkTree(children[n], px+xwa.x+xwa.border_width,
314 mvWalkTree(children[n], px+xwa.x+xwa.border_width,
181 mvWalkTree( Window win, int px, int py, int x, int y, int wi, int hi, Bool ancestorShaped, Region ancestorRegion ) argument

Completed in 10 milliseconds