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

/external/chromium_org/third_party/qcms/src/
H A Diccread.c227 struct tag_index { struct
232 static struct tag_index read_tag_table(qcms_profile *profile, struct mem_source *mem)
234 struct tag_index index = {0, NULL};
345 static struct tag *find_tag(struct tag_index index, uint32_t tag_id)
360 static bool read_tag_descType(qcms_profile *profile, struct mem_source *src, struct tag_index index, uint32_t tag_id)
407 static struct matrix read_tag_s15Fixed16ArrayType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
432 static struct XYZNumber read_tag_XYZType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
451 // Read the tag at a given offset rather then the tag_index.
453 // present that are not part of the tag_index.
517 static struct curveType *read_tag_curveType(struct mem_source *src, struct tag_index inde
[all...]

Completed in 84 milliseconds