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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c401 RECT textrect; local
416 textrect.left = MIN_TEXT_MARGIN;
417 textrect.top = MIN_TEXT_MARGIN;
418 textrect.right = dialogrect.right - dialogrect.left - MIN_TEXT_MARGIN;
419 textrect.bottom = dialogrect.bottom - dialogrect.top - MIN_TEXT_MARGIN;
420 CopyRect(&oldtextrect, &textrect);
421 textheight = DrawText(dc, statusmessage, -1, &textrect, DT_CALCRECT | DT_CENTER | DT_EXPANDTABS | DT_NOPREFIX);
422 if (textrect.right > oldtextrect.right)
424 LONG adjust = ((textrect.right - oldtextrect.right) / 2) + ((textrect
[all...]

Completed in 13 milliseconds