Home
last modified time | relevance | path

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

/freebsd-13.1/share/examples/libvgl/
H A Ddemo.c78 VGLBitmapString(VGLDisplay, 100,100, in main()
81 VGLBitmapString(VGLDisplay, 100,100, in main()
84 VGLBitmapString(VGLDisplay, 100,100, in main()
87 VGLBitmapString(VGLDisplay, 100,100, in main()
/freebsd-13.1/lib/libvgl/
H A DMakefile15 vgl.3 VGLBitmapString.3 \
H A Dvgl.h161 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, u_long fgcol, u_long bgcol, int fi…
H A Dtext.c128 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString() function