_qcms_format_type 96 third_party/qcms/src/qcmsint.h void (*transform_fn)(struct _qcms_transform *transform, unsigned char *src, unsigned char *dest, size_t length, struct _qcms_format_type output_format); _qcms_format_type 1351 third_party/qcms/src/transform.c static const struct _qcms_format_type output_rgbx = { 0, 2 }; _qcms_format_type 1358 third_party/qcms/src/transform.c static const struct _qcms_format_type output_rgbx = { 0, 2 }; _qcms_format_type 1359 third_party/qcms/src/transform.c static const struct _qcms_format_type output_bgrx = { 2, 0 };