Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp99 data_offset_ = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeader()
102 FXSYS_UINT32_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&bmp_header.bfSize)); in ReadBmpHeader()
115 FXSYS_UINT32_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&img_ifh_size_)); in ReadBmpHeader()
151 width_ = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
153 int32_t signed_height = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
157 compress_flag_ = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
159 color_used_ = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
161 dpi_x_ = static_cast<int32_t>(FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
163 dpi_y_ = static_cast<int32_t>(FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
188 width_ = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh()
[all …]
/external/pdfium/core/fxcrt/
Dbyteorder_unittest.cpp38 FXSYS_UINT32_GET_LSBFIRST(reinterpret_cast<const uint8_t*>(&v)); in TEST()
42 expected = FXSYS_UINT32_GET_LSBFIRST(reinterpret_cast<const int8_t*>(&v)); in TEST()
Dfx_system.h129 #define FXSYS_UINT32_GET_LSBFIRST(p) \ macro
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp388 if (FXSYS_UINT32_GET_LSBFIRST(buf) != m_Permissions) in AES256_CheckPassword()