Home
last modified time | relevance | path

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

/dflybsd-src/lib/libvgl/
H A Dtext.c45 if (VGLTextFont->BitmapArray) in VGLTextSetFontFile()
46 free (VGLTextFont->BitmapArray); in VGLTextSetFontFile()
56 VGLTextFont->BitmapArray = VGLFont; in VGLTextSetFontFile()
63 VGLTextFont->BitmapArray = in VGLTextSetFontFile()
65 fread(VGLTextFont->BitmapArray, 1, in VGLTextSetFontFile()
80 if (VGLTextFont->BitmapArray[((ch*VGLTextFont->Height)+lin)]&(1<<bit)) in VGLBitmapPutChar()
H A Dvgl.h65 byte *BitmapArray; member