Lines Matching refs:VGLBitmap
48 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
164 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy()
165 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
225 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy()
226 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
254 VGLBitmap
257 VGLBitmap *object; in VGLBitmapCreate()
263 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
279 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy()
287 VGLBitmapAllocateBits(VGLBitmap *object) in VGLBitmapAllocateBits()
296 VGLBitmapCvt(VGLBitmap *src, VGLBitmap *dst) in VGLBitmapCvt()