Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libvgl/
H A Dbitmap.c163 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() argument
172 VGLMouseOverlap(dstx, dsty, width, hight)); in __VGLBitmapCopy()
177 || dstx>dst->VXsize || dsty>dst->VYsize) in __VGLBitmapCopy()
183 hight=hight+srcy; dsty-=srcy; srcy=0; in __VGLBitmapCopy()
188 if (dsty < 0) { in __VGLBitmapCopy()
189 hight=hight+dsty; srcy-=dsty; dsty=0; in __VGLBitmapCopy()
197 if (dsty+hight > dst->VYsize) in __VGLBitmapCopy()
198 hight=dst->VYsize-dsty; in __VGLBitmapCopy()
204 if (src->Bitmap == dst->Bitmap && srcy < dsty) { in __VGLBitmapCopy()
224 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy() argument
[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…