Home
last modified time | relevance | path

Searched refs:ORIENT_SEASCAPE (Results 1 – 14 of 14) sorted by relevance

/dports/print/gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dtypebuiltins.c34 { ORIENT_SEASCAPE, "ORIENT_SEASCAPE", "seascape" }, in orient_t_orient_t_get_type()
H A Dplist.c1779 case ORIENT_SEASCAPE: in stpui_print()
H A Dpanel.c1652 (gpointer) ORIENT_SEASCAPE, NULL, NULL, 0, in create_positioning_frame()
2934 case ORIENT_SEASCAPE: in set_orientation()
4613 case ORIENT_SEASCAPE: in set_thumbnail_orientation()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dtypebuiltins.c34 { ORIENT_SEASCAPE, "ORIENT_SEASCAPE", "seascape" }, in orient_t_orient_t_get_type()
H A Dplist.c1779 case ORIENT_SEASCAPE: in stpui_print()
H A Dpanel.c1652 (gpointer) ORIENT_SEASCAPE, NULL, NULL, 0, in create_positioning_frame()
2934 case ORIENT_SEASCAPE: in set_orientation()
4613 case ORIENT_SEASCAPE: in set_thumbnail_orientation()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/printdef/
H A Dprintdef.h32 #define ORIENT_SEASCAPE 3 /* Reverse landscape orientation */ macro
/dports/graphics/epstool/epstool-3.09/src/
H A Dcommon.h205 ORIENT_SEASCAPE = 1 enumerator
/dports/print/gimp-gutenprint/gutenprint-5.3.3/include/gutenprintui2/
H A Dgutenprintui.h66 ORIENT_SEASCAPE = 3 enumerator
/dports/print/gutenprint/gutenprint-5.3.3/include/gutenprintui2/
H A Dgutenprintui.h66 ORIENT_SEASCAPE = 3 enumerator
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/main/
H A Dprint-util.c1208 else if (*orientation == ORIENT_SEASCAPE) in stp_compute_page_parameters()
1262 if (*orientation == ORIENT_LANDSCAPE || *orientation == ORIENT_SEASCAPE) in stp_compute_page_parameters()
1271 if ((*orientation == ORIENT_UPSIDEDOWN || *orientation == ORIENT_SEASCAPE) in stp_compute_page_parameters()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/include/gimp-print/
H A Dgimp-print.h89 #define ORIENT_SEASCAPE 3 /* Reverse landscape orientation */ macro
H A Dgimp-print.h.in89 #define ORIENT_SEASCAPE 3 /* Reverse landscape orientation */ macro
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/gimp/
H A Dgimp_main_window.c461 (gpointer) ORIENT_SEASCAPE, NULL, NULL, 0, in create_positioning_frame()
2690 else if (orient == ORIENT_SEASCAPE) in draw_arrow()
2953 if (orient == ORIENT_LANDSCAPE || orient == ORIENT_SEASCAPE) in gimp_preview_update()