Searched refs:skind (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | VISmoveImage.s | 35 VISmoveImageLR(unsigned char *src, unsigned char *dst, long w, long h, long skind, long dkind) 42 // to start of the last scanline and negate both skind and dkind arguments. 44 assert(abs(skind) >= w && abs(dkind) >= w); 49 s += skind - w; 55 VISmoveImageRL(unsigned char *src, unsigned char *dst, long w, long h, long skind, long dkind) 62 // to start of the last scanline and negate both skind and dkind arguments. 64 assert(abs(skind) >= w && abs(dkind) >= w); 71 s += skind + w; 102 #define skind i4 macro 243 add %srcstart, %skind, [all...] |
| H A D | ffb_accel.c | 47 extern void VISmoveImageRL(unsigned char *src, unsigned char *dst, long w, long h, long skind, long dkind); 48 extern void VISmoveImageLR(unsigned char *src, unsigned char *dst, long w, long h, long skind, long dkind);
|
Completed in 4 milliseconds