Searched refs:dsty (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.h306 vdmrectangle(int origx, int origy,int dstx, int dsty) argument
311 vdmnum(origy,ycoord),vdmnum(dsty,sdsty));
/freebsd-11-stable/lib/libvgl/
H A Dbitmap.c294 VGLBitmap *dst, int dstx, int dsty, int width, int hight)
299 || dstx>dst->VXsize || dsty>dst->VYsize)
305 hight=hight+srcy; dsty-=srcy; srcy=0;
310 if (dsty < 0) {
311 hight=hight+dsty; srcy-=dsty; dsty=0;
319 if (dsty+hight > dst->VYsize)
320 hight=dst->VYsize-dsty;
324 for (srcline=srcy, dstline=dsty; srclin
293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight) argument
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-11-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 135 milliseconds