Home
last modified time | relevance | path

Searched refs:MAX_IMAGE_WIDTH (Results 1 – 11 of 11) sorted by relevance

/dports/print/gutenprint/gutenprint-5.3.3/test/
H A Dtestdither.c36 #define MAX_IMAGE_WIDTH 5760 /* 8in * 720dpi */ macro
38 #define BUFFER_SIZE MAX_IMAGE_WIDTH
64 int dimage_width = MAX_IMAGE_WIDTH;
66 unsigned short white_line[MAX_IMAGE_WIDTH * 6],
67 black_line[MAX_IMAGE_WIDTH * 6],
68 color_line[MAX_IMAGE_WIDTH * 6],
69 random_line[MAX_IMAGE_WIDTH * 6];
183 unsigned short rgb[MAX_IMAGE_WIDTH * 6], /* RGB buffer */ in run_one_testdither()
184 gray[MAX_IMAGE_WIDTH]; /* Grayscale buffer */ in run_one_testdither()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/test/
H A Dtestdither.c36 #define MAX_IMAGE_WIDTH 5760 /* 8in * 720dpi */ macro
38 #define BUFFER_SIZE MAX_IMAGE_WIDTH
64 int dimage_width = MAX_IMAGE_WIDTH;
66 unsigned short white_line[MAX_IMAGE_WIDTH * 6],
67 black_line[MAX_IMAGE_WIDTH * 6],
68 color_line[MAX_IMAGE_WIDTH * 6],
69 random_line[MAX_IMAGE_WIDTH * 6];
183 unsigned short rgb[MAX_IMAGE_WIDTH * 6], /* RGB buffer */ in run_one_testdither()
184 gray[MAX_IMAGE_WIDTH]; /* Grayscale buffer */ in run_one_testdither()
/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dterminal-image-loader.c29 #define MAX_IMAGE_WIDTH 7680 macro
149 else if (width <= MAX_IMAGE_WIDTH && height <= MAX_IMAGE_HEIGHT) in terminal_image_loader_check()
153 MAX_IMAGE_WIDTH, MAX_IMAGE_WIDTH, in terminal_image_loader_check()
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dpng.c203 #define MAX_IMAGE_WIDTH 1024 macro
237 static int xrow[BPP * MAX_IMAGE_WIDTH], yrow[BPP*MAX_IMAGE_HEIGHT]; in rescale_rgba_data()
249 if (*width > MAX_IMAGE_WIDTH || new_width > MAX_IMAGE_WIDTH in rescale_rgba_data()
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dheif_limits.h37 static const int MAX_IMAGE_WIDTH = 32768; variable
H A Dheif_decoder_dav1d.cc94 decoder->settings.frame_size_limit = MAX_IMAGE_WIDTH * MAX_IMAGE_HEIGHT; in dav1d_new_decoder()
H A Dheif_context.cc393 m_maximum_image_width_limit = MAX_IMAGE_WIDTH; in HeifContext()
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libheif/
H A Dheif_limits.h37 static const int MAX_IMAGE_WIDTH = 32768; variable
H A Dheif_context.cc324 m_maximum_image_width_limit = MAX_IMAGE_WIDTH; in HeifContext()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincore_freetype_inc.h39 enum CONST { MAX_IMAGE_WIDTH = 640, MAX_IMAGE_HEIGHT = 480 }; enumerator
179 if ( charW > MAX_IMAGE_WIDTH || charH > MAX_IMAGE_HEIGHT ) { return 0; } in Alloc()
211 if ( w > MAX_IMAGE_WIDTH ) { w = MAX_IMAGE_WIDTH; } in Alloc()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website/controllers/
H A Dmain.py31 MAX_IMAGE_WIDTH, MAX_IMAGE_HEIGHT = IMAGE_LIMITS = (1024, 768) variable