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

/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DMargins.java68 double hgt = paper.getHeight();
69 paper.setImageableArea(0, -10, wid, hgt);
80 paper.setImageableArea(0, 0, wid, hgt + 72);
93 hgt = paper.getHeight();
95 paper.setImageableArea(0, -10, -wid, hgt);
124 int hgt = (int)paper.getHeight();
125 System.out.println("wid="+wid+" hgt="+hgt);
132 if ((wid - iw > 72) || (hgt - ih > 72)) {
135 if ((ix+iw > wid) || (iy+ih > hgt)) {
[all...]
H A DPrintAllFonts.java82 int hgt = (int)pf.getImageableHeight();
83 int fontsPerPage = hgt/lineHeight;
/openjdk9/jdk/test/java/awt/Graphics2D/DrawString/
H A DRotTransText.java48 int wid=400, hgt=400;
50 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB);
66 g2d.fillRect(0, 0, wid, hgt);
92 for (int py=0;py<hgt;py++) {
H A DDrawStrSuper.java45 int wid=400, hgt=400; field in class:DrawStrSuper
51 bi = new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB);
55 g2d.fillRect(0, 0, wid, hgt);
85 for (int py=0;py<hgt;py++) {
H A DAlphaSurfaceText.java35 int wid=400, hgt=200; field in class:AlphaSurfaceText
39 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB);
42 BufferedImage alphabi = new BufferedImage(wid, hgt, biType);
45 new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB);
68 for (int y=0; y<hgt; y++) {
/openjdk9/jdk/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageConv_D64nw.c62 mlib_s32 hgt = mlib_ImageGetHeight(src); \
98 hgt -= (n - 1);
112 for (l = 0; l < hgt; l += hsize) {
113 hsize = hgt - l;
322 hgt -= (n - 1);
331 for (j = 0; j < hgt; j++) {
H A Dmlib_ImageConv_F32nw.c62 mlib_s32 hgt = mlib_ImageGetHeight(src); \
98 hgt -= (n - 1);
112 for (l = 0; l < hgt; l += hsize) {
113 hsize = hgt - l;
322 hgt -= (n - 1);
331 for (j = 0; j < hgt; j++) {
H A Dmlib_ImageConv_u16ext.c177 mlib_s32 wid, hgt, sll, dll; \
183 hgt = mlib_ImageGetHeight(src); \
264 mlib_s32 wid, hgt, sll, dll; local
272 if (max_hsize > hgt) max_hsize = hgt;
274 shgt = hgt + (n - 1);
291 for (l = 0; l < hgt; l += hsize) {
292 hsize = hgt - l;
513 mlib_s32 wid, hgt, sll, dll; variable
593 if ((l >= dy_t) && (l < hgt
980 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_16ext.c173 hgt = mlib_ImageGetHeight(src); \
254 mlib_s32 wid, hgt, sll, dll; local
262 if (max_hsize > hgt) max_hsize = hgt;
264 shgt = hgt + (n - 1);
281 for (l = 0; l < hgt; l += hsize) {
282 hsize = hgt - l;
503 mlib_s32 wid, hgt, sll, dll; variable
583 if ((l >= dy_t) && (l < hgt + n - dy_b - 2)) sl += sll;
593 for (j = 0; j < hgt;
970 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_8ext.c158 hgt = mlib_ImageGetHeight(src); \
239 mlib_s32 wid, hgt, sll, dll; local
247 if (max_hsize > hgt) max_hsize = hgt;
249 shgt = hgt + (n - 1);
266 for (l = 0; l < hgt; l += hsize) {
267 hsize = hgt - l;
488 mlib_s32 wid, hgt, sll, dll; variable
568 if ((l >= dy_t) && (l < hgt + n - dy_b - 2)) sl += sll;
578 for (j = 0; j < hgt;
955 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_32nw.c59 mlib_s32 hgt = mlib_ImageGetHeight(src); \
105 hgt -= (n - 1);
119 for (l = 0; l < hgt; l += hsize) {
120 hsize = hgt - l;
373 hgt -= (n - 1);
402 for (j = 0; j < hgt; j++) {
H A Dmlib_ImageConv_8nw.c152 mlib_s32 wid, hgt, sll, dll; \
158 hgt = mlib_ImageGetHeight(src); \
235 hgt -= (n - 1);
251 for (l = 0; l < hgt; l += hsize) {
252 hsize = hgt - l;
513 hgt -= (n - 1);
542 for (j = 0; j < hgt; j++) {
880 mlib_s32 wid, hgt, sll, dll; local
898 hgt -= (n - 1);
931 for (j = 0; j < hgt;
[all...]
H A Dmlib_ImageConv_16nw.c151 mlib_s32 wid, hgt, sll, dll; \
157 hgt = mlib_ImageGetHeight(src); \
234 hgt -= (n - 1);
250 for (l = 0; l < hgt; l += hsize) {
251 hsize = hgt - l;
512 hgt -= (n - 1);
541 for (j = 0; j < hgt; j++) {
879 mlib_s32 wid, hgt, sll, dll; local
897 hgt -= (n - 1);
930 for (j = 0; j < hgt;
[all...]
H A Dmlib_ImageConv_u16nw.c151 mlib_s32 wid, hgt, sll, dll; \
157 hgt = mlib_ImageGetHeight(src); \
234 hgt -= (n - 1);
250 for (l = 0; l < hgt; l += hsize) {
251 hsize = hgt - l;
512 hgt -= (n - 1);
541 for (j = 0; j < hgt; j++) {
879 mlib_s32 wid, hgt, sll, dll; local
897 hgt -= (n - 1);
930 for (j = 0; j < hgt;
[all...]
/openjdk9/jdk/test/java/awt/FontClass/
H A DHelvLtOblTest.java141 int hgt = bi0.getHeight();
143 for (int y=0; y<hgt; y++) {
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java1687 double hgt = origPaper.getHeight();
1698 hgt = ((hgt > 0.0) ? hgt : defaultPaper.getHeight());
1709 if (ih > hgt) {
1710 ih = hgt;
1715 if ((iy + ih) > hgt) {
1716 iy = hgt - ih;
1718 newPaper.setSize(wid, hgt);
H A DPrintJob2D.java865 double wid, hgt, scale;
869 hgt = pageFormat.getImageableHeight();
872 hgt = pageFormat.getHeight();
875 return new Dimension((int)(wid * scale), (int)(hgt * scale));
H A DServiceDialog.java1661 float hgt = mediaSize.getY(units);
1667 float pah = hgt - tm - bm;
1759 float hgt = mediaSize.getY(MediaPrintableArea.INCH);
1767 if (hgt > maxMarginRatio) {
1770 yMgn = hgt / maxMarginRatio;
1775 wid-(2*xMgn), hgt-(2*yMgn),
1805 hgt = mediaSize.getY(units);
1820 if (tmVal + bmVal > hgt) {
1824 pay = (hgt - pah)/2f;
1827 pah = hgt
[all...]
H A DPathGraphics.java1280 int right, bottom, wid, hgt;
1290 hgt = bottom - srcY;
1293 hgt = srcHeight;
H A DPSPrinterJob.java2240 int x, int y, int wid, int hgt) {
2248 ury = lly+hgt;
2253 p.setSize((double)wid, (double)hgt);
2254 p.setImageableArea(0.0,0.0, (double)wid, (double)hgt);
2238 EPSPrinter(Printable printable, String title, PrintStream stream, int x, int y, int wid, int hgt) argument
/openjdk9/jdk/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageConvMxN_8ext.c161 mlib_s32 hgt = mlib_ImageGetHeight(src); local
228 if ((l >= dy_t) && (l < hgt + n - dy_b - 2))
239 for (j = 0; j < hgt; j++) {
809 if (j < hgt - dy_b - 2)
847 mlib_s32 hgt = mlib_ImageGetHeight(src); local
933 if ((l >= dy_t) && (l < hgt + n - dy_b - 2))
944 for (j = 0; j < hgt; j++) {
1510 if (j < hgt - dy_b - 2)
H A Dmlib_v_ImageConvMxN_8.c142 mlib_s32 hgt = mlib_ImageGetHeight(src); local
187 hgt -= (n - 1);
230 for (j = 0; j < hgt; j++) {
H A Dmlib_v_ImageConv_8nw.c50 mlib_s32 hgt = mlib_ImageGetHeight(src); \
127 hgt -= (n - 1);
148 for (j = 0; j < hgt; j++) {
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js5641 hgt: 5610,

Completed in 290 milliseconds