Home
last modified time | relevance | path

Searched refs:state_neq (Results 1 – 16 of 16) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclpath.c383 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
401 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
402 state_neq(blend_mode) || state_neq(text_knockout) || in cmd_check_fill_known()
403 state_neq(stroke_overprint) || state_neq(renderingintent)) { in cmd_check_fill_known()
974 if (state_neq(line_params.start_cap) || state_neq(line_params.join) || in clist_fill_stroke_path()
993 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_fill_stroke_path()
994 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_fill_stroke_path()
997 state_neq(ctm.tx) || state_neq(ctm.ty) in clist_fill_stroke_path()
1163 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
1164 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h229 #define state_neq(member)\ macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclpath.c383 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
401 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
402 state_neq(blend_mode) || state_neq(text_knockout) || in cmd_check_fill_known()
403 state_neq(stroke_overprint) || state_neq(renderingintent)) { in cmd_check_fill_known()
974 if (state_neq(line_params.start_cap) || state_neq(line_params.join) || in clist_fill_stroke_path()
993 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_fill_stroke_path()
994 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_fill_stroke_path()
997 state_neq(ctm.tx) || state_neq(ctm.ty) in clist_fill_stroke_path()
1163 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
1164 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h229 #define state_neq(member)\ macro
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclpath.c343 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
344 state_neq(stroke_adjust) in cmd_check_fill_known()
361 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
362 state_neq(blend_mode) || state_neq(text_knockout) || in cmd_check_fill_known()
371 if (state_neq(opacity.alpha)) { in cmd_check_fill_known()
375 if (state_neq(shape.alpha)) { in cmd_check_fill_known()
895 if (state_neq(line_params.start_cap) || state_neq(line_params.join) || in clist_stroke_path()
896 state_neq(line_params.end_cap) || state_neq(line_params.dash_cap)) { in clist_stroke_path()
914 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
915 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h224 #define state_neq(member)\ macro
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclpath.c343 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
344 state_neq(stroke_adjust) in cmd_check_fill_known()
361 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
362 state_neq(blend_mode) || state_neq(text_knockout) || in cmd_check_fill_known()
371 if (state_neq(opacity.alpha)) { in cmd_check_fill_known()
375 if (state_neq(shape.alpha)) { in cmd_check_fill_known()
895 if (state_neq(line_params.start_cap) || state_neq(line_params.join) || in clist_stroke_path()
896 state_neq(line_params.end_cap) || state_neq(line_params.dash_cap)) { in clist_stroke_path()
914 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
915 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h224 #define state_neq(member)\ macro
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclpath.c274 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
275 state_neq(stroke_adjust) in cmd_check_fill_known()
286 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
287 state_neq(blend_mode) || state_neq(text_knockout) in cmd_check_fill_known()
295 if (state_neq(opacity.alpha)) { in cmd_check_fill_known()
299 if (state_neq(shape.alpha)) { in cmd_check_fill_known()
716 if (state_neq(line_params.cap) || state_neq(line_params.join)) { in clist_stroke_path()
723 if (state_neq(line_params.half_width)) { in clist_stroke_path()
732 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
733 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h196 #define state_neq(member)\ macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclpath.c274 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
275 state_neq(stroke_adjust) in cmd_check_fill_known()
286 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
287 state_neq(blend_mode) || state_neq(text_knockout) in cmd_check_fill_known()
295 if (state_neq(opacity.alpha)) { in cmd_check_fill_known()
299 if (state_neq(shape.alpha)) { in cmd_check_fill_known()
716 if (state_neq(line_params.cap) || state_neq(line_params.join)) { in clist_stroke_path()
723 if (state_neq(line_params.half_width)) { in clist_stroke_path()
732 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
733 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h196 #define state_neq(member)\ macro
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclpath.c324 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
325 state_neq(stroke_adjust) in cmd_check_fill_known()
342 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
343 state_neq(blend_mode) || state_neq(text_knockout) in cmd_check_fill_known()
351 if (state_neq(opacity.alpha)) { in cmd_check_fill_known()
355 if (state_neq(shape.alpha)) { in cmd_check_fill_known()
865 if (state_neq(line_params.start_cap) || state_neq(line_params.join)) { in clist_stroke_path()
872 if (state_neq(line_params.half_width)) { in clist_stroke_path()
881 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
882 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h218 #define state_neq(member)\ macro
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclpath.c324 if (state_neq(line_params.curve_join) || state_neq(accurate_curves) || in cmd_check_fill_known()
325 state_neq(stroke_adjust) in cmd_check_fill_known()
342 if (state_neq(overprint) || state_neq(overprint_mode) || in cmd_check_fill_known()
343 state_neq(blend_mode) || state_neq(text_knockout) in cmd_check_fill_known()
351 if (state_neq(opacity.alpha)) { in cmd_check_fill_known()
355 if (state_neq(shape.alpha)) { in cmd_check_fill_known()
865 if (state_neq(line_params.start_cap) || state_neq(line_params.join)) { in clist_stroke_path()
872 if (state_neq(line_params.half_width)) { in clist_stroke_path()
881 if (state_neq(ctm.xx) || state_neq(ctm.xy) || in clist_stroke_path()
882 state_neq(ctm.yx) || state_neq(ctm.yy) || in clist_stroke_path()
[all …]
H A Dgxclpath.h218 #define state_neq(member)\ macro