Subversion Repositories Kolibri OS

Rev

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

Rev 6790 Rev 7136
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2011-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2011-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 6790 $
8
$Revision: 7136 $
9
 
9
 
10
 
10
 
Line 96... Line 96...
96
blit_clip:
96
blit_clip:
Line 97... Line 97...
97
 
97
 
98
;return code:
98
;return code:
Line 99... Line 99...
99
;CF= 0 - draw, 1 - don't draw
99
;CF= 0 - draw, 1 - don't draw
100
 
100
 
101
.sx0   equ 8
101
.sx0   = 8
102
.sy0   equ 12
102
.sy0   = 12
103
.sx1   equ 16
103
.sx1   = 16
104
.sy1   equ 20
104
.sy1   = 20
105
 
105
 
106
.dx0   equ 24
106
.dx0   = 24
107
.dy0   equ 28
107
.dy0   = 28
Line 108... Line 108...
108
.dx1   equ 32
108
.dx1   = 32
109
.dy1   equ 36
109
.dy1   = 36
110
 
110