Lines Matching defs:color
45 VGLSetXY(VGLBitmap *object, int x, int y, byte color) in VGLSetXY()
126 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, byte color) in VGLLine()
160 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, byte color) in VGLBox()
169 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, byte color) in VGLFilledBox()
177 set4pixels(VGLBitmap *object, int x, int y, int xc, int yc, byte color) in set4pixels()
195 VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, byte color) in VGLEllipse()
218 set2lines(VGLBitmap *object, int x, int y, int xc, int yc, byte color) in set2lines()
231 VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, byte color) in VGLFilledEllipse()
254 VGLClear(VGLBitmap *object, byte color) in VGLClear()
371 VGLSetPaletteIndex(byte color, byte red, byte green, byte blue) in VGLSetPaletteIndex()
386 VGLSetBorder(byte color) in VGLSetBorder()