Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_hint_tables.cpp146 const uint32_t dwSharedIdBits = hStream->GetBits(16); in ReadPageHintTable() local
147 if (!IsValidPageOffsetHintTableBitCount(dwSharedIdBits)) in ReadPageHintTable()
221 required_bits = dwSharedIdBits; in ReadPageHintTable()
227 m_PageInfos[i].AddIdentifier(hStream->GetBits(dwSharedIdBits)); in ReadPageHintTable()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/parser/
H A Dcpdf_hint_tables.cpp123 const uint32_t dwSharedIdBits = hStream->GetBits(16); in ReadPageHintTable() local
124 if (!IsValidPageOffsetHintTableBitCount(dwSharedIdBits)) in ReadPageHintTable()
216 required_bits = dwSharedIdBits; in ReadPageHintTable()
222 m_dwIdentifierArray.push_back(hStream->GetBits(dwSharedIdBits)); in ReadPageHintTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_hint_tables.cpp145 const uint32_t dwSharedIdBits = hStream->GetBits(16); in ReadPageHintTable() local
146 if (!IsValidPageOffsetHintTableBitCount(dwSharedIdBits)) in ReadPageHintTable()
220 required_bits = dwSharedIdBits; in ReadPageHintTable()
226 m_PageInfos[i].AddIdentifier(hStream->GetBits(dwSharedIdBits)); in ReadPageHintTable()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_parser/
H A Dcpdf_hint_tables.cpp101 uint32_t dwSharedIdBits = hStream->GetBits(16); in ReadPageHintTable() local
190 required_bits = dwSharedIdBits; in ReadPageHintTable()
196 m_dwIdentifierArray.Add(hStream->GetBits(dwSharedIdBits)); in ReadPageHintTable()