Searched refs:curveType (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/qcms/src/ |
D | qcmsint.h | 147 struct curveType { struct 177 struct curveType *a_curves[10]; 178 struct curveType *b_curves[10]; 179 struct curveType *m_curves[10]; 241 struct curveType *redTRC; 242 struct curveType *blueTRC; 243 struct curveType *greenTRC; 244 struct curveType *grayTRC;
|
D | transform_util.h | 50 float *build_input_gamma_table(struct curveType *TRC); 52 void build_output_lut(struct curveType *trc, 56 qcms_bool compute_precache(struct curveType *trc, uint8_t *output);
|
D | iccread.c | 454 static struct curveType *read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len) in read_curveType() 457 struct curveType *curve = NULL; in read_curveType() 475 curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count); in read_curveType() 494 curve = malloc(sizeof(struct curveType)); in read_curveType() 517 static struct curveType *read_tag_curveType(struct mem_source *src, struct tag_index index, uint32_… in read_tag_curveType() 520 struct curveType *curve = NULL; in read_tag_curveType() 533 static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANN… in read_nested_curveType() 872 static struct curveType *curve_from_table(uint16_t *table, int num_entries) in curve_from_table() 874 struct curveType *curve; in curve_from_table() 876 curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*num_entries); in curve_from_table() [all …]
|
D | transform_util.c | 253 float *build_input_gamma_table(struct curveType *TRC) in build_input_gamma_table() 454 qcms_bool compute_precache(struct curveType *trc, uint8_t *output) in compute_precache() 539 void build_output_lut(struct curveType *trc, in build_output_lut()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLECPointContext.java | 74 public static OpenSSLECPointContext getInstance(int curveType, OpenSSLECGroupContext group, in getInstance() argument
|
/external/chromium_org/third_party/qcms/ |
D | google.patch | 95 static struct curveType *read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len) 99 struct curveType *curve = NULL; 102 @@ -484,19 +535,23 @@ static void read_nested_curveType(struct mem_source *src, struct curveType *(… 111 invalid_source(src, "invalid nested curveType curve"); 115 + invalid_source(src, "invalid nested curveType tag length"); 1111 float *build_input_gamma_table(struct curveType *TRC) 1114 @@ -254,7 +269,10 @@ float *build_input_gamma_table(struct curveType *TRC)
|