Lines Matching refs:Object
76 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar() argument
90 VGLSetXY(Object, (x+topbit-bit), (y+lin), fgcol); in VGLBitmapPutChar()
93 VGLSetXY(Object, (x+lin), (y-topbit+bit), fgcol); in VGLBitmapPutChar()
96 VGLSetXY(Object, (x-topbit+bit), (y-lin), fgcol); in VGLBitmapPutChar()
99 VGLSetXY(Object, (x-lin), (y+topbit-bit), fgcol); in VGLBitmapPutChar()
102 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar()
108 VGLSetXY(Object, (x+topbit-bit), (y+lin), bgcol); in VGLBitmapPutChar()
111 VGLSetXY(Object, (x+lin), (y-topbit+bit), bgcol); in VGLBitmapPutChar()
114 VGLSetXY(Object, (x-topbit+bit), (y-lin), bgcol); in VGLBitmapPutChar()
117 VGLSetXY(Object, (x-lin), (y+topbit-bit), bgcol); in VGLBitmapPutChar()
120 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
128 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString() argument
136 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString()
140 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString()
144 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString()
148 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString()
152 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()