Searched refs:dstbottomup (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/test/ |
D | bmp.c | 109 enum BMPPIXELFORMAT f, int align, int dstbottomup, int ascii) in loadppm() argument 165 pixelconvert(tempbuf, BMP_RGB, (*w)*3, *buf, f, dstpitch, *w, *h, dstbottomup); in loadppm() 176 enum BMPPIXELFORMAT f, int align, int dstbottomup) in loadbmp() argument 183 dstbottomup=dstbottomup? 1:0; in loadbmp() 198 _catch(loadppm(&fd, buf, w, h, f, align, dstbottomup, 0)); in loadbmp() 203 _catch(loadppm(&fd, buf, w, h, f, align, dstbottomup, 1)); in loadbmp() 261 srcbottomup!=dstbottomup); in loadbmp()
|
D | bmp.h | 36 enum BMPPIXELFORMAT f, int align, int dstbottomup);
|
/external/libjpeg-turbo/ |
D | bmp.c | 76 unsigned char *dstbuf, int dstpf, int dstbottomup, int w, int h) in pixelconvert() argument 83 int dststride=dstbottomup? -w*dstps:w*dstps; in pixelconvert() 87 if(dstbottomup) dstrowptr=&dstbuf[w*dstps*(h-1)]; in pixelconvert()
|