Alphabetical index of FPK-Pascal run time library
A A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure arc(x,y,alpha,beta,radius : integer);
B A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure bar(x1,y1,x2,y2 : integer);
- procedure bar3D(x1, y1, x2, y2 : integer;depth : word;top : boolean);
C A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure circle(x,y : integer;radius : word);
- procedure cleardevice;
- procedure clearviewport;
- procedure closegraph ;
- function convert(color : longint) : longint;
F A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure fillellipse(x,y : integer;xradius,yradius : word);
- procedure filltriangle(a,b,c : pointtype);
- procedure floodfill(x,y : integer;border : longint);
G A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure getaspectratio(var _xasp,_yasp : word);
- function getbkcolor : longint;
- function getcolor : longint;
- function getdrivername : string;
- procedure getfillpattern(var fillpattern : fillpatterntype);
- procedure getfillsettings(var fillinfo : fillsettingstype);
- function getgraphmode : integer;
- procedure getimage(x1,y1,x2,y2 : integer;var bitmap);
- procedure getlinesettings(var lineinfo : linesettingstype);
- function getmaxColor : longint;
- function getmaxmode : integer;
- function getmaxX : integer;
- function getmaxY : integer;
- function getmodename(mode : integer) : string;
- procedure getpalette(var palette : palettetype);
- function getpixel(x,y : integer) : longint;
- procedure getrgbpalette(colornum : byte;var redvalue,greenvalue,bluevalue
: byte);
- procedure gettextsettings(var textinfo : textsettingstype);
- procedure getviewsettings(var viewport : viewporttype);
- function getx : integer;
- function gety : integer;
- function graphResult : integer;
I A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- function imagesize(x1,y1,x2,y2 : integer) : word;
- procedure initgraph(var GraphDriver:Integer;var
graphmode : integer;const pathtodriver : string);
- function installuserdriver(const driverfilename : string;autodetectptr
: pointer) : integer;
- function installuserfont(const fontfilename : string) : integer;
L A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure line(x1,y1,x2,y2 : integer);
- procedure linerel(dx,dy : integer);
- procedure lineto(x,y : integer);
M A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure moverel(dx,dy : integer);
- procedure moveto(x,y : integer);
O A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure outtext(const textstring : string);
- procedure outtext(const charakter : char);
- procedure outtextxy(x,y : integer;const textstring : string);
- procedure outtextxy(x,y : integer;const charakter : char);
P A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure putimage(x,y : integer;var bitmap;bitblt : word);
- procedure putpixel(x,y : integer;colour: longint);
R A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure rectangle(x1,y1,x2,y2 : integer);
- function registerbgidriver(driver : pointer) : integer;
- function registerbgifont(font : pointer) : integer;
- procedure restorecrtmode;
S A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- procedure setactivePage(page : word);
- procedure setallpalette(var palette : palettetype);
- procedure setaspectratio(_xasp,_yasp : word);
- procedure setbkcolor(color : longint);
- procedure setcolor(color : longint);
- procedure setfillpattern(pattern : fillpatterntype;color
: longint);
- procedure setfillstyle(pattern : word;color : longint);
- procedure setgraphbufsize(bufsize : longint);
- procedure setlinestyle(linestyle : word;pattern : word;thickness
: word);
- procedure setrgbpalette(colornum,redvalue,greenvalue,bluevalue
: byte);
- procedure settextjustify(horiz,vert : word);
- procedure settextstyle(font,direction : word;charsize : word);
- procedure setusercharsize(multx,divx,multy,divy : word);
- procedure setviewport(x1,y1,x2,y2 : integer;clip : boolean);
- procedure setvisualpage(page : word);
- procedure setwritemode(writemode : integer);
T A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
- function textheight(const textstring : string) : word;
- function textwidth(const textstring : string) : word;
W A B
C D E
F G
H I J
K L M
N O P
Q R S
T U V
W X Y
Z
klaempfl@haegar.cip.mw.uni-muenchen.de
Copyright (c) 1996,97 by Gernot Tenchio and Florian Klaempfl