HomeSort by relevance Sort by last modified time
    Searched full:qcms_bool (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/qcms/src/
qcms.h 86 typedef int qcms_bool; typedef
147 qcms_bool qcms_profile_is_bogus(qcms_profile *profile);
151 qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2);
transform_util.h 56 qcms_bool compute_precache(struct curveType *trc, uint8_t *output);
qcmstypes.h 73 typedef qcms_bool bool;
qcmsint.h 284 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
307 extern qcms_bool qcms_supports_iccv4;
iccread.c 76 qcms_bool valid;
258 qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
    [all...]
transform_util.c 454 qcms_bool compute_precache(struct curveType *trc, uint8_t *output)
transform.c 216 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries)
    [all...]
  /external/chromium_org/third_party/qcms/
google.patch 5 @@ -266,7 +266,7 @@ qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
14 @@ -297,6 +297,11 @@ qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
26 @@ -310,6 +315,10 @@ qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
37 @@ -331,6 +340,7 @@ qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
171 +qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2)
209 @@ -136,6 +148,8 @@ qcms_bool qcms_profile_is_bogus(qcms_profile *profile);
213 +qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2);
259 @@ -280,18 +286,40 @@ qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcm
285 extern qcms_bool qcms_supports_iccv4;
374 typedef qcms_bool bool
    [all...]

Completed in 122 milliseconds