Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 215... Line 215...
215
 mov ecx,[line_y]
215
 mov ecx,[line_y]
216
 shl ebx,16
216
 shl ebx,16
217
 shl ecx,16
217
 shl ecx,16
218
 add ebx,[line_size_x]
218
 add ebx,[line_size_x]
219
 add ecx,[line_size_y]
219
 add ecx,[line_size_y]
220
 int 0x40
220
 mcall
221
 ret
221
 ret
222
;----------------------------------------------------------
222
;----------------------------------------------------------
223
draw_conture:
223
draw_conture:
Line 224... Line 224...
224
 
224
 
Line 301... Line 301...
301
 mov [text_y],ebx
301
 mov [text_y],ebx
302
 mov eax,4
302
 mov eax,4
303
 mov ebx,[text_x]
303
 mov ebx,[text_x]
304
 shl ebx,16
304
 shl ebx,16
305
 add ebx,[text_y]
305
 add ebx,[text_y]
306
 int 0x40
306
 mcall
307
 ret
307
 ret
308
;----------------------------------------------------------
308
;----------------------------------------------------------
309
draw_rectangle:
309
draw_rectangle:
310
 mov eax,13
310
 mov eax,13
311
 int 0x40
311
 mcall
312
 ret
312
 ret
313
;------------------------
313
;------------------------
314
draw_line:
314
draw_line:
315
 mov eax,38
315
 mov eax,38
316
 int 0x40
316
 mcall
317
 ret
317
 ret
318
;----------------------------------------------------------
318
;----------------------------------------------------------
319
;lightlin 12508927
319
;lightlin 12508927
320
;lines    5669590
320
;lines    5669590
321
;workpan  9350879
321
;workpan  9350879