Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7707 Alex2003 1
2
xmlns:o="urn:schemas-microsoft-com:office:office"
3
xmlns:w="urn:schemas-microsoft-com:office:word"
4
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
5
xmlns="http://www.w3.org/TR/REC-html40">
6
 
7
8
9
10
11
12
13
31
32
33
332
418
448
449
 
450
451
 
452
453
 
454

Back to

457
main

458
 
459

 

462
 
463

Function 1 -

466
put a dot in the window

467
 
468

 

471
 
472

Characteristic:

475
 
476

  *

479
class=GramE>eax = 1 - the number of function

480
 
481

  *

484
class=GramE>ebx = x-coordinate (relative to the window)

485
 
486

  *

489
class=GramE>ecx = y-coordinate (relative to the window)

490
 
491

  *

494
class=GramE>edx = 0x00RRGGBB - color of a point

495
 
496

 

499
style='mso-spacerun:yes'> * edx
500
= 0x01xxxxxx - to invert the color of the point (the lower 24 bits are ignored)

501
 
502

Returned value:

505
 
506

  * function

509
does not return a value

510
 
511

 

514
 
515

Constants for registers:

518
 
519

 

522
class=GramE>eax - SF_PUT_PIXEL (1)

523
 
524
525
 
526
527
 
528