Home
last modified time | relevance | path

Searched refs:graconf (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/bmeps/dktools-4.31.1/src/wxbmpp/
H A DBmpp4Frame.cpp1165 if (graconf.media.w < (graconf.media.i + graconf.media.o)) { in CheckPaperSizeForDocuments()
1168 if (graconf.media.h < (graconf.media.b + graconf.media.t)) { in CheckPaperSizeForDocuments()
1576 if ((0 != graconf.have_psi) && (szPaperSizes > graconf.psi)) { in ConfigurationToGUI()
1608 if ((0.0 < graconf.xres) && (0.0 < graconf.yres)) { in ConfigurationToGUI()
1636 if ((0 <= graconf.img_bg_r) && (256 > graconf.img_bg_r)) { in ConfigurationToGUI()
1637 if ((0 <= graconf.img_bg_g) && (256 > graconf.img_bg_g)) { in ConfigurationToGUI()
1638 if ((0 <= graconf.img_bg_b) && (256 > graconf.img_bg_b)) { in ConfigurationToGUI()
1640 graconf.img_bg_r, graconf.img_bg_g, graconf.img_bg_b in ConfigurationToGUI()
1759 &(graconf.media), in ConfigurationFromGUI()
1823 graconf.xres = graconf.yres = 72.0; in ConfigurationFromGUI()
[all …]
H A DBmpp4Frame.wxc988 if (graconf.media.w < (graconf.media.i + graconf.media.o)) {
991 if (graconf.media.h < (graconf.media.b + graconf.media.t)) {
1399 if ((0 != graconf.have_psi) && (szPaperSizes > graconf.psi)) {
1431 if ((0.0 < graconf.xres) && (0.0 < graconf.yres)) {
1459 if ((0 <= graconf.img_bg_r) && (256 > graconf.img_bg_r)) {
1460 if ((0 <= graconf.img_bg_g) && (256 > graconf.img_bg_g)) {
1461 if ((0 <= graconf.img_bg_b) && (256 > graconf.img_bg_b)) {
1463 graconf.img_bg_r, graconf.img_bg_g, graconf.img_bg_b
1582 &(graconf.media),
1646 graconf.xres = graconf.yres = 72.0;
[all …]
H A DBmpp4Progress.cpp342 switch (graconf.driver) { in AddNameToStorage()
835 if ((0.0 < graconf.xres) && (0.0 < graconf.yres)) { in ProcessingNewFile()
837 pBif, graconf.xres, graconf.yres, NULL in ProcessingNewFile()
1025 if ((0.0 < graconf.xres) && (0.0 < graconf.yres)) { in ProcessingGenerateOutput()
1026 dk4bif_set_res(pBif, graconf.xres, graconf.yres, NULL); in ProcessingGenerateOutput()
1028 xl = graconf.media.i; in ProcessingGenerateOutput()
1029 xr = graconf.media.w - graconf.media.o; in ProcessingGenerateOutput()
1030 yb = graconf.media.b; in ProcessingGenerateOutput()
1031 yt = graconf.media.h - graconf.media.t; in ProcessingGenerateOutput()
1036 yt = graconf.media.h - graconf.media.b; in ProcessingGenerateOutput()
[all …]
H A DBmpp4Progress.wxc105 dk4_gra_conf_t graconf;
1048 if ((0.0 < graconf.xres) && (0.0 < graconf.yres)) {
1050 pBif, graconf.xres, graconf.yres, NULL
1238 if ((0.0 < graconf.xres) && (0.0 < graconf.yres)) {
1239 dk4bif_set_res(pBif, graconf.xres, graconf.yres, NULL);
1241 xl = graconf.media.i;
1242 xr = graconf.media.w - graconf.media.o;
1243 yb = graconf.media.b;
1244 yt = graconf.media.h - graconf.media.t;
1249 yt = graconf.media.h - graconf.media.b;
[all …]
H A DBmpp4App.h64 dk4_gra_conf_t graconf; variable
H A DBmpp4App.cpp581 dk4gra_conf_init(&graconf); in IMPLEMENT_APP()
674 &graconf, in IMPLEMENT_APP()
913 &graconf, cobu, 1, DK4_GRA_CONF_SCOPE_BMPP, app in ProcessOptions()
H A DBmpp4Progress.h73 dk4_gra_conf_t graconf; variable
H A DBmpp4Frame.h82 dk4_gra_conf_t graconf; variable
H A DBmpp4App.cpt58 dk4_gra_conf_t graconf;
692 dk4gra_conf_init(&graconf);
785 &graconf,
1024 &graconf, cobu, 1, DK4_GRA_CONF_SCOPE_BMPP, app
/dports/graphics/bmeps/dktools-4.31.1/src/plpdftex/
H A Dplpdftex.c148 static dk4_gra_conf_t graconf; variable
908 graconf.purpose = DK4_GRA_PURPOSE_DOCUMENT; in process_file_name()
925 graconf.driver = DK4_GRA_DRIVER_PDF; in process_file_name()
936 graconf.driver = DK4_GRA_DRIVER_PDF; in process_file_name()
937 graconf.purpose = DK4_GRA_PURPOSE_DOCUMENT; in process_file_name()
948 graconf.driver = DK4_GRA_DRIVER_EPS; in process_file_name()
962 graconf.driver = DK4_GRA_DRIVER_EPS; in process_file_name()
1054 flags = dk4gra_conf_flags_document(&graconf); in process_file_dimensions()
1057 switch (graconf.driver) { in process_file_dimensions()
2208 dk4gra_conf_init(&graconf); in wmain()
[all …]
H A Dplpdftex.ctr140 static dk4_gra_conf_t graconf;
748 graconf.purpose = DK4_GRA_PURPOSE_DOCUMENT;
765 graconf.driver = DK4_GRA_DRIVER_PDF;
776 graconf.driver = DK4_GRA_DRIVER_PDF;
777 graconf.purpose = DK4_GRA_PURPOSE_DOCUMENT;
788 graconf.driver = DK4_GRA_DRIVER_EPS;
802 graconf.driver = DK4_GRA_DRIVER_EPS;
894 flags = dk4gra_conf_flags_document(&graconf);
897 switch (graconf.driver) {
2048 dk4gra_conf_init(&graconf);
[all …]