Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libvgl/
H A Dtext.c38 static VGLText *VGLTextFont;
53 if ((VGLTextFont=(VGLText*)malloc(sizeof(VGLText))) == (VGLText*)0) in VGLTextSetFontFile()
H A Dvgl.h71 typedef struct VGLText { struct
74 } VGLText; argument