Home | History | Annotate | Download | only in img_utils

Lines Matching defs:definition

68          * precedence will be in the order that the definition maps are given,
131 * This tag must be defined in one of the definition vectors this TIFF writer
148 * defined in one of the definition vectors this TIFF writer was constructed
218 * Returns true if a definition exist for the given tag ID.
223 * Returns the name of the tag if a definition exists for the given tag
224 * ID, or null if no definition exists.
247 * Utility function to build atag-to-definition mapping from a given
274 const TagDefinition_t* definition = lookupDefinition(tag);
276 if (definition == NULL) {
281 uint32_t fixedCount = definition->fixedCount;
288 TagType fixedType = definition->defaultType;
295 definition->fixedEndian, data);