Searched refs:GetElementValue (Results 1 - 25 of 34) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp17 CPDF_Object* pDest = m_pDict->GetElementValue("D");
57 CPDF_Object* pFile = m_pDict->GetElementValue("F");
101 pFields = pDict->GetElementValue("T");
128 pFields = pDict->GetElementValue("T");
139 CPDF_Object* pObj = pArray->GetElementValue(i);
159 pFields = pDict->GetElementValue("T");
171 pFindObj = pArray->GetElementValue(iIndex);
181 CPDF_Object* pJS = m_pDict->GetElementValue("JS");
226 CPDF_Object* pNext = m_pDict->GetElementValue("Next");
239 CPDF_Object* pNext = m_pDict->GetElementValue("Nex
[all...]
H A Ddoc_tagged.cpp54 CPDF_Object* pKids = m_pTreeRoot->GetElementValue("K");
79 CPDF_Object* pKids = m_pTreeRoot->GetElementValue("K");
158 CPDF_Object* pObj = m_pTreeRoot->GetElementValue("K");
231 CPDF_Object* pKids = pDict->GetElementValue("K");
238 CPDF_Object* pKid = pArray->GetElementValue(i);
320 CPDF_Object* pElement = pArray->GetElementValue(i);
347 CPDF_Object* pA = m_pDict->GetElementValue("A");
351 CPDF_Object* pAttr = pAttrDict->GetElementValue(name);
357 CPDF_Object* pC = m_pDict->GetElementValue("C");
370 return pClassDict->GetElementValue(nam
[all...]
H A Ddoc_bookmark.cpp54 CPDF_String* pString = ToString(m_pDict->GetElementValue("Title"));
74 CPDF_Object* pDest = m_pDict->GetElementValue("Dest");
H A Ddoc_link.cpp75 CPDF_Object* pDest = m_pDict->GetElementValue("Dest");
H A Ddoc_ocg.cpp27 CPDF_Object* pIntent = pDict->GetElementValue("Intent");
199 pOCGObj = pExpression->GetElementValue(1);
211 pOCGObj = pExpression->GetElementValue(1);
242 CPDF_Object* pOCGObj = pOCMDDict->GetElementValue("OCGs");
H A Ddoc_basic.cpp15 CPDF_Object* pPage = pArray->GetElementValue(0);
29 CPDF_Object* pPage = pArray->GetElementValue(0);
46 CPDF_Object* pObj = pArray->GetElementValue(1);
109 return pNames->GetElementValue(i * 2 + 1);
151 return pNames->GetElementValue((nIndex - nCurIndex) * 2 + 1);
230 pValue = pDests->GetElementValue(sName);
H A Ddoc_annot.cpp23 CPDF_Dictionary* pDict = ToDictionary(pAnnots->GetElementValue(i));
160 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
281 CPDF_Object* pObj = pDashArray->GetElementValue(i);
H A Ddoc_formfield.cpp307 pValue = pValue->AsArray()->GetElementValue(0);
447 CPDF_Object* elementValue = pArray->GetElementValue(index);
538 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value &&
691 CPDF_Object* pOption = pArray->GetElementValue(index);
695 pOption = pOptionArray->GetElementValue(sub_index);
H A Ddoc_form.cpp749 ToDictionary(pArray->GetElementValue(index))) {
763 CPDF_Object* pElement = pArray->GetElementValue(i);
947 CPDF_Object* pFTValue = pFieldDict->GetElementValue("FT");
953 CPDF_Object* pFfValue = pFieldDict->GetElementValue("Ff");
1187 pFieldDict->GetElementValue("Opt")->Clone(TRUE));
H A Ddoc_ap.cpp606 if (CPDF_Object* pOpt = pOpts->GetElementValue(i)) {
611 swItem = pArray->GetElementValue(1)->GetUnicodeText();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp95 m_pShadingObj = pDict->GetElementValue("Shading");
126 CPDF_Object* pFunc = pShadingDict->GetElementValue("Function");
132 m_pFunctions[i] = CPDF_Function::Load(pArray->GetElementValue(i));
139 CPDF_Object* pCSObj = pShadingDict->GetElementValue("ColorSpace");
H A Dfpdf_page_doc.cpp322 pCSObj = pList->GetElementValue(name);
336 pDefaultCS = pColorSpaces->GetElementValue("DefaultRGB");
339 pDefaultCS = pColorSpaces->GetElementValue("DefaultGray");
342 pDefaultCS = pColorSpaces->GetElementValue("DefaultCMYK");
352 return GetColorSpace(pArray->GetElementValue(0), pResources);
H A Dfpdf_page_colors.cpp709 pDict ? pDict->GetElementValue("Alternate") : NULL;
899 CPDF_Object* pBaseObj = pArray->GetElementValue(1);
919 CPDF_Object* pTableObj = pArray->GetElementValue(3);
981 CPDF_Object* pBaseCS = pArray->GetElementValue(1);
1062 CPDF_Object* pAltCS = pArray->GetElementValue(2);
1070 CPDF_Object* pFuncObj = pArray->GetElementValue(3);
1155 CPDF_Array* pObj = ToArray(pArray->GetElementValue(1));
1160 CPDF_Object* pAltCS = pArray->GetElementValue(2);
1165 m_pFunc = CPDF_Function::Load(pArray->GetElementValue(3));
1241 CPDF_Object* pFamilyObj = pArray->GetElementValue(
[all...]
H A Dfpdf_page_parser_old.cpp109 pCSObj = pDict->GetElementValue("ColorSpace");
338 CPDF_Object* pFilter = pDict->GetElementValue("Filter");
921 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue("Contents");
1032 pContent ? pContent->GetElementValue(m_CurrentOffset) : nullptr);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_content.cpp47 pPageDict ? pPageDict->GetElementValue("Contents") : NULL;
122 CPDF_Object* pContent = pDict ? pDict->GetElementValue("Contents") : NULL;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp99 CPDF_Object* pFileSpec = pDict ? pDict->GetElementValue("F") : NULL;
H A Dfpdf_parser_objects.cpp462 CPDF_Object* CPDF_Array::GetElementValue(FX_DWORD i) const { function in class:CPDF_Array
488 CPDF_Object* p = GetElementValue(i);
498 return ToStream(GetElementValue(i));
501 return ToArray(GetElementValue(i));
591 CPDF_Object* CPDF_Dictionary::GetElementValue( function in class:CPDF_Dictionary
664 CPDF_Object* p = GetElementValue(key);
674 return ToArray(GetElementValue(key));
677 return ToStream(GetElementValue(key));
H A Dfpdf_parser_parser.cpp108 CPDF_Object* pType = pDict->GetElementValue("Type");
110 pType = pDict->GetElementValue("FT");
3621 int nPageCount = pDict->GetElementValue("N")->GetInteger();
3628 pHintStreamRange->GetElementValue(0)
3629 ? pHintStreamRange->GetElementValue(0)->GetInteger()
3632 pHintStreamRange->GetElementValue(1)
3633 ? pHintStreamRange->GetElementValue(1)->GetInteger()
4565 CPDF_Object* pObj = pDict ? pDict->GetElementValue("N") : nullptr;
4576 CPDF_Object* pObj = pDict ? pDict->GetElementValue("P") : nullptr;
4704 CPDF_Object* pPageNum = m_pLinearizedDict->GetElementValue("
[all...]
H A Dfpdf_parser_decode.cpp328 CPDF_Object* pDecoder = pDict ? pDict->GetElementValue("Filter") : nullptr;
333 pDict ? pDict->GetElementValue("DecodeParms") : nullptr;
H A Dfpdf_parser_utility.cpp435 return pNumbers->GetElementValue(i * 2 + 1);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp482 CPDF_Object* pFilter = m_pDict->GetElementValue("Filter");
504 CPDF_Object* pCSObj = m_pDict->GetElementValue("ColorSpace");
568 CPDF_Object* pMask = m_pDict->GetElementValue("Mask");
780 if (CPDF_Stream* pStream = ToStream(m_pDict->GetElementValue("Mask")))
805 m_pMaskStream = ToStream(m_pDict->GetElementValue("Mask"));
927 CPDF_Object* pFilter = m_pDict->GetElementValue("Filter");
H A Dfpdf_render_image.cpp399 m_pImageObject->m_pImage->GetStream()->GetDict()->GetElementValue(
443 m_pImageObject->m_pImage->GetStream()->GetDict()->GetElementValue(
880 CPDF_Object* pFuncObj = pSMaskDict->GetElementValue("TR");
909 pCSObj = pDict->GetDict("Group")->GetElementValue("CS");
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h274 CPDF_Object* GetElementValue(FX_DWORD index) const;
350 CPDF_Object* GetElementValue(const CFX_ByteStringC& key) const;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp731 CPDF_Object* pElement = pDiffs->GetElementValue(i);
902 CPDF_Object* pEncoding = m_pFontDict->GetElementValue("Encoding");
1640 CPDF_Object* pEncoding = m_pFontDict->GetElementValue("Encoding");
1672 ToStream(m_pCharProcs ? m_pCharProcs->GetElementValue(name) : nullptr);
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp273 ToDictionary(static_cast<CPDF_Object*>(pAnnots->GetElementValue(i)));

Completed in 333 milliseconds

12