Lines Matching refs:VGLBitmap
52 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY()
137 VGLGetXY(VGLBitmap *object, int x, int y) in VGLGetXY()
176 plot(VGLBitmap * object, int x, int y, int flag, u_long color) in plot()
187 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine()
371 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLBox()
380 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLFilledBox()
388 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set4pixels()
406 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLEllipse()
429 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set2lines()
442 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLFilledEllipse()
465 VGLClear(VGLBitmap *object, u_long color) in VGLClear()
467 VGLBitmap src; in VGLClear()