Home
last modified time | relevance | path

Searched refs:save_procs (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A Dgimppluginmanager-file.c147 if (! g_slist_find (manager->save_procs, file_proc)) in gimp_plug_in_manager_register_save_handler()
148 manager->save_procs = g_slist_prepend (manager->save_procs, file_proc); in gimp_plug_in_manager_register_save_handler()
331 return file_procedure_find (manager->save_procs, file, error); in gimp_plug_in_manager_file_procedure_find()
355 return file_procedure_find_by_prefix (manager->save_procs, file); in gimp_plug_in_manager_file_procedure_find_by_prefix()
379 return file_procedure_find_by_extension (manager->save_procs, file); in gimp_plug_in_manager_file_procedure_find_by_extension()
403 return file_procedure_find_by_mime_type (manager->save_procs, mime_type); in gimp_plug_in_manager_file_procedure_find_by_mime_type()
H A Dgimppluginmanager.c136 g_clear_pointer (&manager->save_procs, g_slist_free); in gimp_plug_in_manager_finalize()
186 memsize += gimp_g_slist_get_memsize (manager->save_procs, 0); in gimp_plug_in_manager_get_memsize()
318 … manager->save_procs = g_slist_remove (manager->save_procs, tmp_proc); in gimp_plug_in_manager_add_procedure()
H A Dgimppluginmanager.h48 GSList *save_procs; member
H A Dgimppluginmanager-restore.c874 manager->save_procs = in gimp_plug_in_manager_sort_file_procs()
875 g_slist_sort_with_data (manager->save_procs, in gimp_plug_in_manager_sort_file_procs()
888 manager->display_save_procs = g_slist_copy (manager->save_procs); in gimp_plug_in_manager_sort_file_procs()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevmrun.c202 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
235 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
248 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
291 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
303 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
315 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
327 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
343 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
355 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
595 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h49 } save_procs; member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevmrun.c202 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
235 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
248 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
291 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
303 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
315 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
327 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
343 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
355 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
595 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h49 } save_procs; member
H A Dgdevpdtt.c3133 gs_text_enum_procs_t const *save_procs = pte_default->procs; in pdf_text_process() local
3266 pte_default->procs = save_procs; in pdf_text_process()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevmrun.c202 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
235 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
248 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
291 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
303 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
315 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
327 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
343 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
355 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
595 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h49 } save_procs; member
H A Dgdevpdtt.c3133 gs_text_enum_procs_t const *save_procs = pte_default->procs; in pdf_text_process() local
3266 pte_default->procs = save_procs; in pdf_text_process()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevmrun.c202 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
235 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
248 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
291 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
303 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
315 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
327 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
343 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
355 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
595 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h49 } save_procs; member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevmrun.c200 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
233 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
246 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
289 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
301 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
313 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
325 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
341 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
353 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
593 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h47 } save_procs; member
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevmrun.c200 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
233 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
246 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
289 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
301 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
313 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
325 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
341 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
353 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
593 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h47 } save_procs; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevmrun.c206 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
239 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
252 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
295 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
307 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
319 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
331 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
347 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
359 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
599 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h53 } save_procs; member
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevmrun.c206 (rdev->save_procs.proc = dev_proc(&rdev->md, proc),\ in gdev_run_from_mem()
239 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
252 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_expand()
295 return rdev->save_procs.copy_mono((gx_device *)&rdev->md, in run_copy_mono()
307 return rdev->save_procs.copy_color((gx_device *)&rdev->md, in run_copy_color()
319 return rdev->save_procs.copy_alpha((gx_device *)&rdev->md, in run_copy_alpha()
331 return rdev->save_procs.strip_tile_rectangle((gx_device *)&rdev->md, in run_strip_tile_rectangle()
347 return rdev->save_procs.strip_copy_rop((gx_device *)&rdev->md, in run_strip_copy_rop()
359 return rdev->save_procs.get_bits_rectangle((gx_device *)&rdev->md, in run_get_bits_rectangle()
599 rdev->save_procs.fill_rectangle((gx_device *)&rdev->md, in run_fill_rectangle()
[all …]
H A Dgdevmrun.h53 } save_procs; member
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dsave.c52 static struct save_procs { struct
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dsave.c52 static struct save_procs { struct
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-01828 * app/gui/file-save-dialog.c: pass gimp->save_procs.
3212 and gimp->save_procs using the new compare function above.
3373 gimp->save_procs. Fixes bug #133099.
30625 Reverse gimp->load_procs and gimp->save_procs after all procedures
30634 and gimp->save_procs here.
48442 load_procs and save_procs GSLists.
48457 and save_procs variables here. Use access() to find out whether a
48556 * tools/pdbgen/pdb/fileops.pdb: load_procs and save_procs are

12