[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TRastPort

Basic structure for all drawing actions

Declaration

Source position: agraphics.pas line 610

type TRastPort = record

  Layer: PLayer;

  

Pointer to Layer of Rastport

  BitMap: PBitMap;

  

Pointer to Bitmap data

  AreaPtrn: PWord;

  

Area Fill pattern

  TmpRas: PTmpRas;

  

Temporary Rastport, needed for Area actions

  AreaInfo: PAreaInfo;

  

  GelsInfo: PGelsInfo;

  

  Mask: Byte;

  

Write mask for this raster

  FgPen: ShortInt;

  

Foreground pen for this raster

  BgPen: ShortInt;

  

Background pen for this raster

  AOlPen: ShortInt;

  

AreaFill outline pen

  DrawMode: ShortInt;

  

Drawing mode for fill, lines, and text (JAM1, JAM2, COMPLEMENT, INVERSVID)

  AreaPtSz: ShortInt;

  

2**n words for areafill pattern

  LinPatCnt: ShortInt;

  

current line drawing pattern preshift

  dummy: ShortInt;

  

  Flags: Word;

  

Miscellaneous control bits (FRST_DOT, ONE_DOT, DBUFFER)

  LinePtrn: Word;

  

16 bits for textured lines

  cp_x: SmallInt;

  

Current x pen position

  cp_y: SmallInt;

  

Current y pen position

  minterms: array [0..7] of Byte;

  

  PenWidth: SmallInt;

  

  PenHeight: SmallInt;

  

  Font: PTextFont;

  

PTextFont current font Pointer

  AlgoStyle: Byte;

  

The algorithmically generated style

  TxFlags: Byte;

  

Text specific flags

  TxHeight: Word;

  

Text height

  TxWidth: Word;

  

Text nominal width

  TxBaseline: Word;

  

Text baseline

  TxSpacing: SmallInt;

  

Text spacing (per character)

  RP_User: APTR;

  

end;

See also

BltBitMapRastPort

  

Blit from source bitmap to destination rastport.

BltMaskBitMapRastPort

  

Blit from source bitmap to destination rastport with masking of source image.

BltPattern

  

Using standard drawing rules for areafill, blit through a mask.

ClearEOL

  

Clear from current position to end of line.

ClearScreen

  

Clear from current position to end of RastPort.

ClipBlit

  

Calls BltBitMap() after accounting for windows

CreateRastPort

  

This function creates a new RastPort.

CloneRastPort

  

This function creates a copy of a RastPort.

DeinitRastPort

  

Frees the extra contents associated with a RastPort structure.

FreeRastPort

  

This frees a RastPort obtained with CloneRastPort() or CreateRastPort().

Draw

  

Draw a line between the current pen position and the new x,y position.

DrawEllipse

  

Draw an ellipse centered at cx,cy with vertical and horizontal radii of a,b respectively

DrawGList

  

Process the gel list, queueing VSprites, drawing Bobs.

EraseRect

  

Fill a defined rectangular area using the current BackFill hook.

Flood

  

Flood rastport like areafill.

GfxMove

  

Move graphics pen position.

InitRastPort

  

Initialize raster port structure

PolyDraw

  

Draw lines from table of (x,y) values.

ReadPixel

  

read the pen number value of the pixel at a specified x,y location within a certain RastPort.

WritePixel

  

Change the pen num of one specific pixel in a specified RastPort.

GfxText

  

Write text characters (no formatting).


Documentation generated on: 2017-01-10