Home
last modified time | relevance | path

Searched refs:VGLTextFont (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/lib/libvgl/
H A Dtext.c38 static VGLText *VGLTextFont; variable
47 if (VGLTextFont) { in VGLTextSetFontFile()
49 free (VGLTextFont->BitmapArray); in VGLTextSetFontFile()
50 free(VGLTextFont); in VGLTextSetFontFile()
57 VGLTextFont->Width = 8; in VGLTextSetFontFile()
58 VGLTextFont->Height = 8; in VGLTextSetFontFile()
59 VGLTextFont->BitmapArray = VGLFont; in VGLTextSetFontFile()
66 VGLTextFont->BitmapArray = in VGLTextSetFontFile()
67 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height); in VGLTextSetFontFile()
69 (256*VGLTextFont->Width* VGLTextFont->Height), fd); in VGLTextSetFontFile()
[all …]