Changeset 122 for oup/current/Global/RawList.pas
- Timestamp:
- Mar 23, 2007, 2:41:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Global/RawList.pas
r118 r122 341 341 x := x div 2; 342 342 y := y div 2; 343 datasize := (datasize +x * y * bpp) div 8;343 datasize := datasize + (x * y * bpp) div 8; 344 344 until (x = 1) or (y = 1); 345 345 end;
Note:
See TracChangeset
for help on using the changeset viewer.