Searched refs:dsty (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libvgl/
H A Dbitmap.c296 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
301 || dstx>dst->VXsize || dsty>dst->VYsize)
307 hight=hight+srcy; dsty-=srcy; srcy=0;
312 if (dsty < 0) {
313 hight=hight+dsty; srcy-=dsty; dsty=0;
321 if (dsty+hight > dst->VYsize)
322 hight=dst->VYsize-dsty;
326 for (srcline=srcy, dstline=dsty; srclin
295 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
359 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
[all...]
H A Dvgl.h109 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
110 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
/freebsd-12-stable/sys/dev/drm/
H A Dmga_state.c834 int dsty = pbox[i].y1 + blit->delta_dy; local
848 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);

Completed in 36 milliseconds