Home
last modified time | relevance | path

Searched refs:VGLBitmap (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/lib/libvgl/
H A Dvgl.h49 } 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 Dmouse.c80 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 Dbitmap.c48 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 Dsimple.c94 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 Dmain.c50 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 Dtext.c76 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 Dview.c81 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 Ddemo.c43 VGLBitmap *tmp; in main()