Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp110 BmpCoreHeader* pBmp_core_header = nullptr; in ReadHeader() local
111 if (!ReadData(reinterpret_cast<uint8_t**>(&pBmp_core_header), in ReadHeader()
117 reinterpret_cast<uint8_t*>(&pBmp_core_header->bcWidth)); in ReadHeader()
119 reinterpret_cast<uint8_t*>(&pBmp_core_header->bcHeight)); in ReadHeader()
121 reinterpret_cast<uint8_t*>(&pBmp_core_header->bcBitCount)); in ReadHeader()