Searched refs:VGLBitmap (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libvgl/
H A Dvgl.h47 } VGLBitmap; typedef in typeref:struct:__anon430
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 *VGLBitmapCreat
[all...]
H A Dbitmap.c45 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line)
161 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy,
162 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
222 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy,
223 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
251 VGLBitmap
254 VGLBitmap *object;
260 object = (VGLBitmap *)malloc(sizeof(*object));
276 VGLBitmapDestroy(VGLBitmap *object)
284 VGLBitmapAllocateBits(VGLBitmap *objec
[all...]
H A Dmain.c46 VGLBitmap *VGLDisplay;
47 VGLBitmap VGLVDisplay;
177 VGLDisplay = (VGLBitmap *)malloc(sizeof(VGLBitmap));
479 VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize)
508 VGLPanScreen(VGLBitmap *object, int x, int y)
H A Dtext.c74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch,
126 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str,
H A Dsimple.c50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color)
135 VGLGetXY(VGLBitmap *object, int x, int y)
174 plot(VGLBitmap * object, int x, int y, int flag, u_long color)
185 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color)
369 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color)
378 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color)
386 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color)
404 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color)
427 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color)
440 VGLFilledEllipse(VGLBitmap *objec
[all...]
H A Dmouse.c158 static VGLBitmap VGLMouseLargeAndMask =
161 static VGLBitmap VGLMouseLargeOrMask =
164 static VGLBitmap VGLMouseSmallAndMask =
167 static VGLBitmap VGLMouseSmallOrMask =
170 static VGLBitmap *VGLMouseAndMask, *VGLMouseOrMask;
252 VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask)
284 VGLBitmap *ormask;
/freebsd-current/share/examples/libvgl/
H A Ddemo.c41 VGLBitmap *tmp;

Completed in 75 milliseconds