Lines Matching refs:Width
55 VGLTextFont->Width = 8; in VGLTextSetFontFile()
62 fread(&VGLTextFont->Width, 1 , 1, fd); in VGLTextSetFontFile()
65 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height); in VGLTextSetFontFile()
67 (256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height), fd); in VGLTextSetFontFile()
79 Bpl = (VGLTextFont->Width + 7) / 8; in VGLBitmapPutChar()
81 topbit = VGLTextFont->Width - 1; in VGLBitmapPutChar()
83 for(bit = 0; bit < VGLTextFont->Width; bit++) { in VGLBitmapPutChar()
84 b = bit + (-VGLTextFont->Width & 7); in VGLBitmapPutChar()
134 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString()
138 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString()
142 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString()
146 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString()
150 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()
151 y-(pos*VGLTextFont->Width), in VGLBitmapString()