Home
last modified time | relevance | path

Searched refs:GetStringAt (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp93 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
106 m_GeneralState.SetBlendMode(pArray ? pArray->GetStringAt(0) in ProcessExtGS()
Dcpdf_occontext.cpp37 bsIntent = pArray->GetStringAt(i); in HasIntent()
200 ByteString csOperator = pExpression->GetStringAt(0); in GetOCGVE()
Dcpdf_streamparser.cpp144 decoder = pArray->GetStringAt(0); in ReadInlineStream()
Dcpdf_dib.cpp388 filter = pArray->GetStringAt(pArray->size() - 1); in LoadColorInfo()
863 ByteString filter = pArray->GetStringAt(pArray->size() - 1); in ValidateDictParam()
Dcpdf_colorspace.cpp1222 ByteString name = pArray->GetStringAt(1); in v_Load()
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree_unittest.cpp24 EXPECT_STREQ(key, pNames->GetStringAt(index * 2).c_str()); in CheckNameKeyValue()
41 EXPECT_STREQ(least, pLimits->GetStringAt(0).c_str()); in CheckLimitsArray()
42 EXPECT_STREQ(greatest, pLimits->GetStringAt(1).c_str()); in CheckLimitsArray()
Dcpdf_formcontrol.cpp80 csOn = pArray->GetStringAt(m_pField->GetControlIndex(this)); in GetExportValue()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array.h44 ByteString GetStringAt(size_t index) const;
Dfpdf_parser_decode.cpp109 if (!pdfium::ContainsValue(kValidDecoders, pDecoders->GetStringAt(i))) in ValidateDecoderPipeline()
385 {pDecoders->GetStringAt(i), in GetDecoderArray()
Dcpdf_array.cpp115 ByteString CPDF_Array::GetStringAt(size_t index) const { in GetStringAt() function in CPDF_Array
Dcpdf_security_handler.cpp194 m_FileId = pIdArray->GetStringAt(0); in OnInit()
593 file_id = pIdArray->GetStringAt(0); in OnCreateInternal()
Dcpdf_object_unittest.cpp37 EXPECT_STREQ(str_val, arr->GetStringAt(index).c_str()); in TestArrayAccessors()
673 EXPECT_STREQ(expected_str[i], arr->GetStringAt(i).c_str()); in TEST()
/external/pdfium/fpdfsdk/
Dfpdf_editimg.cpp293 bsFilter = pFilter->AsArray()->GetStringAt(index); in FPDFImageObj_GetImageFilter()
Dcpdfsdk_helpers.cpp347 ByteString cbStr = pArray->GetStringAt(i); in ReportUnsupportedFeatures()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp611 ByteString bsDecodeType = pArray->GetStringAt(i); in HandleFilters()