Subversion Repositories Kolibri OS

Rev

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

Rev 4288 Rev 4423
Line 15... Line 15...
15
;;                                                              ;;
15
;;                                                              ;;
16
;;  See file COPYING for details                                ;;
16
;;  See file COPYING for details                                ;;
17
;;                                                              ;;
17
;;                                                              ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 4288 $
20
$Revision: 4423 $
21
 
21
 
Line 1950... Line 1950...
1950
        jnz     bgr_resmooth0
1950
        jnz     bgr_resmooth0
1951
        push    edi
1951
        push    edi
1952
        mov     esi, bgr_next_line
1952
        mov     esi, bgr_next_line
1953
        mov     edi, bgr_cur_line
1953
        mov     edi, bgr_cur_line
1954
        mov     ecx, [_display.width]
1954
        mov     ecx, [_display.width]
1955
        inc     ecx
-
 
1956
        rep movsd
1955
        rep movsd
1957
        jmp     bgr_resmooth1
1956
        jmp     bgr_resmooth1
1958
;--------------------------------------
1957
;--------------------------------------
1959
align 4
1958
align 4
1960
sdpdone:
1959
sdpdone: