Searched defs:qcms_profile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dqcms.h92 typedef struct _qcms_profile qcms_profile; typedef in typeref:struct:_qcms_profile
132 qcms_profile* qcms_profile_create_rgb_with_gamma(
137 qcms_profile* qcms_profile_from_memory(const void *mem, size_t size);
139 qcms_profile* qcms_profile_from_file(FILE *file);
140 qcms_profile* qcms_profile_from_path(const char *path);
142 qcms_profile* qcms_profile_from_unicode_path(const wchar_t *path);
144 qcms_profile* qcms_profile_sRGB(void);
145 void qcms_profile_release(qcms_profile *profile);
147 qcms_bool qcms_profile_is_bogus(qcms_profile *profile);
148 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profil
[all...]

Completed in 73 milliseconds