Searched refs:dsty (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libvgl/ |
| HD | bitmap.c | 294 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() argument 299 || dstx>dst->VXsize || dsty>dst->VYsize) in __VGLBitmapCopy() 305 hight=hight+srcy; dsty-=srcy; srcy=0; in __VGLBitmapCopy() 310 if (dsty < 0) { in __VGLBitmapCopy() 311 hight=hight+dsty; srcy-=dsty; dsty=0; in __VGLBitmapCopy() 319 if (dsty+hight > dst->VYsize) in __VGLBitmapCopy() 320 hight=dst->VYsize-dsty; in __VGLBitmapCopy() 324 for (srcline=srcy, dstline=dsty; srcline<srcy+hight; srcline++, dstline++) { in __VGLBitmapCopy() 330 for (srcline=srcy, dstline=dsty; srcline<srcy+hight; srcline++, dstline++) { in __VGLBitmapCopy() 346 for (srcline=srcy, dstline=dsty; srcline<srcy+hight; srcline++, dstline++) { in __VGLBitmapCopy() [all …]
|
| HD | vgl.h | 107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid… 108 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width…
|
| /NextBSD/contrib/groff/src/devices/grolbp/ |
| HD | lbp.h | 306 vdmrectangle(int origx, int origy,int dstx, int dsty) in vdmrectangle() argument 311 vdmnum(origy,ycoord),vdmnum(dsty,sdsty)); in vdmrectangle()
|
| /NextBSD/sys/dev/drm/ |
| HD | mga_state.c | 834 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit() local 848 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h); in mga_dma_dispatch_blit()
|