Subversion Repositories Kolibri OS

Rev

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

Rev 7136 Rev 7165
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-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: 7136 $
8
$Revision: 7165 $
Line 9... Line 9...
9
 
9
 
Line 334... Line 334...
334
 
334
 
335
align 16
335
align 16
336
cur_saved_data:
336
cur_saved_data:
337
        rb  4096
337
        rb  4096
338
fpu_data:
338
fpu_data:
-
 
339
        rb  1024
339
        rb  512
340
fpu_data_size = $ - fpu_data
340
draw_data:
341
draw_data:
341
        rb  32*256
342
        rb  32*256
342
BPSLine_calc_area   rd  1440
343
BPSLine_calc_area   rd  1440
343
d_width_calc_area   rd  1140
344
d_width_calc_area   rd  1140