Lines Matching refs:VGLBitmap
45 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
161 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy()
162 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
222 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy()
223 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
251 VGLBitmap
254 VGLBitmap *object; in VGLBitmapCreate()
260 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
276 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy()
284 VGLBitmapAllocateBits(VGLBitmap *object) in VGLBitmapAllocateBits()
293 VGLBitmapCvt(VGLBitmap *src, VGLBitmap *dst) in VGLBitmapCvt()