Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvgl/
H A Dbitmap.c165 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() argument
174 VGLMouseOverlap(dstx, dsty, width, hight)); in __VGLBitmapCopy()
179 || dstx>dst->VXsize || dsty>dst->VYsize) in __VGLBitmapCopy()
185 hight=hight+srcy; dsty-=srcy; srcy=0; in __VGLBitmapCopy()
190 if (dsty < 0) { in __VGLBitmapCopy()
191 hight=hight+dsty; srcy-=dsty; dsty=0; in __VGLBitmapCopy()
199 if (dsty+hight > dst->VYsize) in __VGLBitmapCopy()
200 hight=dst->VYsize-dsty; in __VGLBitmapCopy()
206 if (src->Bitmap == dst->Bitmap && srcy < dsty) { in __VGLBitmapCopy()
226 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy() argument
[all …]
H A Dvgl.h110 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
111 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…