Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dtext.c36 static VGLText *VGLTextFont;
51 if ((VGLTextFont=(VGLText*)malloc(sizeof(VGLText))) == (VGLText*)0) in VGLTextSetFontFile()
H A Dvgl.h69 typedef struct VGLText { struct
72 } VGLText; argument