Home
last modified time | relevance | path

Searched refs:iccsize (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/plugin/
H A Dpluginwindow.hh105 void set_gimp_icc_profile( void* iccdata, size_t iccsize ) in set_gimp_icc_profile() argument
108 gimp_iccsize = iccsize; in set_gimp_icc_profile()
H A Dpluginwindow.cc65 imgbuf.iccsize = 0; in PluginWindow()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dimage.cc1562 imgbuf->iccsize = 0; in export_merged_to_mem()
1637 size_t iccsize; in export_merged_to_mem() local
1638 if( !PF_VIPS_IMAGE_GET_BLOB( outimg, VIPS_META_ICC_NAME, &iccdata, &iccsize ) ) { in export_merged_to_mem()
1639 imgbuf->iccdata = malloc(iccsize); in export_merged_to_mem()
1641 imgbuf->iccsize = iccsize; in export_merged_to_mem()
1642 memcpy( imgbuf->iccdata, iccdata, iccsize ); in export_merged_to_mem()
1646 imgbuf->iccsize = 0; in export_merged_to_mem()
H A Dimage.hh72 size_t iccsize; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclist.h506 int64_t clist_icc_addprofile(gx_device_clist_writer *cdev, cmm_profile_t *iccprofile, int *iccsize);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclist.h506 int64_t clist_icc_addprofile(gx_device_clist_writer *cdev, cmm_profile_t *iccprofile, int *iccsize);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclist.h525 int64_t clist_icc_addprofile(gx_device_clist_writer *cdev, cmm_profile_t *iccprofile, int *iccsize);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclist.h525 int64_t clist_icc_addprofile(gx_device_clist_writer *cdev, cmm_profile_t *iccprofile, int *iccsize);