Subversion Repositories Kolibri OS

Rev

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

Rev 3726 Rev 3727
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 3726 $
74
$Revision: 3727 $
Line 5464... Line 5464...
5464
align 4
5464
align 4
5465
calculate_fast_getting_offset_for_WinMapAddress:
5465
calculate_fast_getting_offset_for_WinMapAddress:
5466
; calculate data area for fast getting offset to _WinMapAddress
5466
; calculate data area for fast getting offset to _WinMapAddress
5467
        xor     eax, eax
5467
        xor     eax, eax
5468
        mov     ecx, [_display.height]
5468
        mov     ecx, [_display.height]
5469
        inc     ecx
-
 
5470
        mov     edi, d_width_calc_area
5469
        mov     edi, d_width_calc_area
5471
        cld
5470
        cld
5472
@@:
5471
@@:
5473
        stosd
5472
        stosd
5474
        add     eax, [_display.width]
5473
        add     eax, [_display.width]
Line 5479... Line 5478...
5479
align 4
5478
align 4
5480
calculate_fast_getting_offset_for_LFB:
5479
calculate_fast_getting_offset_for_LFB:
5481
; calculate data area for fast getting offset to LFB
5480
; calculate data area for fast getting offset to LFB
5482
        xor     eax, eax
5481
        xor     eax, eax
5483
        mov     ecx, [_display.height]
5482
        mov     ecx, [_display.height]
5484
        inc     ecx
-
 
5485
        mov     edi, BPSLine_calc_area
5483
        mov     edi, BPSLine_calc_area
5486
        cld
5484
        cld
5487
@@:
5485
@@:
5488
        stosd
5486
        stosd
5489
        add     eax, [_display.pitch]
5487
        add     eax, [_display.pitch]
Line 5871... Line 5869...
5871
 
5869
 
Line 5872... Line 5870...
5872
include "data32.inc"
5870
include "data32.inc"
Line 5873... Line -...
5873
 
-
 
5874
__REV__ = __REV
5871
 
5875
 
5872
__REV__ = __REV
5876
uglobals_size = $ - endofcode
5873