Searched refs:srcy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/lib/libvgl/ |
| D | bitmap.c | 293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() argument 298 if (srcx>src->VXsize || srcy>src->VYsize in __VGLBitmapCopy() 304 if (srcy < 0) { in __VGLBitmapCopy() 305 hight=hight+srcy; dsty-=srcy; srcy=0; in __VGLBitmapCopy() 311 hight=hight+dsty; srcy-=dsty; dsty=0; in __VGLBitmapCopy() 315 if (srcy+hight > src->VYsize) in __VGLBitmapCopy() 316 hight=src->VYsize-srcy; 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 …]
|
| D | 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…
|
| /freebsd-9-stable/sys/dev/drm/ |
| D | mga_state.c | 832 int srcy = pbox[i].y1 + blit->delta_sy; in mga_dma_dispatch_blit() local 840 srcy = blit->height - srcy - 1; in mga_dma_dispatch_blit() 843 start = srcy * blit->src_pitch + srcx; in mga_dma_dispatch_blit()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | R600Instructions.td | 395 (i32 imm:$srcx), (i32 imm:$srcy), (i32 imm:$srcz), (i32 imm:$srcw), 403 imm:$srcx, imm:$srcy, imm:$srcz, imm:$srcw, 842 RSel:$srcx, RSel:$srcy, RSel:$srcz, RSel:$srcw, 850 "$SRC_GPR.$srcx$srcy$srcz$srcw "
|