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

/freebsd-12-stable/lib/libvgl/
H A Dbitmap.c295 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, argument
300 if (srcx>src->VXsize || srcy>src->VYsize
306 if (srcy < 0) {
307 hight=hight+srcy; dsty-=srcy; srcy=0;
313 hight=hight+dsty; srcy-=dsty; dsty=0;
317 if (srcy+hight > src->VYsize)
318 hight=src->VYsize-srcy;
326 for (srcline=srcy, dstlin
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.c832 int srcy = pbox[i].y1 + blit->delta_sy; local
840 srcy = blit->height - srcy - 1;
843 start = srcy * blit->src_pitch + srcx;

Completed in 103 milliseconds