Searched refs:dstx (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)
304 width=width+srcx; dstx-=srcx; srcx=0;
309 if (dstx < 0) {
310 width=width+dstx; srcx-=dstx; dstx=0;
319 if (dstx+width > dst->VXsize)
320 width=dst->VXsize-dstx;
327 WriteVerticalLine(dst, dstx, dstlin
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.c833 int dstx = pbox[i].x1 + blit->delta_dx; local
847 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff),

Completed in 103 milliseconds