Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/release/picobsd/tinyware/view/
H A Dview.c148 VGLBitmapString(VGLDisplay,x1+1,y1+1,title,0,pal_colors-1,0,0); in pop_up()
152 VGLBitmapString(VGLDisplay,x1+1,y1+11+i*9,std_menu[i].descr,0,pal_colors-1,0,0); in pop_up()
163 VGLBitmapString(VGLDisplay,x1+1,y1+11+last_pos*9,std_menu[last_pos].descr,0,pal_colors-1,0,0); in pop_up()
167 VGLBitmapString(VGLDisplay,x1+1,y1+11+last_pos*9,std_menu[last_pos].descr,0,pal_colors-1,0,0); in pop_up()
168VGLBitmapString(VGLDisplay,x1+1,y1+11+cur_pos*9,std_menu[cur_pos].descr,pal_colors/2+1,pal_colors-… in pop_up()
/freebsd-12.1/lib/libvgl/
H A DMakefile15 vgl.3 VGLBitmapString.3 \
H A Dtext.c124 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString() function
H A Dvgl.h154 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, byte bgcol, int fill, …