Lines Matching refs:Object
76 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar() argument
86 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol); in VGLBitmapPutChar()
89 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol); in VGLBitmapPutChar()
92 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol); in VGLBitmapPutChar()
95 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol); in VGLBitmapPutChar()
98 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar()
104 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol); in VGLBitmapPutChar()
107 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol); in VGLBitmapPutChar()
110 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol); in VGLBitmapPutChar()
113 VGLSetXY(Object, (x-lin), (y+7-bit), bgcol); in VGLBitmapPutChar()
116 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
124 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString() argument
132 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString()
136 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString()
140 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString()
144 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString()
148 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()