Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7523 → Rev 7279

/programs/develop/libraries/libs-dev/libimg/bmp/bmp.asm
967,8 → 967,6
unshift bmp.RgbByteQuad
mask bmp.RgbQuad
delta dd ?
dataoff dd ? ; offset of encoded data
; row data are aligned on dword from data start, not file start
endl
 
mov [delta], 4
1020,7 → 1018,6
 
mov edi, [edx + Image.Data]
pop esi
mov [dataoff], esi
 
;;------------------------------------------------------------------------------------------------;;
 
1071,10 → 1068,6
dec ecx
jnz .next_pixel
 
sub esi, [dataoff]
add esi, 3
and esi, not 3
add esi, [dataoff]
pop ecx
dec ecx
jnz .next_line