Home
last modified time | relevance | path

Searched refs:draw_page (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/news/tin/tin-2.4.5/src/
H A Dpage.c371 draw_page(group->name, 0); in show_page()
385 draw_page(group->name, 0); in show_page()
399 draw_page(group->name, 0); in show_page()
646 draw_page(group->name, 0); in show_page()
661 draw_page(group->name, 0); in show_page()
668 draw_page(group->name, 0); in show_page()
681 draw_page(group->name, 0); in show_page()
692 draw_page(group->name, 0); in show_page()
723 draw_page(group->name, 0); in show_page()
1172 draw_page( in draw_page() function
[all …]
/dports/chinese/tin/tin-2.4.5/src/
H A Dpage.c371 draw_page(group->name, 0); in show_page()
385 draw_page(group->name, 0); in show_page()
399 draw_page(group->name, 0); in show_page()
646 draw_page(group->name, 0); in show_page()
661 draw_page(group->name, 0); in show_page()
668 draw_page(group->name, 0); in show_page()
681 draw_page(group->name, 0); in show_page()
692 draw_page(group->name, 0); in show_page()
723 draw_page(group->name, 0); in show_page()
1172 draw_page( in draw_page() function
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx34c.c40 void draw_page( PLINT mode, PLCHAR_VECTOR title );
74 draw_page( drawing_modes[i], drawing_mode_names[i] ); in main()
92 void draw_page( PLINT mode, PLCHAR_VECTOR title ) in draw_page() function
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx34c.c40 void draw_page( PLINT mode, PLCHAR_VECTOR title );
74 draw_page( drawing_modes[i], drawing_mode_names[i] ); in main()
92 void draw_page( PLINT mode, PLCHAR_VECTOR title ) in draw_page() function
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dhexedit.c145 static void draw_page(void) in draw_page() function
228 draw_page(); in hexedit_main()
240 draw_page(); in hexedit_main()
251 draw_page(); in hexedit_main()
275 draw_page(); in hexedit_main()
282 draw_page(); in hexedit_main()
366 draw_page(); in hexedit_main()
371 draw_page(); in hexedit_main()
/dports/games/xspacewarp/xspacewarp-1.2/
H A Ddraw_orientation.cc24 static void draw_page(int pagenum);
60 draw_page(pagenum); in draw_orientation()
80 static void draw_page(int pagenum) in draw_page() function
/dports/graphics/minder/Minder-1.13.1/src/exports/
H A DExportPrint.vala43 /* Connect to the draw_page signal */
44 op.draw_page.connect( draw_page );
67 public void draw_page( PrintOperation op, PrintContext context, int page_nr ) {
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dhelp.c605 int draw_page; in help_topic() local
636 draw_page = 2; in help_topic()
640 if (draw_page) in help_topic()
649 if (draw_page==2) in help_topic()
661 draw_page = 0; in help_topic()
672 draw_page = 1; in help_topic()
680 draw_page = 1; in help_topic()
688 draw_page = 1; in help_topic()
698 draw_page = 3; in help_topic()
709 draw_page = 1; in help_topic()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestnouiprint.c25 draw_page (GtkPrintOperation *operation, in draw_page() function
91 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), NULL); in main()
H A Dtestprint.c43 draw_page (GtkPrintOperation *operation, in draw_page() function
108 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), NULL); in main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestnouiprint.c25 draw_page (GtkPrintOperation *operation, in draw_page() function
91 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), NULL); in main()
H A Dtestprint.c43 draw_page (GtkPrintOperation *operation, in draw_page() function
108 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), NULL); in main()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestnouiprint.c26 draw_page (GtkPrintOperation *operation, in draw_page() function
98 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), NULL); in main()
H A Dtestprint.c45 draw_page (GtkPrintOperation *operation, in draw_page() function
111 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), NULL); in main()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/gtk/
H A Dtestprint.py19 def draw_page (operation, context, page_nr): function
65 print_.connect("draw_page", draw_page)
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DPrint.py110 def draw_page(self, op, context, page_nr): member in PrintState
129 op.connect("draw-page", state.draw_page)
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dprint-pass.c64 static void draw_page (GtkPrintOperation *operation,
136 g_signal_connect (G_OBJECT (operation), "draw-page", G_CALLBACK (draw_page), data); in print_pass()
221 draw_page (GtkPrintOperation *operation, in draw_page() function
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/src/
H A Dgdict-print.c82 draw_page (GtkPrintOperation *operation, in draw_page() function
219 G_CALLBACK (draw_page), data); in gdict_show_print_preview()
283 G_CALLBACK (draw_page), data); in gdict_show_print_dialog()
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-print.c79 draw_page (GtkPrintOperation *operation, in draw_page() function
216 G_CALLBACK (draw_page), data); in gdict_show_print_preview()
280 G_CALLBACK (draw_page), data); in gdict_show_print_dialog()
/dports/games/jumpnbump/jumpnbump-1.61-7a0a7ab7491680338bb13058adafdfaac03a1f6d/
H A Dmain.c568 main_info.page_info[main_info.draw_page].num_pobs = 0; in game_loop()
599 draw_pobs(main_info.draw_page); in game_loop()
604 draw_flies(main_info.draw_page); in game_loop()
650 main_info.draw_page ^= 1; in game_loop()
660 redraw_flies_background(main_info.draw_page); in game_loop()
662 redraw_pob_backgrounds(main_info.draw_page); in game_loop()
664 draw_leftovers(main_info.draw_page); in game_loop()
763 main_info.draw_page = 1; in menu_loop()
785 main_info.draw_page = 1; in menu_loop()
1939 flies[c2].back[main_info.draw_page] = get_pixel(main_info.draw_page, flies[c2].x, flies[c2].y); in draw_flies()
[all …]
/dports/biology/migrate/migrate-3.6.11/src/haru/examples_c/
H A Dencoding_list.c96 void draw_page(pdf_page page, const char *font_name) in draw_page() function
170 draw_page(page, pdf_doc_get_font_name(doc, i)); in main()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/print/
H A Dprint.c69 static void draw_page (GtkPrintOperation *print,
251 G_CALLBACK (draw_page), in print_image()
422 draw_page (GtkPrintOperation *operation, in draw_page() function
/dports/math/plplot-ada/plplot-5.15.0/examples/ocaml/
H A Dx34.ml45 let draw_page mode title = function
98 Array.iteri (fun i mode -> draw_page mode drawing_mode_names.(i))
/dports/math/plplot/plplot-5.15.0/examples/ocaml/
H A Dx34.ml45 let draw_page mode title = function
98 Array.iteri (fun i mode -> draw_page mode drawing_mode_names.(i))
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcugtk/
H A Dprintable.cc185 static void draw_page (GtkPrintOperation *print, GtkPrintContext *context, gint page_nr, gpointer d… in draw_page() function
202 g_signal_connect (print, "draw_page", G_CALLBACK (draw_page), this); in Print()

12345678