Home
last modified time | relevance | path

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

1234567

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dslidescreen.c37 int draw_last; member
228 st->draw_last = -1; in draw_grid()
357 if (st->draw_last == -1) st->draw_last = random () % 2; in slidescreen_draw()
361 if (st->draw_last == VERTICAL) { in slidescreen_draw()
369 st->draw_last = HORIZONTAL; in slidescreen_draw()
378 st->draw_last = VERTICAL; in slidescreen_draw()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dctl_vumeter.cpp267 float draw_last = 0.f; in calf_vumeter_expose() local
286 draw_last = log10(1 + vu->last_value * 9); in calf_vumeter_expose()
289 int hold_x = round((draw_last) * (led_w + led_m)); // add last led_m removed earlier in calf_vumeter_expose()
320 draw_last = log10(1 + vu->last_value * 9); in calf_vumeter_expose()
322 int hold_x = round((1 - draw_last) * (led_w + led_m)); // add last led_m removed earlier in calf_vumeter_expose()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfi.c435 pdf_image_end_image_data(gx_image_enum_common_t * info, bool draw_last, in pdf_image_end_image_data() argument
470 pdf_image_end_image(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image() argument
472 return pdf_image_end_image_data(info, draw_last, true); in pdf_image_end_image()
496 pdf_image_end_image_object(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object() argument
498 return pdf_image_end_image_data(info, draw_last, false); in pdf_image_end_image_object()
H A Dgximage.c141 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
211 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
213 return info->procs->end_image(info, draw_last); in gx_image_end()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfi.c435 pdf_image_end_image_data(gx_image_enum_common_t * info, bool draw_last, in pdf_image_end_image_data() argument
470 pdf_image_end_image(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image() argument
472 return pdf_image_end_image_data(info, draw_last, true); in pdf_image_end_image()
496 pdf_image_end_image_object(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object() argument
498 return pdf_image_end_image_data(info, draw_last, false); in pdf_image_end_image_object()
H A Dgximage.c141 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
211 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
213 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h163 int proc(P2(gx_image_enum_common_t *info, bool draw_last))
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfi.c1068 pdf_image_end_image_data(gx_image_enum_common_t * info, bool draw_last, in pdf_image_end_image_data() argument
1118 pdf_image_end_image(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image() argument
1120 return pdf_image_end_image_data(info, draw_last, USE_AS_IMAGE); in pdf_image_end_image()
1125 pdf_image_end_image_cvd(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_cvd() argument
1128 int code1 = gx_image1_end_image(info, draw_last); in pdf_image_end_image_cvd()
1157 pdf_image_end_image_object(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object() argument
1159 return pdf_image_end_image_data(info, draw_last, USE_AS_MASK); in pdf_image_end_image_object()
1163 pdf_image_end_image_object2(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object2() argument
1165 return pdf_image_end_image_data(info, draw_last, USE_AS_PATTERN); in pdf_image_end_image_object2()
H A Dgximage.c137 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
207 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
209 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h158 int proc(gx_image_enum_common_t *info, bool draw_last)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfi.c1068 pdf_image_end_image_data(gx_image_enum_common_t * info, bool draw_last, in pdf_image_end_image_data() argument
1118 pdf_image_end_image(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image() argument
1120 return pdf_image_end_image_data(info, draw_last, USE_AS_IMAGE); in pdf_image_end_image()
1125 pdf_image_end_image_cvd(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_cvd() argument
1128 int code1 = gx_image1_end_image(info, draw_last); in pdf_image_end_image_cvd()
1157 pdf_image_end_image_object(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object() argument
1159 return pdf_image_end_image_data(info, draw_last, USE_AS_MASK); in pdf_image_end_image_object()
1163 pdf_image_end_image_object2(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object2() argument
1165 return pdf_image_end_image_data(info, draw_last, USE_AS_PATTERN); in pdf_image_end_image_object2()
H A Dgximage.c137 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
207 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
209 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h158 int proc(gx_image_enum_common_t *info, bool draw_last)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfi.c1152 pdf_image_end_image_data(gx_image_enum_common_t * info, bool draw_last, in pdf_image_end_image_data() argument
1202 pdf_image_end_image(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image() argument
1204 return pdf_image_end_image_data(info, draw_last, USE_AS_IMAGE); in pdf_image_end_image()
1209 pdf_image_end_image_cvd(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_cvd() argument
1212 int code1 = gx_image1_end_image(info, draw_last); in pdf_image_end_image_cvd()
1241 pdf_image_end_image_object(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object() argument
1243 return pdf_image_end_image_data(info, draw_last, USE_AS_MASK); in pdf_image_end_image_object()
1247 pdf_image_end_image_object2(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object2() argument
1249 return pdf_image_end_image_data(info, draw_last, USE_AS_PATTERN); in pdf_image_end_image_object2()
H A Dgximage.c139 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
209 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
211 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h160 int proc(gx_image_enum_common_t *info, bool draw_last)
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfi.c1152 pdf_image_end_image_data(gx_image_enum_common_t * info, bool draw_last, in pdf_image_end_image_data() argument
1202 pdf_image_end_image(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image() argument
1204 return pdf_image_end_image_data(info, draw_last, USE_AS_IMAGE); in pdf_image_end_image()
1209 pdf_image_end_image_cvd(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_cvd() argument
1212 int code1 = gx_image1_end_image(info, draw_last); in pdf_image_end_image_cvd()
1241 pdf_image_end_image_object(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object() argument
1243 return pdf_image_end_image_data(info, draw_last, USE_AS_MASK); in pdf_image_end_image_object()
1247 pdf_image_end_image_object2(gx_image_enum_common_t * info, bool draw_last) in pdf_image_end_image_object2() argument
1249 return pdf_image_end_image_data(info, draw_last, USE_AS_PATTERN); in pdf_image_end_image_object2()
H A Dgximage.c139 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
209 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
211 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h160 int proc(gx_image_enum_common_t *info, bool draw_last)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgximage.c140 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
210 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
212 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h148 int proc(gx_image_enum_common_t *info, bool draw_last)
H A Dgdevoflt.c299 int obj_filter_end_image(gx_device *dev, gx_image_enum_common_t *info, bool draw_last) in obj_filter_end_image() argument
302 return default_subclass_end_image(dev, info, draw_last); in obj_filter_end_image()
364 obj_filter_image_end_image(gx_image_enum_common_t * info, bool draw_last) in obj_filter_image_end_image() argument
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgximage.c140 gx_ignore_end_image(gx_image_enum_common_t * info, bool draw_last) in gx_ignore_end_image() argument
210 gx_image_end(gx_image_enum_common_t * info, bool draw_last) in gx_image_end() argument
212 return info->procs->end_image(info, draw_last); in gx_image_end()
H A Dgxiparam.h148 int proc(gx_image_enum_common_t *info, bool draw_last)
H A Dgdevoflt.c299 int obj_filter_end_image(gx_device *dev, gx_image_enum_common_t *info, bool draw_last) in obj_filter_end_image() argument
302 return default_subclass_end_image(dev, info, draw_last); in obj_filter_end_image()
364 obj_filter_image_end_image(gx_image_enum_common_t * info, bool draw_last) in obj_filter_image_end_image() argument

1234567