Home
last modified time | relevance | path

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

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dfill.h70 #ifndef FILL_MAX
71 #define FILL_MAX 1 macro
H A Dfill.c329 if (fill_mode==FILL_MAX) { in fill_area_with_mode()
430 …buf, hf->select_buf, hf->max_x, hf->max_y, filling_value, height, x, y, FILL_MAX, pen->select_mode… in select_for_fill()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dtroff.cc209 #define FILL_MAX 1000 macro
481 printf("\\D'f %du'\\h'%du'\n.sp -1\n", int(f*FILL_MAX), -int(f*FILL_MAX)); in set_fill()
/dports/japanese/groff/groff-1.18.1.1/src/devices/grops/
H A Dps.cc55 #define FILL_MAX 1000 macro
73 return 1 - fill/double(FILL_MAX); in transform_fill()
/dports/databases/redis5/redis-5.0.14/src/
H A Dquicklist.c122 #define FILL_MAX (1 << 15) macro
124 if (fill > FILL_MAX) { in quicklistSetFill()
125 fill = FILL_MAX; in quicklistSetFill()
/dports/databases/redis6/redis-6.0.16/src/
H A Dquicklist.c129 #define FILL_MAX ((1 << (QL_FILL_BITS-1))-1) macro
131 if (fill > FILL_MAX) { in quicklistSetFill()
132 fill = FILL_MAX; in quicklistSetFill()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dquicklist.c148 #define FILL_MAX ((1 << (QL_FILL_BITS-1))-1) macro
150 if (fill > FILL_MAX) { in quicklistSetFill()
151 fill = FILL_MAX; in quicklistSetFill()
/dports/textproc/groff/groff-1.22.4/src/devices/grops/
H A Dps.cpp66 #define FILL_MAX 1000 macro
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/sysutils/graffer/graffer-1.1/
H A Dgd.c1893 #define FILL_MAX 1200000 macro
1895 if (sp<stack+FILL_MAX*10 && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd.c1904 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
1906 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd.c2426 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
2428 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd.c2426 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
2428 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd.c2426 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
2428 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/devel/doxygen/doxygen-1.9.3/libmscgen/
H A Dgd.c2406 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
2408 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd.c2426 #define FILL_MAX ((int)(im->sy*im->sx)/4) macro
2428 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
/dports/textproc/groff/groff-1.22.4/
H A DChangeLog.1181837 * src/devices/grodvi/dvi.cc (FILL_MAX): Removed.
H A DChangeLog.1194404 (FILL_MAX): Removed.
/dports/japanese/groff/groff-1.18.1.1/
H A DChangeLog1834 * src/devices/grodvi/dvi.cc (FILL_MAX): Removed.