Lines Matching refs:VGLBitmap
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()
501 VGLClear(VGLBitmap *object, u_long color) in VGLClear()