HomeSort by relevance Sort by last modified time
    Searched refs:srcpitch (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/test/
bmp.h 45 enum BMPPIXELFORMAT f, int srcpitch, int srcbottomup);
bmp.c 88 int srcpitch, unsigned char *dstbuf, enum BMPPIXELFORMAT dstformat, int dstpitch,
94 srcptr=flip? &srcbuf[srcpitch*(h-1)]:srcbuf;
96 srcptr+=flip? -srcpitch:srcpitch, dstptr+=dstpitch)
178 int fd=-1, bytesread, srcpitch, srcbottomup=1, srcps, dstpitch, local
248 srcpitch=(((*w)*srcps)+3)&(~3);
251 if(srcpitch*(*h)+bh.bfOffBits!=bh.bfSize) _throw("Corrupt bitmap header");
252 if((tempbuf=(unsigned char *)malloc(srcpitch*(*h)))==NULL
257 _unix(bytesread=read(fd, tempbuf, srcpitch*(*h)));
258 if(bytesread!=srcpitch*(*h)) _throw("Read error")
    [all...]

Completed in 142 milliseconds