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

/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
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++) {
H A DDrawStrSuper.java44 int wid=400, hgt=400; field in class:DrawStrSuper
50 bi = new BufferedImage(wid, hgt, BufferedImage.TYPE_INT_RGB);
54 g2d.fillRect(0, 0, wid, hgt);
84 for (int py=0;py<hgt;py++) {
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
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_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)
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv2x2_f.c67 hgt = mlib_ImageGetHeight(src); \
149 mlib_s32 hgt,
161 wid *= hgt;
162 hgt = 1;
165 for (j = 0; j < hgt; j++) {
191 mlib_s32 hgt,
198 for (j = 0; j < hgt; j++) {
231 mlib_s32 wid, hgt, sll, dll, wid1; local
254 hgt -= D_KER;
273 for (j = 0; j < hgt;
147 mlib_ImageXor80_aa(mlib_u8 *dl, mlib_s32 wid, mlib_s32 hgt, mlib_s32 str) argument
189 mlib_ImageXor80(mlib_u8 *dl, mlib_s32 wid, mlib_s32 hgt, mlib_s32 str, mlib_s32 nchan, mlib_s32 cmask) argument
372 mlib_s32 wid, hgt, sll, dll, wid1; local
523 mlib_s32 wid, hgt, sll, dll, wid1; local
668 mlib_s32 wid, hgt, sll, dll, wid1; local
823 mlib_s32 wid, hgt, sll, dll, wid1; local
974 mlib_s32 wid, hgt, sll, dll, wid1; local
[all...]
H A Dmlib_ImageConv_16ext.c186 mlib_s32 wid, hgt, sll, dll; \
225 hgt = mlib_ImageGetHeight(src); \
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
323 if ((hgt - dy_b) > 0) sl2 = sl1 + sll;
347 if ((hgt - dy_b) > 1) sl = sl2 + sll;
350 for (j = 0; j < hgt; j++) {
473 if (j < hgt - dy_b - 2) sl += sll;
490 mlib_ImageXor80(adr_dst, wid, hgt, dll, nchannel, cmask);
492 mlib_ImageXor80_aa(adr_dst, wid*nchannel, hgt, dll);
511 mlib_s32 wid, hgt, sl variable
1109 mlib_s32 wid, hgt, sll, dll; variable
1634 mlib_s32 wid, hgt, sll, dll; local
1883 mlib_s32 wid, hgt, sll, dll; variable
2344 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_16nw.c154 mlib_s32 wid, hgt, sll, dll; \
193 hgt = mlib_ImageGetHeight(src); \
286 hgt -= (KSIZE - 1);
309 for (j = 0; j < hgt; j++) {
444 mlib_ImageXor80(adr_dst, wid, hgt, dll, nchannel, cmask);
446 mlib_ImageXor80_aa(adr_dst, wid*nchannel, hgt, dll);
469 mlib_s32 wid, hgt, sll, dll; variable
497 hgt -= (KSIZE - 1);
507 for (j = 0; j < hgt; j++) {
616 hgt
1020 mlib_s32 wid, hgt, sll, dll; variable
2065 mlib_s32 wid, hgt, sll, dll; local
[all...]
H A Dmlib_ImageConv_8ext.c186 mlib_s32 wid, hgt, sll, dll; \
225 hgt = mlib_ImageGetHeight(src); \
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
323 if ((hgt - dy_b) > 0) sl2 = sl1 + sll;
347 if ((hgt - dy_b) > 1) sl = sl2 + sll;
350 for (j = 0; j < hgt; j++) {
473 if (j < hgt - dy_b - 2) sl += sll;
490 mlib_ImageXor80(adr_dst, wid, hgt, dll, nchannel, cmask);
492 mlib_ImageXor80_aa(adr_dst, wid*nchannel, hgt, dll);
511 mlib_s32 wid, hgt, sl variable
1109 mlib_s32 wid, hgt, sll, dll; variable
1634 mlib_s32 wid, hgt, sll, dll; local
1883 mlib_s32 wid, hgt, sll, dll; variable
2344 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_8nw.c155 mlib_s32 wid, hgt, sll, dll; \
194 hgt = mlib_ImageGetHeight(src); \
287 hgt -= (KSIZE - 1);
310 for (j = 0; j < hgt; j++) {
445 mlib_ImageXor80(adr_dst, wid, hgt, dll, nchannel, cmask);
447 mlib_ImageXor80_aa(adr_dst, wid*nchannel, hgt, dll);
470 mlib_s32 wid, hgt, sll, dll; variable
498 hgt -= (KSIZE - 1);
508 for (j = 0; j < hgt; j++) {
617 hgt
1021 mlib_s32 wid, hgt, sll, dll; variable
2066 mlib_s32 wid, hgt, sll, dll; local
[all...]
H A Dmlib_ImageConv_u16ext.c186 mlib_s32 wid, hgt, sll, dll; \
225 hgt = mlib_ImageGetHeight(src); \
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
323 if ((hgt - dy_b) > 0) sl2 = sl1 + sll;
347 if ((hgt - dy_b) > 1) sl = sl2 + sll;
350 for (j = 0; j < hgt; j++) {
473 if (j < hgt - dy_b - 2) sl += sll;
490 mlib_ImageXor80(adr_dst, wid, hgt, dll, nchannel, cmask);
492 mlib_ImageXor80_aa(adr_dst, wid*nchannel, hgt, dll);
511 mlib_s32 wid, hgt, sl variable
1109 mlib_s32 wid, hgt, sll, dll; variable
1634 mlib_s32 wid, hgt, sll, dll; local
1883 mlib_s32 wid, hgt, sll, dll; variable
2344 mlib_s32 wid, hgt, sll, dll; variable
[all...]
H A Dmlib_ImageConv_u16nw.c154 mlib_s32 wid, hgt, sll, dll; \
193 hgt = mlib_ImageGetHeight(src); \
286 hgt -= (KSIZE - 1);
309 for (j = 0; j < hgt; j++) {
444 mlib_ImageXor80(adr_dst, wid, hgt, dll, nchannel, cmask);
446 mlib_ImageXor80_aa(adr_dst, wid*nchannel, hgt, dll);
469 mlib_s32 wid, hgt, sll, dll; variable
497 hgt -= (KSIZE - 1);
507 for (j = 0; j < hgt; j++) {
616 hgt
1020 mlib_s32 wid, hgt, sll, dll; variable
2065 mlib_s32 wid, hgt, sll, dll; local
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java2174 int x, int y, int wid, int hgt) {
2182 ury = lly+hgt;
2187 p.setSize((double)wid, (double)hgt);
2188 p.setImageableArea(0.0,0.0, (double)wid, (double)hgt);
2172 EPSPrinter(Printable printable, String title, PrintStream stream, int x, int y, int wid, int hgt) argument

Completed in 82 milliseconds