Home
last modified time | relevance | path

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

/NextBSD/lib/libvgl/
HDvgl.h47 } VGLBitmap; typedef
80 VGLBitmap *Image;
81 VGLBitmap *Mask;
100 extern VGLBitmap *VGLDisplay;
107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
108 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
109 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
110 void VGLBitmapDestroy(VGLBitmap *object);
111 int VGLBitmapAllocateBits(VGLBitmap *object);
120 int VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize);
[all …]
HDmouse.c78 static VGLBitmap VGLMouseStdAndMask =
80 static VGLBitmap VGLMouseStdOrMask =
82 static VGLBitmap *VGLMouseAndMask, *VGLMouseOrMask;
84 static VGLBitmap VGLMouseSave =
97 VGLBitmap buffer = in VGLMousePointerShow()
181 VGLMouseSetImage(VGLBitmap *AndMask, VGLBitmap *OrMask) in VGLMouseSetImage()
HDbitmap.c46 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
178 ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line) in ReadVerticalLine()
293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy()
294 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
357 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy()
358 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
368 VGLBitmap
371 VGLBitmap *object; in VGLBitmapCreate()
377 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
392 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy()
[all …]
HDsimple.c92 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY()
145 VGLGetXY(VGLBitmap *object, int x, int y) in VGLGetXY()
210 plot(VGLBitmap * object, int x, int y, int flag, byte color) in plot()
221 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine()
405 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLBox()
414 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLFilledBox()
422 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set4pixels()
440 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLEllipse()
463 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set2lines()
476 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLFilledEllipse()
[all …]
HDmain.c48 VGLBitmap *VGLDisplay;
165 VGLDisplay = (VGLBitmap *)malloc(sizeof(VGLBitmap)); in VGLInit()
529 VGLSetVScreenSize(VGLBitmap *object, int VXsize, int VYsize) in VGLSetVScreenSize()
553 VGLPanScreen(VGLBitmap *object, int x, int y) in VGLPanScreen()
HDtext.c74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar()
122 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString()
/NextBSD/release/picobsd/tinyware/view/
HDview.c81 VGLBitmap pic,bkg;
115 VGLBitmap sav,clr; in pop_up()
188 display( VGLBitmap *pic, in display()
194 VGLBitmap target; in display()
/NextBSD/share/examples/libvgl/
HDdemo.c41 VGLBitmap *tmp; in main()