Home
last modified time | relevance | path

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

/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/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp197 return m_BitStream.GetBits(m_nFlagBits) & 0x03; in GetFlag()
202 …x = m_xmin + (FX_FLOAT)(m_BitStream.GetBits(m_nCoordBits) * (m_xmax - m_xmin) / (double)m_CoordMax… in GetCoords()
203 …y = m_ymin + (FX_FLOAT)(m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / (double)m_CoordMax… in GetCoords()
205 x = m_xmin + m_BitStream.GetBits(m_nCoordBits) * (m_xmax - m_xmin) / m_CoordMax; in GetCoords()
206 y = m_ymin + m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax; in GetCoords()
214 …color_value[i] = m_ColorMin[i] + m_BitStream.GetBits(m_nCompBits) * (m_ColorMax[i] - m_ColorMin[i]… in GetColor()
/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp398 FX_DWORD CFX_BitStream::GetBits(FX_DWORD nBits) in GetBits() function in CFX_BitStream
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1174 FX_DWORD GetBits(FX_DWORD nBits);