Searched refs:VGLBitmapString (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/share/examples/libvgl/ |
| H A D | demo.c | 78 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 D | view.c | 148 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() 168 …VGLBitmapString(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 D | Makefile | 15 vgl.3 VGLBitmapString.3 \
|
| H A D | text.c | 124 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, in VGLBitmapString() function
|
| H A D | vgl.h | 154 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, byte bgcol, int fill, …
|