Searched refs:BitmapArray (Results 1 – 2 of 2) sorted by relevance
48 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()
73 byte *BitmapArray; member