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

/freebsd-10.1-release/lib/libvgl/
H A Dtext.c46 if (VGLTextFont->BitmapArray != VGLFont)
47 free (VGLTextFont->BitmapArray);
57 VGLTextFont->BitmapArray = VGLFont;
64 VGLTextFont->BitmapArray =
66 fread(VGLTextFont->BitmapArray, 1,
81 if (VGLTextFont->BitmapArray[((ch*VGLTextFont->Height)+lin)]&(1<<bit))
H A Dvgl.h71 byte *BitmapArray; member in struct:VGLText

Completed in 111 milliseconds