Lines Matching refs:VGLBitmap
46 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
162 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy()
163 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
223 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in VGLBitmapCopy()
224 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
252 VGLBitmap
255 VGLBitmap *object; in VGLBitmapCreate()
261 object = (VGLBitmap *)malloc(sizeof(*object)); in VGLBitmapCreate()
277 VGLBitmapDestroy(VGLBitmap *object) in VGLBitmapDestroy()
285 VGLBitmapAllocateBits(VGLBitmap *object) in VGLBitmapAllocateBits()
294 VGLBitmapCvt(VGLBitmap *src, VGLBitmap *dst) in VGLBitmapCvt()