Home
last modified time | relevance | path

Searched refs:to_height (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dtransform.h369 int to_width, int to_height,
375 int to_width, int to_height,
380 int to_width, int to_height, ARGB32 tint,
393 int to_width, int to_height,
399 int to_height,
405 int to_height,
421 int to_width, int to_height,
533 int to_height,
544 int to_height,
H A Dtransform.c656 if( *to_height == 0 ) in check_scale_parameters()
657 *to_height = src_height ; in check_scale_parameters()
658 else if( *to_height < 2 ) in check_scale_parameters()
659 *to_height = 2 ; in check_scale_parameters()
1038 int to_height, in tile_asimage() argument
1548 int to_height, in flip_asimage() argument
1617 pos -= to_height ; in flip_asimage()
1632 pos += to_height ; in flip_asimage()
1664 int to_height, in mirror_asimage() argument
1724 int to_height, in pad_asimage() argument
[all …]
H A Dbmp.c104 unsigned int to_height, in ASImage2DIB() argument
111 int y, max_y = to_height; in ASImage2DIB()
119 …= %d, offset_y = %d, to_width = %d, to_height = %d", im, offset_x, offset_y, to_width, to_height ); in ASImage2DIB()
126 if( to_height > im->height ) in ASImage2DIB()
135 bmp_info->bmiHeader.biHeight = to_height ; in ASImage2DIB()
145 bits = (CARD8 *)safemalloc(line_size * to_height); in ASImage2DIB()
146 curr = bits + line_size * to_height ; in ASImage2DIB()
177 while( y + offset < (int)to_height ) in ASImage2DIB()
199 unsigned int to_height, in ASImage2DBI() argument
202 return ASImage2DIB(asv, im, offset_x, offset_y, to_width, to_height, pBits, mask ); in ASImage2DBI()
H A Dbmp.h64 unsigned int to_height,
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dtransform.h369 int to_width, int to_height,
375 int to_width, int to_height,
380 int to_width, int to_height, ARGB32 tint,
393 int to_width, int to_height,
399 int to_height,
405 int to_height,
421 int to_width, int to_height,
533 int to_height,
544 int to_height,
H A Dbmp.c98 unsigned int to_height, in ASImage2DIB() argument
105 int y, max_y = to_height; in ASImage2DIB()
113 …= %d, offset_y = %d, to_width = %d, to_height = %d", im, offset_x, offset_y, to_width, to_height ); in ASImage2DIB()
120 if( to_height > im->height ) in ASImage2DIB()
129 bmp_info->bmiHeader.biHeight = to_height ; in ASImage2DIB()
139 bits = (CARD8 *)safemalloc(line_size * to_height); in ASImage2DIB()
140 curr = bits + line_size * to_height ; in ASImage2DIB()
171 while( y + offset < (int)to_height ) in ASImage2DIB()
193 unsigned int to_height, in ASImage2DBI() argument
196 return ASImage2DIB(asv, im, offset_x, offset_y, to_width, to_height, pBits, mask ); in ASImage2DBI()
H A Dtransform.c656 if( *to_height == 0 ) in check_scale_parameters()
657 *to_height = src_height ; in check_scale_parameters()
658 else if( *to_height < 2 ) in check_scale_parameters()
659 *to_height = 2 ; in check_scale_parameters()
1038 int to_height, in tile_asimage() argument
1548 int to_height, in flip_asimage() argument
1617 pos -= to_height ; in flip_asimage()
1632 pos += to_height ; in flip_asimage()
1664 int to_height, in mirror_asimage() argument
1724 int to_height, in pad_asimage() argument
[all …]
H A Dbmp.h64 unsigned int to_height,
/dports/graphics/libafterimage/libAfterImage-1.20/apps/
H A Dasscale.c43 unsigned int to_width, to_height ; in main() local
64 &to_width, &to_height ); in main()
107 to_height = im->height*2; in main()
109 get_application_name(), image_file, to_width, to_height, in main()
111 (double)to_height/(double)(im->height) ); in main()
129 to_width, to_height, 1, 0, NULL, in main()
142 to_width, to_height, in main()
149 to_width, to_height, slice_scale, in main()
168 scaled_im = scale_asimage(asv, im, to_width, to_height, in main()
H A Dasgrad.c66 unsigned int to_width, to_height ; in main() local
87 &to_width, &to_height ); in main()
143 to_height = DisplayHeight(dpy, screen)*2/3 ; in main()
148 to_height = 500 ; in main()
152 to_width, to_height ); in main()
157 grad_im = make_gradient( asv, &grad, to_width, to_height, in main()
171 to_width, to_height, 1, 0, NULL, in main()
H A Dasmerge.c64 int to_width = 1, to_height = 1; in main() local
149 to_height = height ; in main()
176 to_width, to_height, in main()
193 to_width, to_height, in main()
H A Dasvector.c60 unsigned int to_width= 200, to_height = 200; in main() local
105 vect_im = scale_asimage(asv, temp_im, to_width, to_height, in main()
115 to_width, to_height, 1, 0, in main()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/apps/
H A Dasscale.c43 unsigned int to_width, to_height ; in main() local
64 &to_width, &to_height ); in main()
107 to_height = im->height*2; in main()
109 get_application_name(), image_file, to_width, to_height, in main()
111 (double)to_height/(double)(im->height) ); in main()
129 to_width, to_height, 1, 0, NULL, in main()
142 to_width, to_height, in main()
149 to_width, to_height, slice_scale, in main()
168 scaled_im = scale_asimage(asv, im, to_width, to_height, in main()
H A Dasgrad.c66 unsigned int to_width, to_height ; in main() local
87 &to_width, &to_height ); in main()
143 to_height = DisplayHeight(dpy, screen)*2/3 ; in main()
148 to_height = 500 ; in main()
152 to_width, to_height ); in main()
157 grad_im = make_gradient( asv, &grad, to_width, to_height, in main()
171 to_width, to_height, 1, 0, NULL, in main()
H A Dasmerge.c64 int to_width = 1, to_height = 1; in main() local
149 to_height = height ; in main()
176 to_width, to_height, in main()
193 to_width, to_height, in main()
H A Dasvector.c60 unsigned int to_width= 200, to_height = 200; in main() local
105 vect_im = scale_asimage(asv, temp_im, to_width, to_height, in main()
115 to_width, to_height, 1, 0, in main()
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dhdf8to24.c32 int32 from_height, int32 to_width, int32 to_height);
70 int32 from_height, int32 to_width, int32 to_height) in magnify() argument
86 if (to_width == 0 || to_height == 0) /* check for bad image dimensions */ in magnify()
103 y_coor = (uint8 **) HDmalloc((int32) ((size_t)to_height * sizeof(uint8 *))); in magnify()
105 temp_val = wind_height / (float64) to_height; in magnify()
106 for (u = 0; u < to_height; u++) /* calculate the y coordinates */ in magnify()
113 for (u = 0; u < to_height; u++) in magnify()
/dports/lang/seed7/seed7/src/
H A Ddrw_win.c108 #define to_height(win) (((const_win_winType) win)->height) macro
458 } else if (to_width(actual_window) == 0 && to_height(actual_window) == 0) { in drwPointerXpos()
494 } else if (to_width(actual_window) == 0 && to_height(actual_window) == 0) { in drwPointerYpos()
1124 for (yPos = 0; yPos < to_height(source_window); yPos++) { in drwGetImage()
1161 height = to_height(actual_window); in drwHeight()
1516 if (to_width(parent_window) == 0 && to_height(parent_window) == 0) { in drwOpenSubWindow()
1842 (int) to_width(pixmap), (int) to_height(pixmap), SRCCOPY); in drwPutScaled()
1847 (int) to_width(pixmap), (int) to_height(pixmap), SRCCOPY); in drwPutScaled()
2021 (int) to_width(pixmap), (int) to_height(pixmap), in drwSetContent()
2025 (int) to_width(pixmap), (int) to_height(pixmap), in drwSetContent()
[all …]
H A Ddrw_x11.c122 #define to_height(win) (((const_x11_winType) win)->height) macro
1350 0, 0, to_width(source_window), to_height(source_window), in drwGetImage()
1354 0, 0, to_width(source_window), to_height(source_window), in drwGetImage()
1371 for (yPos = 0; yPos < to_height(source_window); yPos++) { in drwGetImage()
1430 height = to_height(actual_window); in drwHeight()
2134 double yScale = (double) to_height(pixmap) / (double) height; in drwPutScaled()
2564 mygc, 0, 0, to_width(pixmap), to_height(pixmap), 0, 0); in drwSetContent()
2567 mygc, 0, 0, to_width(pixmap), to_height(pixmap), 0, 0); in drwSetContent()
2615 to_window(pixmap), to_width(pixmap), to_height(pixmap), 1); in drwSetTransparentColor()
2633 0, 0, to_width(pixmap), to_height(pixmap), 0, 0, plane_mask); in drwSetTransparentColor()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_upgradewallet.py86 to_height = node_from.getblockcount()
88 for i in range(height, to_height+1):
91 assert_equal(v16_3_node.getblockcount(), to_height)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_upgradewallet.py86 to_height = node_from.getblockcount()
88 for i in range(height, to_height+1):
91 assert_equal(v16_3_node.getblockcount(), to_height)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_upgradewallet.py86 to_height = node_from.getblockcount()
88 for i in range(height, to_height+1):
91 assert_equal(v16_3_node.getblockcount(), to_height)
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dwallet_upgradewallet.py87 to_height = node_from.getblockcount()
89 for i in range(height, to_height+1):
92 assert_equal(v16_3_node.getblockcount(), to_height)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dwallet_upgradewallet.py87 to_height = node_from.getblockcount()
89 for i in range(height, to_height+1):
92 assert_equal(v16_3_node.getblockcount(), to_height)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dwallet_upgradewallet.py87 to_height = node_from.getblockcount()
89 for i in range(height, to_height+1):
92 assert_equal(v16_3_node.getblockcount(), to_height)

12