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 7 -

466
display image in the window.

467
 
468

Options:

471
 
472

   * eax =

475
7 - function number

476
 
477

   * ebx =

480
pointer to image in BBGGRRBBGGRR format ...

481
 
482

   * ecx =

485
[x-axis size] * 65536 + [y-axis size]

486
 
487

   * edx =

490
[x-coordinate] * 65536 + [y-coordinate]

491
 
492

Return value:

495
 
496

   * Function does not return value

499
 
500

Remarks:

503
 
504

   * Image coordinates are the coordinates of the upper left

507
corner. Image relative to the window.

508
 
509

   * Image size in bytes is 3 * xsize

512
* ysize.

513
 
514

 

517
 
518

Constants for registers:

521
 
522

   eax -

525
SF_PUT_IMAGE (7)

526
 
527
528
 
529
530
 
531