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

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c458 int xNew, yNew; local
492 yNew = rParent.top + ((hParent - hChild) /2);
493 if (yNew < rWorkArea.top) {
494 yNew = rWorkArea.top;
495 } else if ((yNew+hChild) > rWorkArea.bottom) {
496 yNew = rWorkArea.bottom - hChild;
500 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
817 int xNew, yNew; local
845 for (yNew = 0; yNew < cyNewSiz
[all...]

Completed in 302 milliseconds