HomeSort by relevance Sort by last modified time
    Searched refs:qcms_profile (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/qcms/src/
chain.h 28 float* qcms_chain_transform(qcms_profile *in, qcms_profile *out, float *src, float *dest, size_t lutSize);
qcms.h 86 typedef struct _qcms_profile qcms_profile; typedef in typeref:struct:_qcms_profile
126 qcms_profile* qcms_profile_create_rgb_with_gamma(
131 qcms_profile* qcms_profile_from_memory(const void *mem, size_t size);
133 qcms_profile* qcms_profile_from_file(FILE *file);
134 qcms_profile* qcms_profile_from_path(const char *path);
136 qcms_profile* qcms_profile_from_unicode_path(const wchar_t *path);
138 qcms_profile* qcms_profile_sRGB(void);
139 void qcms_profile_release(qcms_profile *profile);
141 qcms_bool qcms_profile_is_bogus(qcms_profile *profile);
142 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile)
    [all...]
transform_util.h 51 struct matrix build_colorant_matrix(qcms_profile *p);
iccread.c 71 * into a qcms_profile */
182 static void read_class_signature(qcms_profile *profile, struct mem_source *mem)
196 static void read_color_space(qcms_profile *profile, struct mem_source *mem)
208 static void read_pcs(qcms_profile *profile, struct mem_source *mem)
232 static struct tag_index read_tag_table(qcms_profile *profile, struct mem_source *mem)
258 qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
762 static void read_rendering_intent(qcms_profile *profile, struct mem_source *src)
776 qcms_profile *qcms_profile_create(void)
778 return calloc(sizeof(qcms_profile), 1);
869 qcms_profile* qcms_profile_create_rgb_with_gamma
    [all...]
chain.c 706 struct qcms_modular_transform* qcms_modular_transform_create_input(qcms_profile *in)
769 static struct qcms_modular_transform* qcms_modular_transform_create_output(qcms_profile *out)
    [all...]
qcmsint.h 283 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
transform.c 216 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries)
    [all...]
transform_util.c 278 struct matrix build_colorant_matrix(qcms_profile *p)
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/
ImageDecoder.h 322 static qcms_profile* qcmsOutputDeviceProfile()
324 static qcms_profile* outputDeviceProfile = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.cpp 189 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
192 qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 526 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
529 qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.cpp 346 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
349 qcms_profile* inputProfile = qcms_profile_from_memory(data, size);

Completed in 980 milliseconds