• Home
  • Raw
  • Download

Lines Matching refs:ReadBlobXXXLong

886   unsigned int (*ReadBlobXXXLong)(Image *image);  in ReadMATImage()  local
939 ReadBlobXXXLong = ReadBlobLSBLong; in ReadMATImage()
947 ReadBlobXXXLong = ReadBlobMSBLong; in ReadMATImage()
972 MATLAB_HDR.DataType = ReadBlobXXXLong(image); in ReadMATImage()
974 MATLAB_HDR.ObjectSize = ReadBlobXXXLong(image); in ReadMATImage()
991 MATLAB_HDR.DataType = ReadBlobXXXLong(image2); /* replace compressed object type. */ in ReadMATImage()
1005 MATLAB_HDR.unknown1 = ReadBlobXXXLong(image2); in ReadMATImage()
1006 MATLAB_HDR.unknown2 = ReadBlobXXXLong(image2); in ReadMATImage()
1008 MATLAB_HDR.unknown5 = ReadBlobXXXLong(image2); in ReadMATImage()
1012 MATLAB_HDR.unknown3 = ReadBlobXXXLong(image2); in ReadMATImage()
1014 MATLAB_HDR.unknown4 = ReadBlobXXXLong(image2); /* ??? don't understand why ?? */ in ReadMATImage()
1015 MATLAB_HDR.unknown4 = ReadBlobXXXLong(image2); in ReadMATImage()
1016 MATLAB_HDR.DimFlag = ReadBlobXXXLong(image2); in ReadMATImage()
1017 MATLAB_HDR.SizeX = ReadBlobXXXLong(image2); in ReadMATImage()
1018 MATLAB_HDR.SizeY = ReadBlobXXXLong(image2); in ReadMATImage()
1024 case 12: z2=z = ReadBlobXXXLong(image2); /* 3D matrix RGB*/ in ReadMATImage()
1025 (void) ReadBlobXXXLong(image2); in ReadMATImage()
1036 case 16: z2=z = ReadBlobXXXLong(image2); /* 4D matrix animation */ in ReadMATImage()
1046 Frames = ReadBlobXXXLong(image2); in ReadMATImage()
1102 size = ReadBlobXXXLong(image2); /* Object name string size */ in ReadMATImage()
1116 CellType = ReadBlobXXXLong(image2); /* Additional object type */ in ReadMATImage()
1318 CellType = ReadBlobXXXLong(image2); /* Additional object type */ in ReadMATImage()
1319 i = ReadBlobXXXLong(image2); /* size of a complex part - toss away*/ in ReadMATImage()