Searched refs:BMP_RGB (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/test/ |
D | bmp.h | 23 enum BMPPIXELFORMAT {BMP_RGB=0, BMP_RGBX, BMP_BGR, BMP_BGRX, BMP_XBGR, BMP_XRGB}; enumerator
|
D | bmp.c | 165 pixelconvert(tempbuf, BMP_RGB, (*w)*3, *buf, f, dstpitch, *w, *h, dstbottomup); in loadppm() 287 pixelconvert(buf, f, srcpitch, tempbuf, BMP_RGB, w*3, w, h, in saveppm()
|
D | tjbench.c | 55 BMP_RGB, BMP_BGR, BMP_RGBX, BMP_BGRX, BMP_XBGR, BMP_XRGB, -1
|
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.h | 29 #define BMP_RGB 0L macro
|
D | fx_bmp.cpp | 107 bmp_ptr->compress_flag = BMP_RGB; in bmp_read_header() 165 if (bmp_ptr->compress_flag == BMP_RGB && biPlanes == 1 && in bmp_read_header() 311 case BMP_RGB: in bmp_decode_image() 921 case BMP_RGB: in bmp_encode_image()
|