OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcbottomup
(Results
1 - 3
of
3
) sorted by null
/external/libvncserver/test/
bmp.h
45
enum BMPPIXELFORMAT f, int srcpitch, int
srcbottomup
);
bmp.c
178
int fd=-1, bytesread, srcpitch,
srcbottomup
=1, srcps, dstpitch,
local
247
if(*h<0) {*h=-(*h);
srcbottomup
=0;}
261
srcbottomup
!=dstbottomup);
274
enum BMPPIXELFORMAT f, int srcpitch, int
srcbottomup
)
288
srcbottomup
);
299
enum BMPPIXELFORMAT f, int srcpitch, int
srcbottomup
)
319
return saveppm(filename, buf, w, h, f, srcpitch,
srcbottomup
);
375
!
srcbottomup
);
/external/libjpeg-turbo/
bmp.c
75
static void pixelconvert(unsigned char *srcbuf, int srcpf, int
srcbottomup
,
80
int srcstride=
srcbottomup
? -w*srcps:w*srcps;
86
if(
srcbottomup
) srcrowptr=&srcbuf[w*srcps*(h-1)];
Completed in 302 milliseconds