Lines Matching refs:VGLBitmap

47 } VGLBitmap;
80 VGLBitmap *Image;
81 VGLBitmap *Mask;
100 extern VGLBitmap *VGLDisplay;
101 extern VGLBitmap VGLVDisplay;
108 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
109 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
110 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
111 void VGLBitmapDestroy(VGLBitmap *object);
112 int VGLBitmapAllocateBits(VGLBitmap *object);
113 void VGLBitmapCvt(VGLBitmap *src, VGLBitmap *dst);
122 int VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize);
123 int VGLPanScreen(VGLBitmap *object, int x, int y);
128 void VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask);
139 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
140 u_long VGLGetXY(VGLBitmap *object, int x, int y);
141 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
142 void VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
143 void VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
144 void VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
145 void VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
146 void VGLClear(VGLBitmap *object, u_long color);
158 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fill, int dir);
159 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, u_long fgcol, u_long bgcol, int fill, int dir);