Home
last modified time | relevance | path

Searched refs:_writechannel (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimptile.c215 extern GIOChannel *_writechannel; in gimp_tile_get()
225 if (! gp_tile_req_write (_writechannel, &tile_req, NULL)) in gimp_tile_get()
253 if (! gp_tile_ack_write (_writechannel, NULL)) in gimp_tile_get()
262 extern GIOChannel *_writechannel; in gimp_tile_put()
273 if (! gp_tile_req_write (_writechannel, &tile_req, NULL)) in gimp_tile_put()
296 if (! gp_tile_data_write (_writechannel, &tile_data, NULL)) in gimp_tile_put()
H A Dgimp.c207 GIOChannel *_writechannel = NULL; variable
537 _writechannel = g_io_channel_unix_new (atoi (argv[ARG_WRITE_FD])); in gimp_main()
541 g_io_channel_set_encoding (_writechannel, NULL, NULL); in gimp_main()
544 g_io_channel_set_buffered (_writechannel, FALSE); in gimp_main()
547 g_io_channel_set_close_on_unref (_writechannel, TRUE); in gimp_main()
637 gp_has_init_write (_writechannel, NULL); in gimp_main()
810 if (! gp_proc_install_write (_writechannel, &proc_install, NULL)) in gimp_install_procedure()
1185 if (! gp_proc_run_write (_writechannel, &proc_run, NULL)) in gimp_run_procedure2()
1691 if (! gp_extension_ack_write (_writechannel, NULL)) in gimp_extension_ack()
1923 gp_quit_write (_writechannel, NULL); in gimp_close()
[all …]