HomeSort by relevance Sort by last modified time
    Searched refs:bmp_header_ptr (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 45 bmp_ptr->bmp_header_ptr = FX_Alloc(BmpFileHeader, 1);
58 FX_Free(bmp_ptr->bmp_header_ptr);
68 BmpFileHeader* bmp_header_ptr = nullptr; local
69 if (!bmp_read_data(bmp_ptr, (uint8_t**)&bmp_header_ptr, 14))
72 bmp_ptr->bmp_header_ptr->bfType =
73 GetWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfType);
74 bmp_ptr->bmp_header_ptr->bfOffBits =
75 GetDWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfOffBits);
76 bmp_ptr->data_size = GetDWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfSize);
77 if (bmp_ptr->bmp_header_ptr->bfType != BMP_SIGNATURE)
    [all...]
fx_bmp.h 76 BmpFileHeaderPtr bmp_header_ptr; member in struct:tag_bmp_decompress_struct

Completed in 72 milliseconds