Home
last modified time | relevance | path

Searched refs:GetByteStringFor (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_security_handler.cpp55 ByteString okey = pEncrypt->GetByteStringFor("O"); in CalcEncryptKey()
222 m_pEncryptDict->GetByteStringFor("Filter") == "Standard") { in GetPermissions()
268 ByteString cipher_name = pDefFilter->GetByteStringFor("CFM"); in LoadCryptInfo()
293 ByteString stmf_name = pEncryptDict->GetByteStringFor("StmF"); in LoadDict()
294 ByteString strf_name = pEncryptDict->GetByteStringFor("StrF"); in LoadDict()
312 stmf_name = pEncryptDict->GetByteStringFor("StmF"); in LoadDict()
313 strf_name = pEncryptDict->GetByteStringFor("StrF"); in LoadDict()
330 ByteString okey = m_pEncryptDict->GetByteStringFor("O"); in AES256_CheckPassword()
334 ByteString ukey = m_pEncryptDict->GetByteStringFor("U"); in AES256_CheckPassword()
366 ByteString ekey = m_pEncryptDict->GetByteStringFor(bOwner ? "OE" : "UE"); in AES256_CheckPassword()
[all …]
H A Dcpdf_dictionary.h53 ByteString GetByteStringFor(const ByteString& key) const;
54 ByteString GetByteStringFor(const ByteString& key,
H A Dcpdf_object_unittest.cpp289 EXPECT_STREQ("", m_DictObj->GetByteStringFor("invalid").c_str()); in TEST_F()
290 EXPECT_STREQ("false", m_DictObj->GetByteStringFor("bool").c_str()); in TEST_F()
291 EXPECT_STREQ("0.23", m_DictObj->GetByteStringFor("num").c_str()); in TEST_F()
292 EXPECT_STREQ("ium", m_DictObj->GetByteStringFor("string").c_str()); in TEST_F()
293 EXPECT_STREQ("Pdf", m_DictObj->GetByteStringFor("name").c_str()); in TEST_F()
H A Dcpdf_dictionary.cpp104 ByteString CPDF_Dictionary::GetByteStringFor(const ByteString& key) const { in GetByteStringFor() function in CPDF_Dictionary
109 ByteString CPDF_Dictionary::GetByteStringFor(const ByteString& key, in GetByteStringFor() function in CPDF_Dictionary
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_occontext.cpp101 bool bState = pConfig->GetByteStringFor("BaseState", "ON") != "OFF"; in LoadOCGStateFromConfig()
120 if (pUsage->GetByteStringFor("Event", "View") != csConfig) in LoadOCGStateFromConfig()
134 bState = pState->GetByteStringFor(csFind) != "OFF"; in LoadOCGStateFromConfig()
150 return pState->GetByteStringFor(csFind) != "OFF"; in LoadOCGState()
155 return pState->GetByteStringFor("ViewState") != "OFF"; in LoadOCGState()
237 ByteString csP = pOCMDDict->GetByteStringFor("P", "AnyOn"); in LoadOCMDState()
276 ByteString csType = pOCGDict->GetByteStringFor("Type", "OCG"); in CheckOCGDictVisible()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.cpp85 pParentDict->GetByteStringFor(pdfium::annotation::kContents); in CreatePopupAnnot()
95 pParentDict->GetByteStringFor(pdfium::form_fields::kT), false); in CreatePopupAnnot()
128 pAnnotDict->GetByteStringFor(pdfium::annotation::kSubtype) != "Widget") { in GenerateAP()
169 pParentDict->GetByteStringFor(pdfium::annotation::kAS), false); in GenerateAP()
190 pDict->GetByteStringFor(pdfium::annotation::kSubtype); in CPDF_AnnotList()
H A Dcpdf_action.cpp84 pWinDict->GetByteStringFor(pdfium::stream::kF).AsStringView()); in GetFilePath()
91 ByteString csURI = m_pDict->GetByteStringFor("URI"); in GetURI()
109 return m_pDict->GetByteStringFor("N"); in GetNamedAction()
125 ByteString csType = m_pDict->GetByteStringFor("S"); in GetAllFields()
H A Dcpdf_viewerpreferences.cpp21 return pDict && pDict->GetByteStringFor("Direction") == "R2L"; in IsDirectionR2L()
26 return !pDict || pDict->GetByteStringFor("PrintScaling") != "None"; in PrintScaling()
41 return pDict ? pDict->GetByteStringFor("Duplex") : ByteString("None"); in Duplex()
H A Dcpdf_formcontrol.cpp101 ByteString csAS = m_pWidgetDict->GetByteStringFor("AS"); in IsChecked()
120 ByteString csOldAS = m_pWidgetDict->GetByteStringFor("AS", "Off"); in CheckControl()
131 ByteString csH = m_pWidgetDict->GetByteStringFor("H", "I"); in GetHighlightingMode()
185 m_pWidgetDict->GetByteStringFor(pdfium::form_fields::kDA)); in GetDefaultAppearance()
H A Dcpdf_annot.cpp103 ByteString as = pAnnotDict->GetByteStringFor(pdfium::annotation::kAS); in GetAnnotAPInternal()
105 ByteString value = pAnnotDict->GetByteStringFor("V"); in GetAnnotAPInternal()
109 value = pParentDict ? pParentDict->GetByteStringFor("V") : ByteString(); in GetAnnotAPInternal()
123 m_pAnnotDict->GetByteStringFor(pdfium::annotation::kSubtype))), in CPDF_Annot()
509 ByteString style = pBS->GetByteStringFor("S"); in DrawBorder()
H A Dcpdf_iconfit.cpp33 ByteString csSW = m_pDict->GetByteStringFor("SW", "A"); in GetScaleMethod()
44 return !m_pDict || m_pDict->GetByteStringFor("S", "P") != "A"; in IsProportionalScale()
H A Dcpdf_filespec.cpp110 if (pDict->GetByteStringFor("FS") == "URL") in GetFileName()
143 size_t end = pDict->GetByteStringFor("FS") == "URL" ? 2 : std::size(kKeys); in GetFileStream()
H A Dcpdf_icon.cpp41 return pDict->GetByteStringFor("Name"); in GetImageAlias()
H A Dcpdf_linklist.cpp63 bool add_link = (pAnnot && pAnnot->GetByteStringFor("Subtype") == "Link"); in GetPageLinks()
H A Dcpdf_annotlist_unittest.cpp64 return annotation->GetAnnotDict()->GetByteStringFor( in GetRawContents()
H A Dcpdf_pagelabel.cpp116 ByteString bsNumberingStyle = pLabel->GetByteStringFor("S", ByteString()); in GetLabel()
H A Dcpdf_interactiveform.cpp728 return CPDF_DefaultAppearance(m_pFormDict->GetByteStringFor("DA")); in GetDefaultAppearance()
914 pFieldDict->GetByteStringFor(pdfium::form_fields::kV).IsEmpty()) { in CheckRequiredFields()
969 ->GetByteStringFor(pdfium::form_fields::kV) in ExportToFDF()
H A Dcpdf_generateap.cpp335 if (pBorderStyleDict && pBorderStyleDict->GetByteStringFor("S") == "D") in GetDashArray()
923 DA = pFormDict->GetByteStringFor("DA"); in GenerateFormAP()
1005 if (pBSDict->GetByteStringFor("S").GetLength()) { in GenerateFormAP()
1006 switch (pBSDict->GetByteStringFor("S")[0]) { in GenerateFormAP()
H A Dcpdf_structelement.cpp44 return m_pDict->GetByteStringFor("Type"); in GetObjType()
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cidfont.cpp405 if (m_pFontDict->GetByteStringFor("Subtype") == "TrueType") { in Load()
419 m_BaseFontName = pCIDFontDict->GetByteStringFor("BaseFont"); in Load()
432 ByteString subtype = pCIDFontDict->GetByteStringFor("Subtype"); in Load()
464 pCIDInfo->GetByteStringFor("Ordering").AsStringView()); in Load()
869 m_BaseFontName = m_pFontDict->GetByteStringFor("BaseFont"); in LoadGB2312()
H A Dcpdf_font.cpp55 m_BaseFontName(m_pFontDict->GetByteStringFor("BaseFont")) {} in CPDF_Font()
301 ByteString type = pFontDict->GetByteStringFor("Subtype"); in Create()
304 ByteString tag = pFontDict->GetByteStringFor("BaseFont").First(4); in Create()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp117 return GetAnnotDict()->GetByteStringFor(pdfium::annotation::kAS); in GetAppState()
171 ByteString sBorderStyle = pBSDict->GetByteStringFor("S", "S"); in GetBorderStyle()
H A Dfpdf_ppo.cpp264 ByteString cbRootType = pNewRoot->GetByteStringFor("Type", ByteString()); in Init()
276 ByteString cbPageType = pNewPages->GetByteStringFor("Type", ByteString()); in Init()
354 ByteString strType = pDictClone->GetByteStringFor("Type"); in GetNewObjId()
H A Dcpdfsdk_helpers.cpp405 ByteString cbString = pAnnotDict->GetByteStringFor("IT"); in CheckForUnsupportedAnnot()
419 pAnnotDict->GetByteStringFor(pdfium::form_fields::kFT); in CheckForUnsupportedAnnot()
H A Dfpdf_flatten.cpp108 pAnnotDict->GetByteStringFor(pdfium::annotation::kSubtype); in ParserAnnots()
335 ByteString sAnnotState = pAnnotDict->GetByteStringFor("AS"); in FPDFPage_Flatten()

12