Searched defs:GetDict (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Dtagged_int.h52 CPDF_Dictionary * GetDict() const function in class:CPDF_StructElementImpl
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h74 CPDF_Dictionary* GetDict() const;
355 CPDF_Dictionary* GetDict(FX_DWORD index) const;
457 CPDF_Dictionary* GetDict(FX_BSTR key) const;
548 CPDF_Dictionary* GetDict() const function in class:CPDF_Stream
621 CPDF_Dictionary* GetDict() const function in class:CPDF_StreamAcc
623 return m_pStream->GetDict();
H A Dfpdf_resource.h883 CPDF_Dictionary* GetDict() const function in class:CPDF_Image
885 return m_pStream->GetDict();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp144 CPDF_Dictionary* CPDF_Object::GetDict() const function in class:CPDF_Object
153 return ((CPDF_Stream*)this)->GetDict();
163 return pObj->GetDict();
306 CPDF_Stream* pObj = FX_NEW CPDF_Stream(acc.DetachData(), streamSize, (CPDF_Dictionary*)((CPDF_Object*)pThis->GetDict())->CloneInternal(bDirect, visited));
490 CPDF_Dictionary* CPDF_Array::GetDict(FX_DWORD i) const function in class:CPDF_Array
498 return ((CPDF_Stream*)p)->GetDict();
742 CPDF_Dictionary* CPDF_Dictionary::GetDict(FX_BSTR key) const function in class:CPDF_Dictionary
750 return ((CPDF_Stream*)p)->GetDict();
1136 (!pStream->GetDict()->KeyExist(FX_BSTRC("Filter")) || bRawAccess)) {
1169 if (!pStream->GetDict()
[all...]

Completed in 685 milliseconds