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

/freebsd-10.0-release/lib/libvgl/
H A Dbitmap.c293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, argument
298 if (srcx>src->VXsize || srcy>src->VYsize
304 if (srcy < 0) {
305 hight=hight+srcy; dsty-=srcy; srcy=0;
311 hight=hight+dsty; srcy-=dsty; dsty=0;
315 if (srcy+hight > src->VYsize)
316 hight=src->VYsize-srcy;
324 for (srcline=srcy, dstlin
357 VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
[all...]
H A Dvgl.h107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
108 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
/freebsd-10.0-release/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 133 milliseconds