Searched refs:VGLTextFont (Results 1 – 1 of 1) sorted by relevance
36 static VGLText *VGLTextFont; variable45 if (VGLTextFont) { in VGLTextSetFontFile()48 free(VGLTextFont); in VGLTextSetFontFile()55 VGLTextFont->Width = 8; in VGLTextSetFontFile()56 VGLTextFont->Height = 8; in VGLTextSetFontFile()64 VGLTextFont->BitmapArray = 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()80 Bpc = Bpl * VGLTextFont->Height; in VGLBitmapPutChar()[all …]