HomeSort by relevance Sort by last modified time
    Searched refs:GetElementValue (Results 1 - 25 of 35) sorted by null

1 2

  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 17 CPDF_Object* pDest = m_pDict->GetElementValue("D");
59 CPDF_Object* pFile = m_pDict->GetElementValue("F");
105 pFields = pDict->GetElementValue("T");
135 pFields = pDict->GetElementValue("T");
149 CPDF_Object* pObj = pArray->GetElementValue(i);
168 pFields = pDict->GetElementValue("T");
182 pFindObj = ((CPDF_Array*)pFields)->GetElementValue(iIndex);
202 CPDF_Object* pJS = m_pDict->GetElementValue("JS");
248 CPDF_Object* pNext = m_pDict->GetElementValue("Next");
266 CPDF_Object* pNext = m_pDict->GetElementValue("Next")
    [all...]
doc_tagged.cpp 58 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
83 CPDF_Object* pKids = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
161 CPDF_Object *pObj = m_pTreeRoot->GetElementValue(FX_BSTRC("K"));
240 CPDF_Object* pKids = pDict->GetElementValue(FX_BSTRC("K"));
248 CPDF_Object* pKid = pArray->GetElementValue(i);
331 CPDF_Object* pElement = pArray->GetElementValue(i);
358 CPDF_Object* pA = m_pDict->GetElementValue(FX_BSTRC("A"));
362 CPDF_Object* pAttr = pAttrDict->GetElementValue(name);
368 CPDF_Object* pC = m_pDict->GetElementValue(FX_BSTRC("C"));
382 return pClassDict->GetElementValue(name)
    [all...]
