Lines Matching defs:ifd
319 #define SET_SHORT(ifd, tag, value) \ argument
325 #define SET_LONG(ifd, tag, value) \ argument
331 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument
337 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument
343 #define SET_STRING(ifd, tag, format, buffer) \ argument
819 std::unique_ptr<ExifEntry> ExifUtilsImpl::addVariableLengthEntry(ExifIfd ifd, in addVariableLengthEntry()
857 std::unique_ptr<ExifEntry> ExifUtilsImpl::addEntry(ExifIfd ifd, ExifTag tag) { in addEntry()
875 bool ExifUtilsImpl::setShort(ExifIfd ifd, in setShort()
888 bool ExifUtilsImpl::setLong(ExifIfd ifd, in setLong()
901 bool ExifUtilsImpl::setRational(ExifIfd ifd, in setRational()
916 bool ExifUtilsImpl::setSRational(ExifIfd ifd, in setSRational()
931 bool ExifUtilsImpl::setString(ExifIfd ifd, in setString()