Home
last modified time | relevance | path

Searched refs:BMP_RGB (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/test/
Dbmp.h23 enum BMPPIXELFORMAT {BMP_RGB=0, BMP_RGBX, BMP_BGR, BMP_BGRX, BMP_XBGR, BMP_XRGB}; enumerator
Dbmp.c165 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()
Dtjbench.c55 BMP_RGB, BMP_BGR, BMP_RGBX, BMP_BGRX, BMP_XBGR, BMP_XRGB, -1
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h29 #define BMP_RGB 0L macro
Dfx_bmp.cpp107 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()