Compare commits
7 Commits
d4cd8cb00e
...
440d63aade
Author | SHA1 | Date | |
---|---|---|---|
440d63aade | |||
c489b72571 | |||
daaab58d9c | |||
83585e9e8d | |||
257172445f | |||
9670d67b35 | |||
b1a1691b84 |
@@ -1053,6 +1053,8 @@ endl
|
||||
|
||||
test [_flip_kind], FLIP_VERTICAL
|
||||
jz .dont_flip_vert
|
||||
cmp dword [ebx + Image.Height], 2
|
||||
jl .dont_flip_vert
|
||||
|
||||
imul eax, ecx
|
||||
sub eax, [scanline_len]
|
||||
@@ -1101,6 +1103,8 @@ endl
|
||||
|
||||
test [_flip_kind], FLIP_HORIZONTAL
|
||||
jz .exit
|
||||
cmp dword [ebx + Image.Width], 2
|
||||
jl .exit
|
||||
|
||||
mov ecx, [ebx + Image.Height]
|
||||
mov eax, [ebx + Image.Type]
|
||||
|
Reference in New Issue
Block a user