Lines Matching refs:VGLBitmap
48 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
180 ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line) in ReadVerticalLine()
295 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy()
296 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
359 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy()
360 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
370 VGLBitmap
373 VGLBitmap *object; in VGLBitmapCreate()
379 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
394 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy()
402 VGLBitmapAllocateBits(VGLBitmap *object) in VGLBitmapAllocateBits()