Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libvgl/
H A Dtext.c48 if (VGLTextFont->BitmapArray != VGLFont) in VGLTextSetFontFile()
49 free (VGLTextFont->BitmapArray); in VGLTextSetFontFile()
59 VGLTextFont->BitmapArray = VGLFont; in VGLTextSetFontFile()
66 VGLTextFont->BitmapArray = in VGLTextSetFontFile()
68 fread(VGLTextFont->BitmapArray, 1, in VGLTextSetFontFile()
83 if (VGLTextFont->BitmapArray[((ch*VGLTextFont->Height)+lin)]&(1<<bit)) in VGLBitmapPutChar()
H A Dvgl.h73 byte *BitmapArray; member