Subversion Repositories Kolibri OS

Rev

Rev 1951 | Rev 1958 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1951 Rev 1957
Line 30... Line 30...
30
	mov  eax,[vertical_position_coorect]
30
	mov  eax,[vertical_position_coorect]
31
	mov  ebx,[horizontal_position_coorect]
31
	mov  ebx,[horizontal_position_coorect]
32
	mov  [horizontal_position_coorect],eax
32
	mov  [horizontal_position_coorect],eax
33
	mov  [vertical_position_coorect],ebx
33
	mov  [vertical_position_coorect],ebx
34
	pop  ebx
34
	pop  ebx
35
	mov eax,image_file
35
;	mov eax,image_file
-
 
36
; ebx - direction
-
 
37
; 1 - clockwise, 2 - counter clockwise
-
 
38
; 3 - Left&Right, 4 - Up&Down
-
 
39
	push	ebx
-
 
40
	push	dword image_file
36
;	call [plugin_rotate]
41
;	call [plugin_rotate]
37
	call [rotate_Start]
42
	call [rotate_Start]
38
    mov  ebx,[raw_pointer]
43
    mov  ebx,[raw_pointer]
39
    mov  eax,[ebx+4]
44
    mov  eax,[ebx+4]
40
    mov  [img_width],eax
45
    mov  [img_width],eax