Home
last modified time | relevance | path

Searched refs:BMP_D_STATUS_TAIL (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp310 decode_status = BMP_D_STATUS_TAIL; in DecodeImage()
407 SaveDecodingStatus(BMP_D_STATUS_TAIL); in DecodeRGB()
429 SaveDecodingStatus(BMP_D_STATUS_TAIL); in DecodeRLE8()
445 SaveDecodingStatus(BMP_D_STATUS_TAIL); in DecodeRLE8()
530 SaveDecodingStatus(BMP_D_STATUS_TAIL); in DecodeRLE4()
546 SaveDecodingStatus(BMP_D_STATUS_TAIL); in DecodeRLE4()
Dfx_bmp.h24 #define BMP_D_STATUS_TAIL 0x00 macro