Searched refs:GetBits (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables.cpp | 77 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/ |
D | tif_fax3.h | 172 #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)) \
|
D | tif_fax3.c | 291 is1D = GetBits(1); /* 1D/2D-encoding tag bit */ in Fax3Decode2D() 1417 if( GetBits(13) != 0x1001 ) in Fax4Decode()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 171 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/ |
D | efidecompress.c | 145 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/ |
D | BC_CommonBitArray.cpp | 28 m_bits.Copy(array->GetBits()); in CBC_CommonBitArray() 44 CFX_ArrayTemplate<int32_t>& CBC_CommonBitArray::GetBits() { in GetBits() function in CBC_CommonBitArray
|
D | BC_CommonBitMatrix.cpp | 59 int32_t* CBC_CommonBitMatrix::GetBits() { in GetBits() function in CBC_CommonBitMatrix 127 for (int32_t i = 0; i < col->GetBits().GetSize(); i++) { in SetCol()
|
D | BC_CommonBitArray.h | 20 CFX_ArrayTemplate<int32_t>& GetBits();
|
D | BC_CommonBitMatrix.h | 39 int32_t* GetBits();
|
/external/pdfium/xfa/fxbarcode/qrcode/ |
D | BC_QRCoderErrorCorrectionLevel.h | 27 int32_t GetBits() const { return m_bits; } in GetBits() function
|
D | BC_QRCoderMode.h | 28 int32_t GetBits() const;
|
D | BC_QRCoderMode.cpp | 107 int32_t CBC_QRCoderMode::GetBits() const { in GetBits() function in CBC_QRCoderMode
|
D | BC_QRCoderMatrixUtil.cpp | 268 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits()
|
D | BC_QRCoderEncoder.cpp | 833 bits->AppendBits(mode->GetBits(), 4, e); in AppendModeInfo()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_buffer.cpp | 191 uint32_t CFX_BitStream::GetBits(uint32_t nBits) { in GetBits() function in CFX_BitStream
|
D | fx_basic.h | 341 uint32_t GetBits(uint32_t nBits);
|