Lines Matching refs:VGLBitmap
50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY()
135 VGLGetXY(VGLBitmap *object, int x, int y) in VGLGetXY()
174 plot(VGLBitmap * object, int x, int y, int flag, u_long color) in plot()
185 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine()
369 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLBox()
378 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLFilledBox()
386 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set4pixels()
404 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLEllipse()
427 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, u_long color) in set2lines()
440 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color) in VGLFilledEllipse()
463 VGLClear(VGLBitmap *object, u_long color) in VGLClear()
465 VGLBitmap src; in VGLClear()