| /freebsd-12.1/lib/libvgl/ |
| H A D | vgl.h | 49 } VGLBitmap; typedef 82 VGLBitmap *Image; 83 VGLBitmap *Mask; 102 extern VGLBitmap *VGLDisplay; 109 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid… 110 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width… 112 void VGLBitmapDestroy(VGLBitmap *object); 113 int VGLBitmapAllocateBits(VGLBitmap *object); 130 void VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask); 138 u_long VGLGetXY(VGLBitmap *object, int x, int y); [all …]
|
| H A D | mouse.c | 80 static VGLBitmap VGLMouseStdAndMask = 82 static VGLBitmap VGLMouseStdOrMask = 84 static VGLBitmap *VGLMouseAndMask, *VGLMouseOrMask; 86 static VGLBitmap VGLMouseSave = 99 VGLBitmap buffer = in VGLMousePointerShow() 183 VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask) in VGLMouseSetImage()
|
| H A D | bitmap.c | 48 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine() 180 ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line) in ReadVerticalLine() 295 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() 296 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() 359 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy() 360 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy() 370 VGLBitmap 373 VGLBitmap *object; in VGLBitmapCreate() 379 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate() 394 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy() [all …]
|
| H A D | simple.c | 94 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() 147 VGLGetXY(VGLBitmap *object, int x, int y) in VGLGetXY() 212 plot(VGLBitmap * object, int x, int y, int flag, byte color) in plot() 223 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine() 407 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLBox() 416 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLFilledBox() 424 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set4pixels() 442 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLEllipse() 465 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set2lines() 478 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLFilledEllipse() [all …]
|
| H A D | main.c | 50 VGLBitmap *VGLDisplay; 167 VGLDisplay = (VGLBitmap *)malloc(sizeof(VGLBitmap)); in VGLInit() 531 VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize) in VGLSetVScreenSize() 555 VGLPanScreen(VGLBitmap *object, int x, int y) in VGLPanScreen()
|
| H A D | text.c | 76 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar() 124 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString()
|
| /freebsd-12.1/release/picobsd/tinyware/view/ |
| H A D | view.c | 81 VGLBitmap pic,bkg; 115 VGLBitmap sav,clr; in pop_up() 188 display( VGLBitmap *pic, in display() 194 VGLBitmap target; in display()
|
| /freebsd-12.1/share/examples/libvgl/ |
| H A D | demo.c | 43 VGLBitmap *tmp; in main()
|