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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_hint_tables.cpp77 const uint32_t dwObjLeastNum = hStream->GetBits(32);
82 const uint32_t dwFirstObjLoc = hStream->GetBits(32);
97 const uint32_t dwDeltaObjectsBits = hStream->GetBits(16);
102 const uint32_t dwPageLeastLen = hStream->GetBits(32);
108 const uint32_t dwDeltaPageLenBits = hStream->GetBits(16);
117 const uint32_t dwSharedObjBits = hStream->GetBits(16);
123 const uint32_t dwSharedIdBits = hStream->GetBits(16);
131 const uint32_t dwSharedNumeratorBits = hStream->GetBits(16);
149 FX_SAFE_UINT32 safeDeltaObj = hStream->GetBits(dwDeltaObjectsBits);
164 FX_SAFE_UINT32 safePageLen = hStream->GetBits(dwDeltaPageLenBit
[all...]
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonBitArray.h20 CFX_ArrayTemplate<int32_t>& GetBits();
H A DBC_CommonBitArray.cpp28 m_bits.Copy(array->GetBits());
44 CFX_ArrayTemplate<int32_t>& CBC_CommonBitArray::GetBits() { function in class:CBC_CommonBitArray
H A DBC_CommonBitMatrix.h39 int32_t* GetBits();
H A DBC_CommonBitMatrix.cpp59 int32_t* CBC_CommonBitMatrix::GetBits() { function in class:CBC_CommonBitMatrix
127 for (int32_t i = 0; i < col->GetBits().GetSize(); i++) {
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.h27 int32_t GetBits() const { return m_bits; } function in class:CBC_QRCoderErrorCorrectionLevel
H A DBC_QRCoderMode.h28 int32_t GetBits() const;
H A DBC_QRCoderMode.cpp107 int32_t CBC_QRCoderMode::GetBits() const { function in class:CBC_QRCoderMode
H A DBC_QRCoderMatrixUtil.cpp268 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern;
H A DBC_QRCoderEncoder.cpp833 bits->AppendBits(mode->GetBits(), 4, e);
/external/pdfium/third_party/libtiff/
H A 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(
[all...]
H A Dtif_fax3.c291 is1D = GetBits(1); /* 1D/2D-encoding tag bit */
1417 if( GetBits(13) != 0x1001 )
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp171 return m_BitStream.GetBits(m_nFlagBits) & 0x03;
180 m_BitStream.GetBits(m_nCoordBits) * (m_xmax - m_xmin) /
183 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) /
187 m_BitStream.GetBits(m_nCoordBits) * (m_xmax - m_xmin) / m_CoordMax;
189 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax;
200 m_BitStream.GetBits(m_nComponentBits) *
/external/vboot_reference/utility/
H A Defidecompress.c145 GetBits ( function
360 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
399 Number = (UINT16) GetBits (Sd, nbit);
402 CharC = (UINT16) GetBits (Sd, nbit);
434 CharC = (UINT16) GetBits (Sd, 2);
472 Number = (UINT16) GetBits (Sd, CBIT);
475 CharC = (UINT16) GetBits (Sd, CBIT);
517 CharC = (UINT16) (GetBits (Sd, 4) + 3);
519 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
570 Sd->mBlockSize = (UINT16) GetBits (S
[all...]
/external/pdfium/core/fxcrt/
H A Dfx_basic_buffer.cpp191 uint32_t CFX_BitStream::GetBits(uint32_t nBits) { function in class:CFX_BitStream
H A Dfx_basic.h341 uint32_t GetBits(uint32_t nBits);

Completed in 298 milliseconds