Home
last modified time | relevance | path

Searched refs:pHintStream (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp442 bool CPDF_HintTables::LoadHintStream(CPDF_Stream* pHintStream) { in LoadHintStream() argument
443 if (!pHintStream || !m_pLinearized->HasHintTable()) in LoadHintStream()
446 CPDF_Dictionary* pDict = pHintStream->GetDict(); in LoadHintStream()
455 auto pAcc = pdfium::MakeRetain<CPDF_StreamAcc>(pHintStream); in LoadHintStream()
Dcpdf_hint_tables.h86 bool LoadHintStream(CPDF_Stream* pHintStream);