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

/freebsd-10-stable/lib/libvgl/
H A Dtext.c36 static VGLText *VGLTextFont = 0; variable
45 if (VGLTextFont) {
46 if (VGLTextFont->BitmapArray != VGLFont)
47 free (VGLTextFont->BitmapArray);
48 free(VGLTextFont);
51 if ((VGLTextFont=(VGLText*)malloc(sizeof(VGLText))) == (VGLText*)0)
55 VGLTextFont->Width = 8;
56 VGLTextFont->Height = 8;
57 VGLTextFont->BitmapArray = VGLFont;
62 fread(&VGLTextFont
[all...]

Completed in 43 milliseconds