Subversion Repositories Kolibri OS

Rev

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

Rev 1957 Rev 1958
Line 215... Line 215...
215
 
215
 
216
;	mov  eax,ecx
216
;	mov  eax,ecx
217
;	shr  eax,16
217
;	shr  eax,16
Line 218... Line 218...
218
;	mov  [test4],eax
218
;	mov  [test4],eax
219
 
219
 
220
	mov eax,image_file
220
;	mov eax,image_file
221
	mov  edx,[scaling_mode]
221
;	mov  edx,[scaling_mode]
-
 
222
	movzx  esi,byte [filtering_flag]
-
 
223
;	mov  edi,[background_color]
-
 
224
 
-
 
225
	push	dword [background_color]	;edi - background color
-
 
226
	push	esi	; esi - filtering
-
 
227
	push	dword [scaling_mode]	;edx - scaling mode
-
 
228
	push	ecx	; ecx - start_coordinates
Line 222... Line 229...
222
	movzx  esi,byte [filtering_flag]
229
	push	ebx	; ebx - new_size
223
	mov  edi,[background_color]
230
	push	dword image_file	;eax -  convert data table
224
	
231
	
225
;	pusha
232
;	pusha
Line 226... Line -...
226
;	mcall 26,9
-
 
227
;	mov  [test1],eax
-
 
228
;	popa
233
;	mcall 26,9
Line 229... Line 234...
229
 
234
;	mov  [test1],eax
230
;	call [plugin_scaling]
235
;	popa
231
 
236