Lines Matching refs:VGLBitmap
46 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
178 ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line) in ReadVerticalLine()
293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy()
294 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
357 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy()
358 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
368 VGLBitmap
371 VGLBitmap *object; in VGLBitmapCreate()
377 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
392 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy()
400 VGLBitmapAllocateBits(VGLBitmap *object) in VGLBitmapAllocateBits()