•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Line A Graphics ]

... are a set of primitive screen graphics functions.  Instead of
using a TRAP instruction, they use unimplemented instructions
in the range $A000 - $AFFF to create an exception (see ALINE).

Atari plans to discontinue Line A, and the functions can only be used
with ST screen resolutions.  VDI functions should be used instead.

linea_init - must be called first

bit_blt          get_pixel        set_ln_mask      text_blt
draw_circle      hide_mouse       set_wrt_mode     transform_mouse
draw_line        horizontal_line  set_pattern      undraw_sprite
draw_sprite      print_string     set_clip
filled_polygon   put_pixel        set_text_blt
filled_rect      set_fg_bp        show_mouse

See also LINEA, VDIESC, FONTS and LINEA_FUNP.