Home
last modified time | relevance | path

Searched refs:m_pLastCloneImageDict (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_new.cpp501 if (m_pLastCloneImageDict) { in EndImageDict()
502 m_pLastCloneImageDict->Release(); in EndImageDict()
504 m_pLastCloneImageDict = (CPDF_Dictionary*)m_pLastImageDict->Clone(); in EndImageDict()
505 if (m_pLastCloneImageDict->KeyExist(FX_BSTRC("Filter"))) { in EndImageDict()
509 int width = m_pLastCloneImageDict->GetInteger(FX_BSTRC("Width")); in EndImageDict()
510 int height = m_pLastCloneImageDict->GetInteger(FX_BSTRC("Height")); in EndImageDict()
512 CPDF_Object* pCSObj = m_pLastCloneImageDict->GetElementValue(FX_BSTRC("ColorSpace")); in EndImageDict()
514 int bpc = m_pLastCloneImageDict->GetInteger(FX_BSTRC("BitsPerComponent")); in EndImageDict()
540 m_pLastCloneImageDict); in EndInlineImage()
542 m_pLastCloneImageDict = NULL; in EndInlineImage()
[all …]
Dfpdf_page_parser.cpp28 m_pLastCloneImageDict = NULL; in CPDF_StreamContentParser()
77 if (m_pLastCloneImageDict) { in ~CPDF_StreamContentParser()
78 m_pLastCloneImageDict->Release(); in ~CPDF_StreamContentParser()
Dpageint.h231 CPDF_Dictionary* m_pLastCloneImageDict; variable