Subversion Repositories Kolibri OS

Rev

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

Rev 555 Rev 559
Line 1... Line 1...
1
$Revision: 555 $
1
$Revision: 559 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 930... Line 930...
930
        mov     edx, [esp+4]
930
        mov     edx, [esp+4]
931
        mov     esi, [esp]
931
        mov     esi, [esp]
932
        push    edi
932
        push    edi
933
        mov     edi, bgr_cur_line
933
        mov     edi, bgr_cur_line
934
        call    smooth_line
934
        call    smooth_line
935
        cmp     dword [BgrDataHeight], 1
-
 
936
        jz      bgr.no2nd
-
 
937
bgr_resmooth1:
935
bgr_resmooth1:
-
 
936
        mov     eax, [esp+16+4]
-
 
937
        inc     eax
-
 
938
        cmp     eax, [BgrDataHeight]
-
 
939
        jae     bgr.no2nd
938
        mov     ecx, [esp+8+4]
940
        mov     ecx, [esp+8+4]
939
        mov     edx, [esp+4+4]
941
        mov     edx, [esp+4+4]
940
        mov     esi, [esp+4]
942
        mov     esi, [esp+4]
941
        add     esi, [BgrDataWidth]
943
        add     esi, [BgrDataWidth]
942
        add     esi, [BgrDataWidth]
944
        add     esi, [BgrDataWidth]