Home
last modified time | relevance | path

Searched refs:CPDF_Name (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h22 class CPDF_Name; variable
104 CPDF_Name* AsName();
105 const CPDF_Name* AsName() const;
240 class CPDF_Name : public CPDF_Object {
242 explicit CPDF_Name(const CFX_ByteString& str) in CPDF_Name() function
244 explicit CPDF_Name(const CFX_ByteStringC& str) in CPDF_Name() function
246 explicit CPDF_Name(const FX_CHAR* str) in CPDF_Name() function
251 FX_BOOL Identical(CPDF_Name* pOther) const { in Identical()
259 inline CPDF_Name* ToName(CPDF_Object* obj) { in ToName()
262 inline const CPDF_Name* ToName(const CPDF_Object* obj) { in ToName()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp258 return new CPDF_Name(AsName()->m_Name); in CloneInternal()
322 if (const CPDF_Name* pName = AsName()) in GetUnicodeText()
360 CPDF_Name* CPDF_Object::AsName() { in AsName()
361 return IsName() ? static_cast<CPDF_Name*>(this) : nullptr; in AsName()
364 const CPDF_Name* CPDF_Object::AsName() const { in AsName()
365 return IsName() ? static_cast<const CPDF_Name*>(this) : nullptr; in AsName()
549 Add(new CPDF_Name(str)); in AddName()
767 SetAt(key, new CPDF_Name(name)); in SetAtName()
Dfpdf_parser_parser.cpp2140 return new CPDF_Name( in GetObject()
2294 return new CPDF_Name( in GetObjectByStrict()
3803 CPDF_Name* pName = ToName(pDict ? pDict->GetElement("Type") : nullptr); in CheckCrossRefStream()
/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp59 pNewRoot->SetAt("Type", new CPDF_Name("Catalog")); in PDFDocInit()
73 pNewPages->SetAt("Type", new CPDF_Name("Pages")); in PDFDocInit()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp735 if (CPDF_Name* pName = pElement->AsName()) { in LoadPDFEncoding()
1368 return new CPDF_Name("WinAnsiEncoding"); in Realize()
1371 return new CPDF_Name("MacRomanEncoding"); in Realize()
1374 return new CPDF_Name("MacExpertEncoding"); in Realize()
1386 pDiff->Add(new CPDF_Name(PDF_AdobeNameFromUnicode(m_Unicodes[i]))); in Realize()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp170 new CPDF_Name(PDF_NameDecode(CFX_ByteStringC(name, len))); in AddNameParam()
229 CPDF_Name* pName = new CPDF_Name( in GetObject()
539 pArray->SetAt(i, new CPDF_Name(fullname)); in PDF_ReplaceAbbr()
Dfpdf_page_parser_old.cpp611 return new CPDF_Name( in ReadNextObject()