Searched refs:srcx (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
303 if (srcx < 0) {
304 width=width+srcx; dstx-=srcx; srcx=0;
310 width=width+dstx; srcx-=dstx; dstx=0;
315 if (srcx+width > src->VXsize)
316 width=src->VXsize-srcx;
328 (src->Bitmap+(srcline*src->VXsize)+srcx));
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.c831 int srcx = pbox[i].x1 + blit->delta_sx; local
843 start = srcy * blit->src_pitch + srcx;

Completed in 100 milliseconds