Home
last modified time | relevance | path

Searched refs:makermodel (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/darktable/src/common/
H A Dcolorspaces.h58 cmsHPROFILE dt_colorspaces_create_darktable_profile(const char *makermodel);
61 cmsHPROFILE dt_colorspaces_create_vendor_profile(const char *makermodel);
64 cmsHPROFILE dt_colorspaces_create_alternate_profile(const char *makermodel);
67 int dt_colorspaces_get_darktable_matrix(const char *makermodel, float *matrix);
88 void dt_colorspaces_get_makermodel(char *makermodel, size_t makermodel_len, const char *const maker…
89 void dt_colorspaces_get_makermodel_split(char *makermodel, size_t makermodel_len, char **modelo, co…
H A Dcolorspaces.c506 if(!strcasecmp(makermodel, dt_profiled_colormatrices[k].makermodel)) in dt_colorspaces_get_darktable_matrix()
580 dt_colorspaces_create_alternate_profile(const char *makermodel) in dt_colorspaces_create_alternate_profile() argument
585 if(!strcmp(makermodel, dt_alternate_colormatrices[k].makermodel)) in dt_colorspaces_create_alternate_profile()
634 dt_colorspaces_create_vendor_profile(const char *makermodel) in dt_colorspaces_create_vendor_profile() argument
639 if(!strcmp(makermodel, dt_vendor_colormatrices[k].makermodel)) in dt_colorspaces_create_vendor_profile()
693 if(!strcasecmp(makermodel, dt_profiled_colormatrices[k].makermodel)) in dt_colorspaces_create_darktable_profile()
1040 snprintf(makermodel, makermodel_len, "%s", model); in dt_colorspaces_get_makermodel()
1060 e = makermodel + strlen(makermodel) - 1; in dt_colorspaces_get_makermodel()
1061 while (e > makermodel && *e == ' ') e--; in dt_colorspaces_get_makermodel()
1069 *modelo = makermodel; in dt_colorspaces_get_makermodel_split()
[all …]
H A Dcolormatrices.c25 const char *makermodel; member
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dcolorspaces.h166 cmsHPROFILE dt_colorspaces_create_darktable_profile(const char *makermodel);
169 cmsHPROFILE dt_colorspaces_create_vendor_profile(const char *makermodel);
172 cmsHPROFILE dt_colorspaces_create_alternate_profile(const char *makermodel);
175 int dt_colorspaces_get_darktable_matrix(const char *makermodel, float *matrix);
H A Dcolormatrices.c25 const char *makermodel; member
H A Dcolorspaces.c472 int dt_colorspaces_get_darktable_matrix(const char *makermodel, float *matrix) in dt_colorspaces_get_darktable_matrix() argument
477 if(!strcasecmp(makermodel, dt_profiled_colormatrices[k].makermodel)) in dt_colorspaces_get_darktable_matrix()
542 cmsHPROFILE dt_colorspaces_create_alternate_profile(const char *makermodel) in dt_colorspaces_create_alternate_profile() argument
547 if(!strcmp(makermodel, dt_alternate_colormatrices[k].makermodel)) in dt_colorspaces_create_alternate_profile()
573 snprintf(name, sizeof(name), "darktable alternate %s", makermodel); in dt_colorspaces_create_alternate_profile()
592 cmsHPROFILE dt_colorspaces_create_vendor_profile(const char *makermodel) in dt_colorspaces_create_vendor_profile() argument
597 if(!strcmp(makermodel, dt_vendor_colormatrices[k].makermodel)) in dt_colorspaces_create_vendor_profile()
623 snprintf(name, sizeof(name), "darktable vendor %s", makermodel); in dt_colorspaces_create_vendor_profile()
642 cmsHPROFILE dt_colorspaces_create_darktable_profile(const char *makermodel) in dt_colorspaces_create_darktable_profile() argument
647 if(!strcasecmp(makermodel, dt_profiled_colormatrices[k].makermodel)) in dt_colorspaces_create_darktable_profile()
[all …]
H A Dcollection.c1395 gchar *makermodel = dt_collection_get_makermodel(exif_maker, exif_model); in dt_collection_get_makermodels() local
1397 gchar *haystack = g_utf8_strdown(makermodel, -1); in dt_collection_get_makermodels()
1412 gchar *key = g_strdup(makermodel); in dt_collection_get_makermodels()
1417 g_free(makermodel); in dt_collection_get_makermodels()
1431 gchar *makermodel = NULL; in dt_collection_get_makermodel() local
1444 makermodel = dt_util_dstrcat(makermodel, "%s %s", maker, model); in dt_collection_get_makermodel()
1446 return makermodel; in dt_collection_get_makermodel()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcolorspaces.h212 cmsHPROFILE dt_colorspaces_create_darktable_profile(const char *makermodel);
215 cmsHPROFILE dt_colorspaces_create_vendor_profile(const char *makermodel);
218 cmsHPROFILE dt_colorspaces_create_alternate_profile(const char *makermodel);
221 int dt_colorspaces_get_darktable_matrix(const char *makermodel, float *matrix);
H A Dcolormatrices.c25 const char *makermodel; member
H A Dcolorspaces.c470 int dt_colorspaces_get_darktable_matrix(const char *makermodel, float *matrix) in dt_colorspaces_get_darktable_matrix() argument
475 if(!strcasecmp(makermodel, dt_profiled_colormatrices[k].makermodel)) in dt_colorspaces_get_darktable_matrix()
538 cmsHPROFILE dt_colorspaces_create_alternate_profile(const char *makermodel) in dt_colorspaces_create_alternate_profile() argument
543 if(!strcmp(makermodel, dt_alternate_colormatrices[k].makermodel)) in dt_colorspaces_create_alternate_profile()
569 snprintf(name, sizeof(name), "darktable alternate %s", makermodel); in dt_colorspaces_create_alternate_profile()
588 cmsHPROFILE dt_colorspaces_create_vendor_profile(const char *makermodel) in dt_colorspaces_create_vendor_profile() argument
593 if(!strcmp(makermodel, dt_vendor_colormatrices[k].makermodel)) in dt_colorspaces_create_vendor_profile()
619 snprintf(name, sizeof(name), "darktable vendor %s", makermodel); in dt_colorspaces_create_vendor_profile()
638 cmsHPROFILE dt_colorspaces_create_darktable_profile(const char *makermodel) in dt_colorspaces_create_darktable_profile() argument
643 if(!strcasecmp(makermodel, dt_profiled_colormatrices[k].makermodel)) in dt_colorspaces_create_darktable_profile()
[all …]
H A Dcollection.c1401 gchar *makermodel = dt_collection_get_makermodel(exif_maker, exif_model); in dt_collection_get_makermodels() local
1403 gchar *haystack = g_utf8_strdown(makermodel, -1); in dt_collection_get_makermodels()
1418 gchar *key = g_strdup(makermodel); in dt_collection_get_makermodels()
1423 g_free(makermodel); in dt_collection_get_makermodels()
1447 gchar *makermodel = g_strdup_printf("%s %s", maker, model); in dt_collection_get_makermodel() local
1448 return makermodel; in dt_collection_get_makermodel()
/dports/graphics/photivo/photivo/Sources/
H A DptCreateAdobeProfiles.cpp261 const char *makermodel; member
461 snprintf(name, 512, "Enhanced profile for %s. Data by darktable project.", preset->makermodel); in create_darktable_profiles()
474 preset->makermodel); in create_darktable_profiles()
/dports/graphics/photivo/photivo/ReferenceMaterial/darktable/
H A Dcolormatrices-20101120.c25 const char *makermodel; member
H A Dcolormatrices-20110819.c25 const char *makermodel; member
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcolorin.c1983 …f(!strcasecmp(self->dev->image_storage.camera_makermodel, dt_profiled_colormatrices[k].makermodel)) in update_profile_list()
1998 if(!strcmp(self->dev->image_storage.camera_makermodel, dt_vendor_colormatrices[k].makermodel)) in update_profile_list()
2013 … if(!strcmp(self->dev->image_storage.camera_makermodel, dt_alternate_colormatrices[k].makermodel)) in update_profile_list()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcolorin.c2040 …f(!strcasecmp(self->dev->image_storage.camera_makermodel, dt_profiled_colormatrices[k].makermodel)) in update_profile_list()
2055 if(!strcmp(self->dev->image_storage.camera_makermodel, dt_vendor_colormatrices[k].makermodel)) in update_profile_list()
2070 … if(!strcmp(self->dev->image_storage.camera_makermodel, dt_alternate_colormatrices[k].makermodel)) in update_profile_list()