/external/pdfium/fpdfsdk/src/ |
D | fpdfppo.cpp | 108 if (pCurPageDict->KeyExist(cbSrcKeyStr)) in ExportPage() 117 if (!pCurPageDict->KeyExist("MediaBox")) { in ExportPage() 139 if (!pCurPageDict->KeyExist("Resources")) { in ExportPage() 146 if (!pCurPageDict->KeyExist("CropBox")) { in ExportPage() 152 if (!pCurPageDict->KeyExist("Rotate")) { in ExportPage() 176 if (!pDict->KeyExist("Parent") || !pDict->KeyExist("Type")) in PageDictGetInheritableTag() 189 if (pDict->KeyExist((const char*)nSrctag)) in PageDictGetInheritableTag() 193 if (pp->KeyExist((const char*)nSrctag)) in PageDictGetInheritableTag() 195 if (!pp->KeyExist("Parent")) in PageDictGetInheritableTag() 287 if (pDictClone->KeyExist("Type")) { in GetNewObjId()
|
D | fpdf_ext.cpp | 71 if (pAnnotDict->KeyExist("IT")) in CheckUnSupportAnnot() 86 if (pAnnotDict->KeyExist("FT")) { in CheckUnSupportAnnot() 148 if (pRootDict->KeyExist("Collection")) { in CheckUnSupportError() 152 if (pRootDict->KeyExist("Names")) { in CheckUnSupportError() 154 if (pNameDict && pNameDict->KeyExist("EmbeddedFiles")) { in CheckUnSupportError() 158 if (pNameDict && pNameDict->KeyExist("JavaScript")) { in CheckUnSupportError()
|
D | fpdfeditpage.cpp | 102 if (!pPage || !pPage->m_pFormDict || !pPage->m_pFormDict->KeyExist("Type") || in FPDFPage_GetRotation() 113 if (pDict->KeyExist("Rotate")) { in FPDFPage_GetRotation() 117 if (!pDict->KeyExist("Parent")) in FPDFPage_GetRotation() 129 if (!pPage || !pPage->m_pFormDict || !pPage->m_pFormDict->KeyExist("Type") || in FPDFPage_InsertObject() 174 if (!pPage || !pPage->m_pFormDict || !pPage->m_pFormDict->KeyExist("Type") || in FPDFPage_CountObject() 186 if (!pPage || !pPage->m_pFormDict || !pPage->m_pFormDict->KeyExist("Type") || in FPDFPage_GetObject() 239 if (!pPage || !pPage->m_pFormDict || !pPage->m_pFormDict->KeyExist("Type") || in FPDFPage_GenerateContent() 302 if (!pPage || !pPage->m_pFormDict || !pPage->m_pFormDict->KeyExist("Type") || in FPDFPage_SetRotation()
|
D | fpdf_flatten.cpp | 74 if (pStream->KeyExist("Rect")) in ParserStream() 76 else if (pStream->KeyExist("BBox")) in ParserStream() 339 if (pPageDict->KeyExist("CropBox")) in FPDFPage_Flatten() 355 if (pPageDict->KeyExist("ArtBox")) in FPDFPage_Flatten() 401 if (!pPageXObject->KeyExist(key)) in FPDFPage_Flatten() 465 if (pAPDic->KeyExist("Rect")) in FPDFPage_Flatten() 467 else if (pAPDic->KeyExist("BBox")) in FPDFPage_Flatten()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formcontrol.cpp | 236 if (m_pWidgetDict->KeyExist("A")) { in GetAction() 249 if (m_pWidgetDict->KeyExist("AA")) { in GetAdditionalAction() 258 if (m_pWidgetDict->KeyExist("DA")) { in GetDefaultAppearance() 313 if (m_pWidgetDict->KeyExist("Q")) { in GetControlAlignment() 325 return m_pDict && m_pDict->KeyExist(csEntry); in HasMKEntry()
|
D | doc_action.cpp | 223 if (!m_pDict || !m_pDict->KeyExist("Next")) in GetSubActionsCount() 236 if (!m_pDict || !m_pDict->KeyExist("Next")) { in GetSubAction() 252 return m_pDict && m_pDict->KeyExist(g_sAATypes[(int)eType]); in ActionExist()
|
D | doc_form.cpp | 311 if (!pDict->KeyExist(csTmp + bsNum)) { in GenerateNewResourceName() 892 if (pFirstKid->KeyExist("T") || pFirstKid->KeyExist("Kids")) { in LoadField() 926 if (!pFieldDict->KeyExist("T")) { in AddTerminalField() 938 if (!pFieldDict->KeyExist("T") && in AddTerminalField() 945 if (pParent && pParent != pFieldDict && !pParent->KeyExist("FT")) { in AddTerminalField() 946 if (pFieldDict->KeyExist("FT")) { in AddTerminalField() 952 if (pFieldDict->KeyExist("Ff")) { in AddTerminalField() 1157 if (!pFieldDict->KeyExist("V")) { in FDF_ImportField() 1185 pFieldDict->KeyExist("Opt")) { in FDF_ImportField()
|
D | doc_basic.cpp | 315 if (pDict->KeyExist("DOS")) { in GetFileName() 317 } else if (pDict->KeyExist("Mac")) { in GetFileName() 319 } else if (pDict->KeyExist("Unix")) { in GetFileName() 492 if (pLabel->KeyExist("P")) { in GetLabel()
|
D | doc_ap.cpp | 31 if (!pAnnotDict->KeyExist("AS")) { in FPDF_GenerateAP() 33 if (pParentDict->KeyExist("AS")) { in FPDF_GenerateAP() 90 if (!pFontList->KeyExist(sSysFontAlias)) { in GetAnnotSysPDFFont() 360 if (pBSDict->KeyExist("W")) { in GenerateWidgetAP() 439 if (!pStreamResFontList->KeyExist(sFontName)) { in GenerateWidgetAP() 684 if (!pStreamResFontList->KeyExist(sFontName)) { in GenerateWidgetAP()
|
D | doc_ocg.cpp | 158 if (pState->KeyExist(csFind)) { in LoadOCGState() 164 if (pState && pState->KeyExist("ViewState")) { in LoadOCGState()
|
D | doc_annot.cpp | 157 if (!pAP->KeyExist(ap_entry)) in FPDFDOC_GetAnnotAP() 174 if (value.IsEmpty() || !pDict->KeyExist(value)) in FPDFDOC_GetAnnotAP()
|
D | doc_utils.cpp | 239 if (!pFormDict->KeyExist("DR")) { in InitInterFormDict() 267 if (!pFormDict->KeyExist("DA")) { in InitInterFormDict()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_document.cpp | 126 if (!pKid->KeyExist("Kids")) { in _FindPDFPage() 182 if (pNode->KeyExist("Kids")) { in _FindPageIndex() 277 if (!pKid->KeyExist("Kids")) { in _CountPages() 295 if (!pPages->KeyExist("Kids")) { in _GetPageCount()
|
D | fpdf_parser_fdf.cpp | 157 if (wsFileName.IsEmpty() && pDict->KeyExist("DOS")) { in FPDF_FileSpec_GetWin32Path()
|
D | fpdf_parser_objects.cpp | 693 FX_BOOL CPDF_Dictionary::KeyExist(const CFX_ByteStringC& key) const { in KeyExist() function in CPDF_Dictionary 983 (!pStream->GetDict()->KeyExist("Filter") || bRawAccess)) { in LoadAllData() 1002 if (!pStream->GetDict()->KeyExist("Filter") || bRawAccess) { in LoadAllData()
|
D | fpdf_parser_parser.cpp | 816 if ((pDict->KeyExist("Type")) && in RebuildCrossRef() 818 pDict->KeyExist("Size"))) { in RebuildCrossRef() 3617 if (!pDict->KeyExist("H") || !pDict->KeyExist("O") || !pDict->KeyExist("N")) { in CheckHintTables() 4280 if (!pPagesDict->KeyExist("Kids")) { in CheckPageCount()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 509 if (pGS->KeyExist("TR2")) { in ProcessExtGS() 544 if (!pGS->KeyExist("op")) { in ProcessExtGS() 555 if (pGS->KeyExist("BG2")) { in ProcessExtGS() 562 if (pGS->KeyExist("UCR2")) { in ProcessExtGS() 610 return ToDictionary(static_cast<CPDF_Object*>(m_pParam))->KeyExist("MCID"); in HasMCID() 627 if (pDict->KeyExist("MCID")) { in GetMCID()
|
D | fpdf_page_image.cpp | 92 m_bIsMask = !pDict->KeyExist("ColorSpace") || pDict->GetInteger("ImageMask"); in LoadImageF()
|
D | fpdf_page_doc.cpp | 266 if (pFont->GetFontDict()->KeyExist("Widths")) in GetStandardFont()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 200 if (pFontDesc->KeyExist("ItalicAngle")) { in LoadFontDescriptor() 209 if (pFontDesc->KeyExist("StemV")) { in LoadFontDescriptor() 214 if (pFontDesc->KeyExist("Ascent")) { in LoadFontDescriptor() 219 if (pFontDesc->KeyExist("Descent")) { in LoadFontDescriptor() 224 if (pFontDesc->KeyExist("CapHeight")) { in LoadFontDescriptor() 402 if (!pFontDesc || !pFontDesc->KeyExist("FontFile2")) { in CreateFontF() 871 if (pFontDesc && pFontDesc->KeyExist("MissingWidth")) { in LoadCommon() 964 if (pFontDesc && pFontDesc->KeyExist("Flags")) { in _Load() 1457 FX_BOOL bToUnicode = m_pFontDict->KeyExist("ToUnicode"); in LoadGlyphMap()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 74 if (!pResList->KeyExist(name)) { in RealizeResource()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_CBA_Fontmap.cpp | 200 if (!pStreamResFontList->KeyExist(sAlias)) in AddFontToAnnotDict()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 386 FX_BOOL KeyExist(const CFX_ByteStringC& key) const;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 480 if (m_bImageMask || !m_pDict->KeyExist("ColorSpace")) { in LoadColorInfo() 567 if (!m_pDict->KeyExist("SMask")) { in GetDecodeAndMaskArray()
|
D | fpdf_render_pattern.cpp | 842 pPattern->m_pShadingObj->GetDict()->KeyExist("Background")) { in DrawShading() 857 if (pDict->KeyExist("BBox")) { in DrawShading()
|