Home
last modified time | relevance | path

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

/dragonfly/lib/libvgl/
HDtext.c35 static VGLText *VGLTextFont = NULL;
50 if ((VGLTextFont=(VGLText*)malloc(sizeof(VGLText))) == NULL) in VGLTextSetFontFile()
HDvgl.h63 typedef struct VGLText { struct
66 } VGLText; argument