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

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 88 pBmp_header->bfOffBits = FXDWORD_GET_LSBFIRST(
91 FXDWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&pBmp_header->bfSize));
101 FXDWORD_GET_LSBFIRST(static_cast<uint8_t*>(next_in + skip_size));
132 width = FXDWORD_GET_LSBFIRST(
134 int32_t signed_height = FXDWORD_GET_LSBFIRST(
138 compress_flag = FXDWORD_GET_LSBFIRST(
140 color_used = FXDWORD_GET_LSBFIRST(
142 dpi_x = static_cast<int32_t>(FXDWORD_GET_LSBFIRST(
144 dpi_y = static_cast<int32_t>(FXDWORD_GET_LSBFIRST(
158 width = FXDWORD_GET_LSBFIRST(
    [all...]
  /external/pdfium/core/fxcrt/
fx_system.h 216 #define FXDWORD_GET_LSBFIRST(p) \
  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 379 if (FXDWORD_GET_LSBFIRST(buf) != m_Permissions)

Completed in 104 milliseconds