Home
last modified time | relevance | path

Searched refs:image_height (Results 1 – 25 of 3352) sorted by relevance

12345678910>>...135

/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Draster.c107 symbol->bitmap_height = image_height; in save_raster_image_to_file()
111 symbol->bitmap_width = image_height; in save_raster_image_to_file()
214 png_ypos = image_height - ypos - ylen; in draw_bar()
300 if (yposn + max_y >= image_height) { in draw_letter()
323 if (yposn + max_y >= image_height) { in draw_letter()
363 if (yposn + max_y >= image_height) { in draw_letter()
484 int image_height, image_width; in plot_raster_maxicode() local
548 draw_bar(pixelbuf, 0, symbol->border_width * 2, 0, image_height, image_width, image_height); in plot_raster_maxicode()
616 scale_height = (image_height * scaler) + 1; in plot_raster_dotty()
804 default_text_posn = image_height - 17; in plot_raster_default()
[all …]
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/html/examples/
H A Dtextures-split-go.c7 gfloat image_width, image_height; member
20 "y", -context->image_height, in go_away()
25 "y", -context->image_height, in go_away()
30 "y", +context->image_height, in go_away()
35 "y", +context->image_height, in go_away()
79 gint image_height, in setup_sub() argument
111 gfloat image_width, image_height, stage_width, stage_height; in main() local
134 clutter_actor_get_size (image, &image_width, &image_height); in main()
145 0.f, image_height / 2, in main()
148 image_width / 2, image_height / 2, in main()
[all …]
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/examples/
H A Dtextures-split-go.c7 gfloat image_width, image_height; member
20 "y", -context->image_height, in go_away()
25 "y", -context->image_height, in go_away()
30 "y", +context->image_height, in go_away()
35 "y", +context->image_height, in go_away()
79 gint image_height, in setup_sub() argument
111 gfloat image_width, image_height, stage_width, stage_height; in main() local
134 clutter_actor_get_size (image, &image_width, &image_height); in main()
145 0.f, image_height / 2, in main()
148 image_width / 2, image_height / 2, in main()
[all …]
/dports/games/julius/julius-1.7.0/src/graphics/
H A Dfont.c6 static int image_y_offset_none(uint8_t c, int image_height, int line_height);
7 static int image_y_offset_default(uint8_t c, int image_height, int line_height);
8 static int image_y_offset_eastern(uint8_t c, int image_height, int line_height);
16 static int image_y_offset_korean(uint8_t c, int image_height, int line_height);
168 int offset = image_height - line_height; in image_y_offset_none()
177 int offset = image_height - line_height; in image_y_offset_default()
189 int offset = image_height - line_height; in image_y_offset_eastern()
356 return image_height - line_height; in image_y_offset_chinese()
372 if (image_height == 12) { in image_y_offset_korean()
374 } else if (image_height == 15) { in image_y_offset_korean()
[all …]
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dfont.c6 static int image_y_offset_none(uint8_t c, int image_height, int line_height);
7 static int image_y_offset_default(uint8_t c, int image_height, int line_height);
8 static int image_y_offset_eastern(uint8_t c, int image_height, int line_height);
16 static int image_y_offset_korean(uint8_t c, int image_height, int line_height);
168 int offset = image_height - line_height; in image_y_offset_none()
177 int offset = image_height - line_height; in image_y_offset_default()
189 int offset = image_height - line_height; in image_y_offset_eastern()
356 return image_height - line_height; in image_y_offset_chinese()
372 if (image_height == 12) { in image_y_offset_korean()
374 } else if (image_height == 15) { in image_y_offset_korean()
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dpsnr.c315 format->image_width, format->image_height); in gavl_video_frame_psnr()
324 format->image_width, format->image_height); in gavl_video_frame_psnr()
329 format->image_width, format->image_height, 1); in gavl_video_frame_psnr()
334 format->image_width, format->image_height, 2); in gavl_video_frame_psnr()
337 format->image_width, format->image_height, 2); in gavl_video_frame_psnr()
347 format->image_width, format->image_height, 2); in gavl_video_frame_psnr()
350 format->image_width, format->image_height, 2); in gavl_video_frame_psnr()
383 format->image_width, format->image_height, 2); in gavl_video_frame_psnr()
386 format->image_width, format->image_height, 2); in gavl_video_frame_psnr()
402 format->image_width, format->image_height, 3); in gavl_video_frame_psnr()
[all …]
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Draster.c168 symbol->bitmap_height = image_height; in save_raster_image_to_file()
172 symbol->bitmap_width = image_height; in save_raster_image_to_file()
191 for (column = 0; column < image_height; column++) { in save_raster_image_to_file()
198 for (row = 0; row < image_height; row++) { in save_raster_image_to_file()
276 png_ypos = image_height - ypos - ylen; in draw_bar()
365 if (yposn + max_y > image_height) { in draw_letter()
366 max_y = image_height - yposn; in draw_letter()
648 int image_height, image_width; in plot_raster_maxicode() local
926 int image_width, image_height; in plot_raster_default() local
1067 image_height, DEFAULT_INK); in plot_raster_default()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/restoration/
H A Dunwrap_2d_ljmu.c171 for (i = 0; i < image_height; i++) { in initialisePIXELs()
231 for (i = 1; i < image_height - 1; ++i) { in extend_mask()
253 for (i = 1; i < image_height - 1; ++i) { in extend_mask()
270 for (i = 1; i < image_height - 1; ++i) { in extend_mask()
332 for (i = 1; i < image_height - 1; ++i) { in calculate_reliability()
356 for (i = 1; i < image_height - 1; ++i) { in calculate_reliability()
444 for (i = 0; i < image_height; i++) { in horizontalEDGEs()
464 for (i = 0; i < image_height; i++) { in horizontalEDGEs()
492 for (i = 0; i < image_height - 1; i++) { in verticalEDGEs()
646 int image_height) { in maskImage() argument
[all …]
/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daaresize.c22 unsigned long *image_height, in RESIZE() argument
98 *image_height = new_height; in RESIZE()
108 unsigned long *image_height, in ROTATE90() argument
117 new_height = *image_height; in ROTATE90()
158 *image_height = new_width; in ROTATE90()
168 unsigned long *image_height, in ROTATE180() argument
176 new_height = *image_height; in ROTATE180()
247 new_height = *image_height; in ROTATE270()
288 *image_height = new_width; in ROTATE270()
306 new_height = *image_height; in FLIPX()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dcnn_test.cc136 int image_height = 16; in TEST_F() local
335 int image_height = 8; in TEST_F() local
442 int image_height = 24; in TEST_F() local
509 int image_height = 8; in TEST_F() local
564 int image_height = 7; in TEST_F() local
975 image_height = 11; in TEST_F()
984 int image_height = 8; in TEST_F() local
1082 int image_height = 4; in TEST_F() local
1258 int image_height = 4; in TEST_F() local
1436 int image_height = 4; in TEST_F() local
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/scaler/
H A Dscaler.c61 int image_width, int image_height );
64 int image_width, int image_height );
66 int image_width, int image_height );
68 int image_width, int image_height );
70 int image_width, int image_height );
72 int image_width, int image_height );
228 if ( *h > image_height - *y ) *h = image_height - *y; in clip()
236 clip( x, y, w, h, image_width, image_height ); in expand_1()
244 clip( x, y, w, h, image_width, image_height ); in expand_sai()
254 clip( x, y, w, h, image_width, image_height ); in expand_pal1()
[all …]
/dports/emulators/fuse/fuse-1.6.0/ui/scaler/
H A Dscaler.c60 int image_width, int image_height );
63 int image_width, int image_height );
65 int image_width, int image_height );
67 int image_width, int image_height );
69 int image_width, int image_height );
71 int image_width, int image_height );
237 if ( *h > image_height - *y ) *h = image_height - *y; in clip()
245 clip( x, y, w, h, image_width, image_height ); in expand_1()
253 clip( x, y, w, h, image_width, image_height ); in expand_sai()
263 clip( x, y, w, h, image_width, image_height ); in expand_pal1()
[all …]
/dports/multimedia/aom/aom-3.2.0/test/
H A Dcnn_test.cc144 int image_height = 16; in TEST_F() local
343 int image_height = 8; in TEST_F() local
450 int image_height = 24; in TEST_F() local
517 int image_height = 8; in TEST_F() local
572 int image_height = 7; in TEST_F() local
983 image_height = 11; in TEST_F()
992 int image_height = 8; in TEST_F() local
1090 int image_height = 4; in TEST_F() local
1266 int image_height = 4; in TEST_F() local
1444 int image_height = 4; in TEST_F() local
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djcinit.c49 cinfo->jpeg_height = cinfo->image_height * cinfo->block_size; in jpeg_calc_jpeg_dimensions()
57 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 2L); in jpeg_calc_jpeg_dimensions()
65 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 3L); in jpeg_calc_jpeg_dimensions()
73 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 4L); in jpeg_calc_jpeg_dimensions()
81 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 5L); in jpeg_calc_jpeg_dimensions()
89 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 6L); in jpeg_calc_jpeg_dimensions()
97 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 7L); in jpeg_calc_jpeg_dimensions()
105 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 8L); in jpeg_calc_jpeg_dimensions()
113 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 9L); in jpeg_calc_jpeg_dimensions()
178 cinfo->jpeg_height = cinfo->image_height; in jpeg_calc_jpeg_dimensions()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/jpg/lib/
H A Djcinit.c49 cinfo->jpeg_height = cinfo->image_height * cinfo->block_size; in jpeg_calc_jpeg_dimensions()
57 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 2L); in jpeg_calc_jpeg_dimensions()
65 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 3L); in jpeg_calc_jpeg_dimensions()
73 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 4L); in jpeg_calc_jpeg_dimensions()
81 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 5L); in jpeg_calc_jpeg_dimensions()
89 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 6L); in jpeg_calc_jpeg_dimensions()
97 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 7L); in jpeg_calc_jpeg_dimensions()
105 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 8L); in jpeg_calc_jpeg_dimensions()
113 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 9L); in jpeg_calc_jpeg_dimensions()
178 cinfo->jpeg_height = cinfo->image_height; in jpeg_calc_jpeg_dimensions()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/jpeg/
H A Djcinit.c49 cinfo->jpeg_height = cinfo->image_height * cinfo->block_size; in jpeg_calc_jpeg_dimensions()
57 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 2L); in jpeg_calc_jpeg_dimensions()
65 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 3L); in jpeg_calc_jpeg_dimensions()
73 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 4L); in jpeg_calc_jpeg_dimensions()
81 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 5L); in jpeg_calc_jpeg_dimensions()
89 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 6L); in jpeg_calc_jpeg_dimensions()
97 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 7L); in jpeg_calc_jpeg_dimensions()
105 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 8L); in jpeg_calc_jpeg_dimensions()
113 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 9L); in jpeg_calc_jpeg_dimensions()
178 cinfo->jpeg_height = cinfo->image_height; in jpeg_calc_jpeg_dimensions()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjpeg/
H A Djcinit.c49 cinfo->jpeg_height = cinfo->image_height * cinfo->block_size; in jpeg_calc_jpeg_dimensions()
57 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 2L); in jpeg_calc_jpeg_dimensions()
65 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 3L); in jpeg_calc_jpeg_dimensions()
73 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 4L); in jpeg_calc_jpeg_dimensions()
81 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 5L); in jpeg_calc_jpeg_dimensions()
89 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 6L); in jpeg_calc_jpeg_dimensions()
97 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 7L); in jpeg_calc_jpeg_dimensions()
105 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 8L); in jpeg_calc_jpeg_dimensions()
113 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 9L); in jpeg_calc_jpeg_dimensions()
178 cinfo->jpeg_height = cinfo->image_height; in jpeg_calc_jpeg_dimensions()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrenderbackground.c84 double image_width, image_height; in gtk_theming_background_snapshot_layer() local
115 &image_height); in gtk_theming_background_snapshot_layer()
117 if (image_width <= 0 || image_height <= 0) in gtk_theming_background_snapshot_layer()
126 if (image_height == height) in gtk_theming_background_snapshot_layer()
180 image_height *= width / (image_width * n); in gtk_theming_background_snapshot_layer()
185 double n = round (height / image_height); in gtk_theming_background_snapshot_layer()
191 image_width *= height / (image_height * n); in gtk_theming_background_snapshot_layer()
192 image_height = height / n; in gtk_theming_background_snapshot_layer()
207 double n = floor (height / image_height); in gtk_theming_background_snapshot_layer()
211 repeat_height = round (image_height); in gtk_theming_background_snapshot_layer()
[all …]
/dports/chinese/phpbb3-tw/phpBB3/install/schemas/
H A Dschema_data.sql439 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
440 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
441 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
444 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
447 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
448 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
454 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
460 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
476 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
484 INSERT INTO phpbb_styles_imageset_data (image_name, image_filename, image_lang, image_height, image…
[all …]
/dports/graphics/py-sorl-thumbnail/sorl-thumbnail-12.6.3/sorl/thumbnail/engines/
H A Dpil_engine.py155 def _remove_border(self, image, image_width, image_height): argument
167 while offset[border] < image_height / 3.5:
179 slice_size = min(image_height / 20, 10)
188 image_height - offset['bottom']))
196 while image_width / image_height > geometry_ratio:
201 left = image.crop((0, 0, slice_width, image_height))
206 image = image.crop((0, 0, image_height - slice_width, image_height))
211 while image_width / image_height < geometry_ratio:
213 slice_height = min(image_height - geometry_height, 10)
215 bottom = image.crop((0, image_height - slice_height, image_width, image_height))
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dstretch.cpp83 for (int j = 0, jout = 0; j < image_height; j += sampling, jout++) in stretchOneChannel()
216 image_height, image_width, sampling); in stretchChannels()
219 image_height, image_width, sampling); in stretchChannels()
314 image_height = height; in Stretch()
382 int offset = channel * image_width * image_height; in computeParams()
391 image_height, image_width); in computeParams()
398 image_height, image_width); in computeParams()
405 image_height, image_width); in computeParams()
412 image_height, image_width); in computeParams()
419 image_height, image_width); in computeParams()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Dstretch.cpp86 for (int j = 0, jout = 0; j < image_height; j+=sampling, jout++) in stretchOneChannel()
219 image_height, image_width, sampling); in stretchChannels()
222 image_height, image_width, sampling); in stretchChannels()
314 image_height = height; in Stretch()
382 int offset = channel * image_width * image_height; in computeParams()
391 image_height, image_width); in computeParams()
398 image_height, image_width); in computeParams()
405 image_height, image_width); in computeParams()
412 image_height, image_width); in computeParams()
419 image_height, image_width); in computeParams()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Captcha/classes/
H A Dclass.ilSecurImage.php38 protected $image_height = 0; variable in ilSecurImage
116 * @param int $image_height
119 public function setImageHeight($image_height) argument
121 if (!is_numeric($image_height) || $image_height > self::MAX_CAPTCHA_IMG_HEIGHT) {
124 $this->image_height = $image_height;
132 return $this->image_height;
/dports/www/ilias6/ILIAS-6.14/Services/Captcha/classes/
H A Dclass.ilSecurImage.php38 protected $image_height = 0; variable in ilSecurImage
116 * @param int $image_height
119 public function setImageHeight($image_height) argument
121 if (!is_numeric($image_height) || $image_height > self::MAX_CAPTCHA_IMG_HEIGHT) {
124 $this->image_height = $image_height;
132 return $this->image_height;
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/
H A Dimage_operations.py66 image_width, image_height = willow.get_size()
110 fp_y = image_height / 2
113 fp_v = fp_y / image_height
154 image_width, image_height = willow.get_size()
157 vert_scale = self.height / image_height
197 image_width, image_height = willow.get_size()
206 height = int(image_height * scale)
209 if image_height <= self.size:
212 scale = self.size / image_height
233 image_width, image_height = willow.get_size()
[all …]

12345678910>>...135