doc_bookmark.cpp 57 CPDF_String* pString = (CPDF_String*)m_pDict->GetElementValue("Title");
78 CPDF_Object* pDest = m_pDict->GetElementValue("Dest");
doc_ocg.cpp 31 CPDF_Object *pIntent = pDict->GetElementValue(FX_BSTRC("Intent"));
202 pOCGObj = pExpression->GetElementValue(1);
217 pOCGObj = pExpression->GetElementValue(1);
249 CPDF_Object *pOCGObj = pOCMDDict->GetElementValue(FX_BSTRC("OCGs"));
doc_basic.cpp 14 CPDF_Object* pPage = ((CPDF_Array*)m_pObj)->GetElementValue(0);
31 CPDF_Object* pPage = ((CPDF_Array*)m_pObj)->GetElementValue(0);
50 CPDF_Object* pObj = ((CPDF_Array*)m_pObj)->GetElementValue(1);
118 return pNames->GetElementValue(i * 2 + 1);
156 return pNames->GetElementValue((nIndex - nCurIndex) * 2 + 1);
240 pValue = pDests->GetElementValue(sName);
doc_link.cpp 88 CPDF_Object* pDest = m_pDict->GetElementValue("Dest");
doc_formfield.cpp 326 pValue = ((CPDF_Array*)pValue)->GetElementValue(0);
490 CPDF_Object* elementValue = ((CPDF_Array*)pValue)->GetElementValue(index);
587 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value && (int)i == iPos) {
755 CPDF_Object* pOption = ((CPDF_Array*)pValue)->GetElementValue(index);
760 pOption = ((CPDF_Array*)pOption)->GetElementValue(sub_index);
    [all...]
doc_annot.cpp 27 CPDF_Dictionary* pDict = (CPDF_Dictionary*)pAnnots->GetElementValue(i);
192 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
399 CPDF_Object*pObj = pDashArray->GetElementValue(i);
doc_form.cpp 1047 CPDF_Object* pElement = pArray->GetElementValue(index);
1063 CPDF_Object* pElement = pArray->GetElementValue(i);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 73 m_pShadingObj = pDict->GetElementValue(FX_BSTRC("Shading"));
125 CPDF_Object* pFunc = pShadingDict->GetElementValue(FX_BSTRC("Function"));
133 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
140 CPDF_Object* pCSObj = pShadingDict->GetElementValue(FX_BSTRC("ColorSpace"));
fpdf_page_doc.cpp 390 pCSObj = pList->GetElementValue(name);
404 pDefaultCS = pColorSpaces->GetElementValue(FX_BSTRC("DefaultRGB"));
407 pDefaultCS = pColorSpaces->GetElementValue(FX_BSTRC("DefaultGray"));
410 pDefaultCS = pColorSpaces->GetElementValue(FX_BSTRC("DefaultCMYK"));
426 return GetColorSpace(pArray->GetElementValue(0), pResources);
fpdf_page_colors.cpp 602 CPDF_Object* pAlterCSObj = pDict ? pDict->GetElementValue(FX_BSTRC("Alternate")) : NULL;
796 CPDF_Object* pBaseObj = pArray->GetElementValue(1);
814 CPDF_Object* pTableObj = pArray->GetElementValue(3);
879 CPDF_Object* pBaseCS = pArray->GetElementValue(1);
952 CPDF_Object* pAltCS = pArray->GetElementValue(2);
957 CPDF_Object* pFuncObj = pArray->GetElementValue(3);
    [all...]
fpdf_page_parser_old.cpp 111 pCSObj = pDict->GetElementValue(FX_BSTRC("ColorSpace"));
320 CPDF_Object* pFilter = pDict->GetElementValue(FX_BSTRC("Filter"));
957 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue(FX_BSTRC("Contents"));
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 56 CPDF_Object* pElement = pArray->GetElementValue(i);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 49 CPDF_Object* pContent = pPageDict ? pPageDict->GetElementValue("Contents") : NULL;
122 CPDF_Object* pContent = pDict ? pDict->GetElementValue("Contents") : NULL;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 417 CPDF_Object* CPDF_Array::GetElementValue(FX_DWORD i) const
460 CPDF_Object* p = GetElementValue(i);
472 CPDF_Object* p = GetElementValue(i);
480 CPDF_Object* p = GetElementValue(i);
597 CPDF_Object* CPDF_Dictionary::GetElementValue(FX_BSTR key) const
693 CPDF_Object* p = GetElementValue(key);
705 CPDF_Object* p = GetElementValue(key);
713 CPDF_Object* p = GetElementValue(key);
    [all...]
fpdf_parser_fdf.cpp 107 CPDF_Object* pFileSpec = pDict ? pDict->GetElementValue(FX_BSTRC("F")) : NULL;
fpdf_parser_utility.cpp 452 return pNumbers->GetElementValue(i * 2 + 1);
fpdf_parser_decode.cpp 273 CPDF_Object* pDecoder = pDict ? pDict->GetElementValue(FX_BSTRC("Filter")) : NULL;
277 CPDF_Object* pParams = pDict ? pDict->GetElementValue(FX_BSTRC("DecodeParms")) : NULL;
fpdf_parser_filters.cpp 135 CPDF_Object* pDecoder = pDict->GetElementValue("Filter");
141 CPDF_Object* pParams = pDict->GetElementValue("DecodeParms");
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 387 CPDF_Object* pFilters = m_pImageObject->m_pImage->GetStream()->GetDict()->GetElementValue(FX_BSTRC("Filter"));
428 CPDF_Object* pCSObj = m_pImageObject->m_pImage->GetStream()->GetDict()->GetElementValue(FX_BSTRC("ColorSpace"));
    [all...]
fpdf_render_loadimage.cpp 440 CPDF_Object* pFilter = m_pDict->GetElementValue(FX_BSTRC("Filter"));
464 CPDF_Object* pCSObj = m_pDict->GetElementValue(FX_BSTRC("ColorSpace"));
530 CPDF_Object* pMask = m_pDict->GetElementValue(FX_BSTRC("Mask"));
735 CPDF_Object* pMask = m_pDict->GetElementValue(FX_BSTRC("Mask"));
762 m_pMaskStream = m_pDict->GetElementValue(FX_BSTRC("Mask"));
888 CPDF_Object * pFilter = m_pDict->GetElementValue(FX_BSTRC("Filter"));
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 309 CPDF_Object* GetElementValue(FX_DWORD index) const;
401 CPDF_Object* GetElementValue(FX_BSTR key) const;
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 219 CPDF_Dictionary* pDict = (CPDF_Dictionary*)pAnnots->GetElementValue(i);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 907 CPDF_Object* pEncoding = m_pFontDict->GetElementValue(FX_BSTRC("Encoding"));
    [all...]

Completed in 289 milliseconds

1 2