Home
last modified time | relevance | path

Searched refs:TARGET_EMF (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/gui/
H A Dclipboard.c52 { "application/emf", 0, TARGET_EMF },
53 { "application/x-emf", 0, TARGET_EMF },
54 { "image/x-emf", 0, TARGET_EMF },
67 { "application/emf", 0, TARGET_EMF },
68 { "application/x-emf", 0, TARGET_EMF },
69 { "image/x-emf", 0, TARGET_EMF },
82 #define image_type(t) (t == TARGET_SVG || t == TARGET_EMF || \
134 } else if (f == TARGET_EMF) { in fmt_label()
H A Dgretl_enums.h277 TARGET_EMF, enumerator
H A Dgpt_control.c1322 } else if (target == TARGET_EMF) { in write_plot_for_copy()