curveType         412 third_party/qcms/src/iccread.c static struct curveType *read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len)
curveType         415 third_party/qcms/src/iccread.c 	struct curveType *curve = NULL;
curveType         433 third_party/qcms/src/iccread.c 		curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count);
curveType         452 third_party/qcms/src/iccread.c 		curve = malloc(sizeof(struct curveType));
curveType         475 third_party/qcms/src/iccread.c static struct curveType *read_tag_curveType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
curveType         478 third_party/qcms/src/iccread.c 	struct curveType *curve = NULL;
curveType         491 third_party/qcms/src/iccread.c static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
curveType         826 third_party/qcms/src/iccread.c static struct curveType *curve_from_table(uint16_t *table, int num_entries)
curveType         828 third_party/qcms/src/iccread.c 	struct curveType *curve;
curveType         830 third_party/qcms/src/iccread.c 	curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*num_entries);
curveType         851 third_party/qcms/src/iccread.c static struct curveType *curve_from_gamma(float gamma)
curveType         853 third_party/qcms/src/iccread.c 	struct curveType *curve;
curveType         855 third_party/qcms/src/iccread.c 	curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*num_entries);
curveType         177 third_party/qcms/src/qcmsint.h 	struct curveType *a_curves[10];
curveType         178 third_party/qcms/src/qcmsint.h 	struct curveType *b_curves[10];
curveType         179 third_party/qcms/src/qcmsint.h 	struct curveType *m_curves[10];
curveType         240 third_party/qcms/src/qcmsint.h 	struct curveType *redTRC;
curveType         241 third_party/qcms/src/qcmsint.h 	struct curveType *blueTRC;
curveType         242 third_party/qcms/src/qcmsint.h 	struct curveType *greenTRC;
curveType         243 third_party/qcms/src/qcmsint.h 	struct curveType *grayTRC;
curveType         253 third_party/qcms/src/transform_util.c float *build_input_gamma_table(struct curveType *TRC)
curveType         454 third_party/qcms/src/transform_util.c qcms_bool compute_precache(struct curveType *trc, uint8_t *output)
curveType         539 third_party/qcms/src/transform_util.c void build_output_lut(struct curveType *trc,
curveType          50 third_party/qcms/src/transform_util.h float *build_input_gamma_table(struct curveType *TRC);
curveType          52 third_party/qcms/src/transform_util.h void build_output_lut(struct curveType *trc,
curveType          56 third_party/qcms/src/transform_util.h qcms_bool compute_precache(struct curveType *trc, uint8_t *output);