Lines Matching full:uint32
36 uint32
37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where)
39 uint32 bytes = first * second;
170 TIFFVGetFieldDefaulted(TIFF* tif, uint32 tag, va_list ap)
178 *va_arg(ap, uint32 *) = td->td_subfiletype;
196 *va_arg(ap, uint32 *) = td->td_rowsperstrip;
236 *va_arg(ap, uint32 *) = td->td_tiledepth;
245 *va_arg(ap, uint32 *) = td->td_imagedepth;
299 TIFFGetFieldDefaulted(TIFF* tif, uint32 tag, ...)