Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp77 const uint32_t dwObjLeastNum = hStream->GetBits(32); in ReadPageHintTable()
82 const uint32_t dwFirstObjLoc = hStream->GetBits(32); in ReadPageHintTable()
97 const uint32_t dwDeltaObjectsBits = hStream->GetBits(16); in ReadPageHintTable()
102 const uint32_t dwPageLeastLen = hStream->GetBits(32); in ReadPageHintTable()
108 const uint32_t dwDeltaPageLenBits = hStream->GetBits(16); in ReadPageHintTable()
117 const uint32_t dwSharedObjBits = hStream->GetBits(16); in ReadPageHintTable()
123 const uint32_t dwSharedIdBits = hStream->GetBits(16); in ReadPageHintTable()
131 const uint32_t dwSharedNumeratorBits = hStream->GetBits(16); in ReadPageHintTable()
149 FX_SAFE_UINT32 safeDeltaObj = hStream->GetBits(dwDeltaObjectsBits); in ReadPageHintTable()
164 FX_SAFE_UINT32 safePageLen = hStream->GetBits(dwDeltaPageLenBits); in ReadPageHintTable()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_fax3.h172 #define GetBits(n) (BitAcc & ((1<<(n))-1)) macro
198 TabEnt = tab + GetBits(wid); \
210 TabEnt = tab + GetBits(wid); \
229 TabEnt = tab + GetBits(wid); \
234 TabEnt = tab + GetBits(wid); \
263 if (GetBits(11) == 0) \
270 if (GetBits(8)) \
274 while (GetBits(1) == 0) \
497 if (GetBits(4)) \
522 if (!GetBits(1)) \
Dtif_fax3.c291 is1D = GetBits(1); /* 1D/2D-encoding tag bit */ in Fax3Decode2D()
1417 if( GetBits(13) != 0x1001 ) in Fax4Decode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_meshstream.cpp171 return m_BitStream.GetBits(m_nFlagBits) & 0x03; in ReadFlag()
180 m_BitStream.GetBits(m_nCoordBits) * (m_xmax - m_xmin) / in ReadCoords()
183 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / in ReadCoords()
187 m_BitStream.GetBits(m_nCoordBits) * (m_xmax - m_xmin) / m_CoordMax; in ReadCoords()
189 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax; in ReadCoords()
200 m_BitStream.GetBits(m_nComponentBits) * in ReadColor()
/external/vboot_reference/utility/
Defidecompress.c145 GetBits ( in GetBits() function
360 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP()
399 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen()
402 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen()
434 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen()
472 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
475 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
517 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen()
519 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
570 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
/external/pdfium/xfa/fxbarcode/common/
DBC_CommonBitArray.cpp28 m_bits.Copy(array->GetBits()); in CBC_CommonBitArray()
44 CFX_ArrayTemplate<int32_t>& CBC_CommonBitArray::GetBits() { in GetBits() function in CBC_CommonBitArray
DBC_CommonBitMatrix.cpp59 int32_t* CBC_CommonBitMatrix::GetBits() { in GetBits() function in CBC_CommonBitMatrix
127 for (int32_t i = 0; i < col->GetBits().GetSize(); i++) { in SetCol()
DBC_CommonBitArray.h20 CFX_ArrayTemplate<int32_t>& GetBits();
DBC_CommonBitMatrix.h39 int32_t* GetBits();
/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderErrorCorrectionLevel.h27 int32_t GetBits() const { return m_bits; } in GetBits() function
DBC_QRCoderMode.h28 int32_t GetBits() const;
DBC_QRCoderMode.cpp107 int32_t CBC_QRCoderMode::GetBits() const { in GetBits() function in CBC_QRCoderMode
DBC_QRCoderMatrixUtil.cpp268 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits()
DBC_QRCoderEncoder.cpp833 bits->AppendBits(mode->GetBits(), 4, e); in AppendModeInfo()
/external/pdfium/core/fxcrt/
Dfx_basic_buffer.cpp191 uint32_t CFX_BitStream::GetBits(uint32_t nBits) { in GetBits() function in CFX_BitStream
Dfx_basic.h341 uint32_t GetBits(uint32_t nBits);