Lines Matching refs:Object
73 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar() argument
83 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol); in VGLBitmapPutChar()
86 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol); in VGLBitmapPutChar()
89 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol); in VGLBitmapPutChar()
92 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol); in VGLBitmapPutChar()
95 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar()
101 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol); in VGLBitmapPutChar()
104 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol); in VGLBitmapPutChar()
107 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol); in VGLBitmapPutChar()
110 VGLSetXY(Object, (x-lin), (y+7-bit), bgcol); in VGLBitmapPutChar()
113 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
121 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString() argument
129 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString()
133 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString()
137 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString()
141 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString()
145 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()