Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp99 FXDWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&bmp_header.bfOffBits)); in ReadBmpHeader()
101 FXDWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&bmp_header.bfSize)); in ReadBmpHeader()
114 FXDWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&img_ifh_size_)); in ReadBmpHeader()
150 width_ = FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
152 int32_t signed_height = FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
156 compress_flag_ = FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
158 color_used_ = FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
160 dpi_x_ = static_cast<int32_t>(FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
162 dpi_y_ = static_cast<int32_t>(FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
187 width_ = FXDWORD_GET_LSBFIRST( in ReadBmpHeaderIfh()
[all …]
/external/pdfium/core/fxcrt/
Dbyteorder_unittest.cpp19 #define FXDWORD_GET_LSBFIRST(p) \ macro
48 FXDWORD_GET_LSBFIRST(reinterpret_cast<const uint8_t*>(&v)); in TEST()
Dfx_system.h179 #define FXDWORD_GET_LSBFIRST(p) \ macro
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp384 if (FXDWORD_GET_LSBFIRST(buf) != m_Permissions) in AES256_CheckPassword()