Lines Matching refs:VGLBitmap

49 } VGLBitmap;  typedef
82 VGLBitmap *Image;
83 VGLBitmap *Mask;
102 extern VGLBitmap *VGLDisplay;
103 extern VGLBitmap VGLVDisplay;
110 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
111 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
112 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
113 void VGLBitmapDestroy(VGLBitmap *object);
114 int VGLBitmapAllocateBits(VGLBitmap *object);
115 void VGLBitmapCvt(VGLBitmap *src, VGLBitmap *dst);
124 int VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize);
125 int VGLPanScreen(VGLBitmap *object, int x, int y);
130 void VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask);
141 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
142 u_long VGLGetXY(VGLBitmap *object, int x, int y);
143 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
144 void VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
145 void VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
146 void VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
147 void VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
148 void VGLClear(VGLBitmap *object, u_long color);
160 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fil…
161 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, u_long fgcol, u_long bgcol, int fi…