Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 2509
Line 1491... Line 1491...
1491
Remarks:
1491
Remarks:
1492
  * The function is supported only for ATAPI devices (CD and DVD).
1492
  * The function is supported only for ATAPI devices (CD and DVD).
1493
  * An example of usage of the function is the application CD_tray.
1493
  * An example of usage of the function is the application CD_tray.
Line 1494... Line 1494...
1494
 
1494
 
-
 
1495
======================================================================
-
 
1496
======= Function 25 - put image area on the background layer. ========
-
 
1497
======================================================================
-
 
1498
Paramters:
-
 
1499
  * eax = 25 - function number
-
 
1500
  * ebx = pointer to the previously allocated memory area,
-
 
1501
        where placed the source images in a format BBGGRRTTBBGGRRTT...
-
 
1502
  * ecx = [size on axis x]*65536 + [size on axis y]
-
 
1503
  * edx = [coordinate on axis x]*65536 + [coordinate on axis y]
-
 
1504
Returned value:
-
 
1505
  * function does not return value
-
 
1506
Remarks:
-
 
1507
  * Coordinates of the image are coordinates of the upper left corner
-
 
1508
    of the image relative to the screen.
-
 
1509
  * Size of the image in bytes is 4*xsize*ysize
-
 
1510
  * TT - byte pointer of transparency, at current version:
-
 
1511
         1 to FF - opaque, 0 - transparent.
-
 
1512
  * The function places the image directly to LFB. It is not for
-
 
1513
    background image f.15. Options f.15 to f.25 does not make sense.
-
 
1514
 
1495
======================================================================
1515
======================================================================
1496
======== Function 26, subfunction 1 - get MPU MIDI base port. ========
1516
======== Function 26, subfunction 1 - get MPU MIDI base port. ========
1497
======================================================================
1517
======================================================================
1498
Parameters:
1518
Parameters:
1499
  * eax = 26 - function number
1519
  * eax = 26 - function number