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

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialogConstraints.java41 static final int xoffset = 100; field in interface:pmDialogConstraints
H A DpmDialog.java66 newLocation = new Point(screenSize.width / 2 - xoffset,
73 parentBounds.x + parentBounds.width / 2 - xoffset,
/opensolaris-onvv-gate/usr/src/lib/libplot/t300/common/
H A Dopen.c43 int OUTF, xscale, yscale, xoffset; variable
61 xoffset = (int)(OFFSET * HORZRESP);
H A Dcon.h57 extern int xscale, xoffset, yscale;
H A Dmapfile-vers83 xoffset;
H A Dsubr.c50 return (short)(xoffset + xp / xscale);
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dopen.c43 int OUTF, xscale, yscale, xoffset; variable
61 xoffset = (int)(OFFSET * HORZRESP);
H A Dcon.h67 extern int xoffset, xscale, yscale;
H A Dmapfile-vers85 xoffset;
H A Dsubr.c59 return (int)(xoffset + xp / xscale);
/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dopen.c42 int xscale = 0, xoffset = 0, yscale = 0; variable
66 xoffset = (int)(OFFSET * HORZRESP);
H A Dcon.h66 extern int xscale, xoffset, yscale;
H A Dmapfile-vers83 xoffset;
H A Dsubr.c52 return (xoffset + xp / xscale);

Completed in 108 milliseconds