HomeSort by relevance Sort by last modified time
    Searched refs:pTrailer (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 880 if (CPDF_Dictionary* pTrailer =
883 CPDF_Object* pRoot = pTrailer->GetElement("Root");
888 auto it = pTrailer->begin();
889 while (it != pTrailer->end()) {
908 m_pTrailer = ToDictionary(pTrailer->Clone());
911 m_pTrailer = pTrailer;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp 158 CXFA_Node *pLeader, *pTrailer;
160 ExecuteBreakBeforeOrAfter(pBreakBeforeNode, TRUE, pLeader, pTrailer)) {
    [all...]

Completed in 64 milliseconds