Basic structure for all drawing actions
Source position: agraphics.pas line 106
type PRastPort = ^TRastPort; |
|
Blit from source bitmap to destination rastport. |
|
|
Blit from source bitmap to destination rastport with masking of source image. |
|
|
Using standard drawing rules for areafill, blit through a mask. |
|
|
Clear from current position to end of line. |
|
|
Clear from current position to end of RastPort. |
|
|
Calls BltBitMap() after accounting for windows |
|
|
Draw a line between the current pen position and the new x,y position. |
|
|
Draw an ellipse centered at cx,cy with vertical and horizontal radii of a,b respectively |
|
|
Process the gel list, queueing VSprites, drawing Bobs. |
|
|
Fill a defined rectangular area using the current BackFill hook. |
|
|
Flood rastport like areafill. |
|
|
Move graphics pen position. |
|
|
Initialize raster port structure |
|
|
Draw lines from table of (x,y) values. |
|
|
read the pen number value of the pixel at a specified x,y location within a certain RastPort. |
|
|
Change the pen num of one specific pixel in a specified RastPort. |
|
|
Write text characters (no formatting). |