Home
last modified time | relevance | path

Searched refs:GetConstString (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp73 CFX_ByteStringC CPDF_Object::GetConstString() const { in GetConstString() function in CPDF_Object
90 return pObj ? pObj->GetConstString() : CFX_ByteStringC(); in GetConstString()
472 CFX_ByteStringC CPDF_Array::GetConstString(FX_DWORD i) const { in GetConstString() function in CPDF_Array
475 return m_Objects.GetAt(i)->GetConstString(); in GetConstString()
603 CFX_ByteStringC CPDF_Dictionary::GetConstString( in GetConstString() function in CPDF_Dictionary
607 return p->GetConstString(); in GetConstString()
626 CFX_ByteStringC CPDF_Dictionary::GetConstString( in GetConstString() function in CPDF_Dictionary
631 return p->GetConstString(); in GetConstString()
Dfpdf_parser_decode.cpp342 CFX_ByteStringC str = pDecoders->GetConstString(i); in PDF_DataDecode()
347 DecoderList.Add(pDecoder->GetConstString()); in PDF_DataDecode()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h65 CFX_ByteStringC GetConstString() const;
282 CFX_ByteStringC GetConstString(FX_DWORD index) const;
354 CFX_ByteStringC GetConstString(const CFX_ByteStringC& key) const;
359 CFX_ByteStringC GetConstString(const CFX_ByteStringC& key,
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp36 if (bRegenerateAP && pDict->GetConstString("Subtype") == "Widget" && in CPDF_AnnotList()
120 m_sSubtype(m_pAnnotDict->GetConstString("Subtype")) {} in CPDF_Annot()
Ddoc_ap.cpp14 if (!pAnnotDict || pAnnotDict->GetConstString("Subtype") != "Widget") { in FPDF_GenerateAP()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp403 CFX_ByteStringC bsDecodeType = pFilters->GetConstString(); in StartRenderDIBSource()
409 CFX_ByteStringC bsDecodeType = pArray->GetConstString(i); in StartRenderDIBSource()
874 bLuminosity = pSMaskDict->GetConstString("S") != "Alpha"; in LoadSMask()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp317 CFX_ByteString name = pCSObj->GetConstString(); in GetColorSpace()
Dfpdf_page_parser.cpp654 ? pXObject->GetDict()->GetConstString("Subtype") in Handle_ExecuteXObject()