Home
last modified time | relevance | path

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

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclrast.c254 bool lop_enabled; in clist_playback_band() member
433 if (state.lop_enabled) in clist_playback_band()
498 state.lop_enabled = true; in clist_playback_band()
503 state.lop_enabled = false; in clist_playback_band()
944 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
947 state.lop_enabled = false; in clist_playback_band()
971 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
973 (state.lop_enabled ? state.lop : in clist_playback_band()
1422 if (!state.lop_enabled) { in clist_playback_band()
1458 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h235 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
467 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
H A Dgxclrect.c683 pcls->lop_enabled = -1; in clist_strip_copy_rop()
697 pcls->lop_enabled = 1; in clist_strip_copy_rop()
H A Dgxclutil.c511 pcls->lop_enabled = enable; in cmd_put_enable_lop()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclrast.c254 bool lop_enabled; in clist_playback_band() member
433 if (state.lop_enabled) in clist_playback_band()
498 state.lop_enabled = true; in clist_playback_band()
503 state.lop_enabled = false; in clist_playback_band()
944 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
947 state.lop_enabled = false; in clist_playback_band()
971 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
973 (state.lop_enabled ? state.lop : in clist_playback_band()
1422 if (!state.lop_enabled) { in clist_playback_band()
1458 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h235 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
467 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
H A Dgxclrect.c683 pcls->lop_enabled = -1; in clist_strip_copy_rop()
697 pcls->lop_enabled = 1; in clist_strip_copy_rop()
H A Dgxclutil.c511 pcls->lop_enabled = enable; in cmd_put_enable_lop()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclrast.c504 bool lop_enabled; in clist_playback_band() member
711 if (state.lop_enabled) in clist_playback_band()
749 state.lop_enabled = true; in clist_playback_band()
754 state.lop_enabled = false; in clist_playback_band()
1201 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
1205 state.lop_enabled = false; in clist_playback_band()
1228 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
1230 (state.lop_enabled ? state.lop : in clist_playback_band()
1984 if (!state.lop_enabled) { in clist_playback_band()
2025 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h243 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
495 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
H A Dgxclrect.c1143 re.pcls->lop_enabled = -1; in clist_strip_copy_rop()
1159 re.pcls->lop_enabled = 1; in clist_strip_copy_rop()
H A Dgxclutil.c629 pcls->lop_enabled = enable; in cmd_put_enable_lop()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclrast.c504 bool lop_enabled; in clist_playback_band() member
711 if (state.lop_enabled) in clist_playback_band()
749 state.lop_enabled = true; in clist_playback_band()
754 state.lop_enabled = false; in clist_playback_band()
1201 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
1205 state.lop_enabled = false; in clist_playback_band()
1228 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
1230 (state.lop_enabled ? state.lop : in clist_playback_band()
1984 if (!state.lop_enabled) { in clist_playback_band()
2025 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h243 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
495 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
H A Dgxclrect.c1143 re.pcls->lop_enabled = -1; in clist_strip_copy_rop()
1159 re.pcls->lop_enabled = 1; in clist_strip_copy_rop()
H A Dgxclutil.c629 pcls->lop_enabled = enable; in cmd_put_enable_lop()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrast.c506 bool lop_enabled; in clist_playback_band() member
729 if (state.lop_enabled) in clist_playback_band()
767 state.lop_enabled = true; in clist_playback_band()
772 state.lop_enabled = false; in clist_playback_band()
1261 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
1265 state.lop_enabled = false; in clist_playback_band()
1288 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
1290 (state.lop_enabled ? state.lop : in clist_playback_band()
2107 if (!state.lop_enabled) { in clist_playback_band()
2162 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h256 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
518 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrast.c506 bool lop_enabled; in clist_playback_band() member
729 if (state.lop_enabled) in clist_playback_band()
767 state.lop_enabled = true; in clist_playback_band()
772 state.lop_enabled = false; in clist_playback_band()
1261 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
1265 state.lop_enabled = false; in clist_playback_band()
1288 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
1290 (state.lop_enabled ? state.lop : in clist_playback_band()
2107 if (!state.lop_enabled) { in clist_playback_band()
2162 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h256 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
518 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
H A Dgxclutil.c682 pcls->lop_enabled = enable; in cmd_put_enable_lop()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclrast.c507 bool lop_enabled; in clist_playback_band() member
752 if (state.lop_enabled) in clist_playback_band()
793 state.lop_enabled = true; in clist_playback_band()
798 state.lop_enabled = false; in clist_playback_band()
1301 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
1311 state.lop_enabled = false; in clist_playback_band()
1339 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
1341 (state.lop_enabled ? state.lop : in clist_playback_band()
2213 if (!state.lop_enabled) { in clist_playback_band()
2268 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h269 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
483 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclrast.c507 bool lop_enabled; in clist_playback_band() member
752 if (state.lop_enabled) in clist_playback_band()
793 state.lop_enabled = true; in clist_playback_band()
798 state.lop_enabled = false; in clist_playback_band()
1301 clip_save.lop_enabled = state.lop_enabled; in clist_playback_band()
1311 state.lop_enabled = false; in clist_playback_band()
1339 state.lop_enabled = clip_save.lop_enabled; in clist_playback_band()
1341 (state.lop_enabled ? state.lop : in clist_playback_band()
2213 if (!state.lop_enabled) { in clist_playback_band()
2268 if (state.lop_enabled) { in clist_playback_band()
[all …]
H A Dgxcldev.h269 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */ member
483 ( (pcls)->lop_enabled == ((enable) ^ 1) &&\

12