Home
last modified time | relevance | path

Searched refs:dstx (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libvgl/
H A Dbitmap.c162 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() argument
171 VGLMouseOverlap(dstx, dsty, width, hight)); in __VGLBitmapCopy()
176 || dstx>dst->VXsize || dsty>dst->VYsize) in __VGLBitmapCopy()
179 width=width+srcx; dstx-=srcx; srcx=0; in __VGLBitmapCopy()
184 if (dstx < 0) { in __VGLBitmapCopy()
185 width=width+dstx; srcx-=dstx; dstx=0; in __VGLBitmapCopy()
194 if (dstx+width > dst->VXsize) in __VGLBitmapCopy()
195 width=dst->VXsize-dstx; in __VGLBitmapCopy()
211 if (mousemerge && VGLMouseOverlap(dstx, dstline, width, 1)) { in __VGLBitmapCopy()
214 VGLMouseMerge(dstx, dstline, width, p); in __VGLBitmapCopy()
[all …]
H A Dvgl.h108 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
109 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…