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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 46 m_pTrailer = NULL;
75 if (m_pTrailer) {
76 m_pTrailer->Release();
77 m_pTrailer = NULL;
242 if (m_pTrailer == NULL) {
245 CPDF_Object* pEncryptObj = m_pTrailer->GetElement(FX_BSTRC("Encrypt"));
346 m_pTrailer = LoadTrailerV4();
347 if (m_pTrailer == NULL) {
350 FX_INT32 xrefsize = GetDirectInteger(m_pTrailer, FX_BSTRC("Size"));
358 XRefStreamList.Add(GetDirectInteger(m_pTrailer, FX_BSTRC("XRefStm")))
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 449 return m_pTrailer;
566 CPDF_Dictionary* m_pTrailer;
1043 CPDF_Object *m_pTrailer;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp     [all...]

Completed in 37 milliseconds