Home
last modified time | relevance | path

Searched refs:FX_BSTR (Results 1 – 25 of 59) sorted by relevance

123

/external/pdfium/core/include/fxcrt/
Dfx_xml.h30 const CFX_WideString* Lookup(FX_BSTR space, FX_BSTR name) const;
31 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value);
32 void RemoveAt(FX_BSTR space, FX_BSTR name);
56 CXML_Element(FX_BSTR qSpace, FX_BSTR tagName);
57 CXML_Element(FX_BSTR qTagName);
70 CFX_ByteString GetNamespaceURI(FX_BSTR qName) const;
84 FX_BOOL HasAttr(FX_BSTR qName) const;
86 FX_BOOL GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const;
87 CFX_WideString GetAttrValue(FX_BSTR name) const in GetAttrValue()
94 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const;
[all …]
Dfx_string.h170 typedef const CFX_ByteStringC& FX_BSTR; typedef
197 CFX_ByteString(FX_BSTR bstrc);
198 CFX_ByteString(FX_BSTR bstrc1, FX_BSTR bstrc2);
233 int Compare(FX_BSTR str) const;
240 bool EqualNoCase(FX_BSTR str) const;
264 const CFX_ByteString& operator = (FX_BSTR bstrc);
278 const CFX_ByteString& operator += (FX_BSTR bstrc);
316 FX_STRSIZE Find(FX_BSTR lpszSub, FX_STRSIZE start = 0) const;
330 void TrimRight(FX_BSTR lpszTargets);
336 void TrimLeft(FX_BSTR lpszTargets);
[all …]
Dfx_stream.h47 FX_HFILE FX_File_Open(FX_BSTR fileName, FX_DWORD dwMode);
59 FX_BOOL FX_File_Exist(FX_BSTR fileName);
61 FX_BOOL FX_File_Delete(FX_BSTR fileName);
63 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst);
65 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst);
Dfx_basic.h46 void AppendString(FX_BSTR str) in AppendString()
98 void operator = (FX_BSTR str);
111 CFX_ByteTextBuf& operator << (FX_BSTR lpsz);
173 CFX_ArchiveSaver& operator << (FX_BSTR bstr);
251 FX_INT32 AppendString(FX_BSTR lpsz);
335 void AppendStr(FX_BSTR str) in AppendStr()
937 FX_BOOL Lookup(FX_BSTR key, void*& rValue) const;
939 void*& operator[](FX_BSTR key);
941 void SetAt(FX_BSTR key, void* newValue) in SetAt()
946 FX_BOOL RemoveKey(FX_BSTR key);
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h147 static CPDF_Number* Create(FX_BSTR str) in Create()
165 CPDF_Number(FX_BSTR str);
171 void SetString(FX_BSTR str);
263 static CPDF_Name* Create(FX_BSTR str) in Create()
274 CPDF_Name(FX_BSTR str) : CPDF_Object(PDFOBJ_NAME), m_Name(str) { } in CPDF_Name()
399 CPDF_Object* GetElement(FX_BSTR key) const;
401 CPDF_Object* GetElementValue(FX_BSTR key) const;
407 CFX_ByteString GetString(FX_BSTR key) const;
409 CFX_ByteStringC GetConstString(FX_BSTR key) const;
411 CFX_ByteString GetString(FX_BSTR key, FX_BSTR default_str) const;
[all …]
Dfpdf_parser.h207 CPDF_SimpleParser(FX_BSTR str);
211 FX_BOOL SearchToken(FX_BSTR token);
213 FX_BOOL SkipWord(FX_BSTR token);
215 FX_BOOL FindTagPair(FX_BSTR start_token, FX_BSTR end_token,
218 FX_BOOL FindTagParam(FX_BSTR token, int nParams);
278 FX_BOOL SearchWord(FX_BSTR word, FX_BOOL bWholeWord, FX_BOOL bForward, FX_FILESIZE limit);
280 int SearchMultiWord(FX_BSTR words, FX_BOOL bWholeWord, FX_FILESIZE limit);
282 FX_FILESIZE FindTag(FX_BSTR tag, FX_FILESIZE limit);
759 CFX_ByteString PDF_NameDecode(FX_BSTR orig);
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h70 …CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel …
72 …CFX_ByteString GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable …
73 …FX_ARGB GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable = FA…
74 …FX_FLOAT GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable = …
75 …int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = FALSE, …
79 CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex);
Ddoc_tagged.cpp315 static CPDF_Dictionary* FindAttrDict(CPDF_Object* pAttrs, FX_BSTR owner, FX_FLOAT nLevel = 0.0F) in FindAttrDict()
343 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_… in GetAttr()
394 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int… in GetAttr()
406 CFX_ByteString CPDF_StructElementImpl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, … in GetName()
414 FX_ARGB CPDF_StructElementImpl::GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOO… in GetColor()
423 FX_FLOAT CPDF_StructElementImpl::GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_… in GetNumber()
431 int CPDF_StructElementImpl::GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInh… in GetInteger()
Ddoc_formcontrol.cpp342 FX_BOOL CPDF_ApSettings::HasMKEntry(FX_BSTR csEntry) in HasMKEntry()
356 FX_ARGB CPDF_ApSettings::GetColor(int& iColorType, FX_BSTR csEntry) in GetColor()
391 FX_FLOAT CPDF_ApSettings::GetOriginalColor(int index, FX_BSTR csEntry) in GetOriginalColor()
402 void CPDF_ApSettings::GetOriginalColor(int& iColorType, FX_FLOAT fc[4], FX_BSTR csEntry) in GetOriginalColor()
432 CFX_WideString CPDF_ApSettings::GetCaption(FX_BSTR csEntry) in GetCaption()
440 CPDF_Stream* CPDF_ApSettings::GetIcon(FX_BSTR csEntry) in GetIcon()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h88 …virtual CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT …
92 …virtual CFX_ByteString GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInher…
94 …virtual FX_ARGB GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritab…
96 …virtual FX_FLOAT GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInherit…
98 …virtual int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = …
Dfpdf_doc.h52 CPDF_NameTree(CPDF_Document* pDoc, FX_BSTR category);
58 CPDF_Array* LookupNamedDest(CPDF_Document* pDoc, FX_BSTR sName);
170 …FX_BOOL LoadOCGStateFromConfig(FX_BSTR csConfig, const CPDF_Dictionary *pOCGDict, FX_BOOL &bVali…
1572 FX_INT32 GetPageByLabel(FX_BSTR bsLabel) const;
1592 FX_INT32 GetString(FX_BSTR bsItem, CFX_WideString &wsStr);
1638 FX_BOOL HasMKEntry(FX_BSTR csEntry);
1741 FX_ARGB GetColor(int& iColorType, FX_BSTR csEntry);
1743 FX_FLOAT GetOriginalColor(int index, FX_BSTR csEntry);
1745 void GetOriginalColor(int& iColorType, FX_FLOAT fc[4], FX_BSTR csEntry);
1747 CFX_WideString GetCaption(FX_BSTR csEntry);
[all …]
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp153 void CXML_Parser::SkipLiterals(FX_BSTR str) in SkipLiterals()
564 CXML_Element::CXML_Element(FX_BSTR qSpace, FX_BSTR tagName) in CXML_Element()
572 CXML_Element::CXML_Element(FX_BSTR qTagName) in CXML_Element()
620 CFX_ByteString CXML_Element::GetNamespaceURI(FX_BSTR qName) const in GetNamespaceURI()
647 FX_BOOL CXML_Element::HasAttr(FX_BSTR name) const in HasAttr()
653 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue()
659 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue()
668 FX_BOOL CXML_Element::GetAttrInteger(FX_BSTR name, int& attribute) const in GetAttrInteger()
679 FX_BOOL CXML_Element::GetAttrInteger(FX_BSTR space, FX_BSTR name, int& attribute) const in GetAttrInteger()
688 FX_BOOL CXML_Element::GetAttrFloat(FX_BSTR name, FX_FLOAT& attribute) const in GetAttrFloat()
[all …]
Dfxcrt_posix.cpp36 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_BSTR fileName, FX_DWORD dwMode) in Open()
137 FX_BOOL FX_File_Exist(FX_BSTR fileName) in FX_File_Exist()
145 FX_BOOL FX_File_Delete(FX_BSTR fileName) in FX_File_Delete()
153 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst) in FX_File_Copy()
182 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst) in FX_File_Move()
Dfx_xml_composer.cpp9 void FX_XML_SplitQualifiedName(FX_BSTR bsFullName, CFX_ByteStringC &bsSpace, CFX_ByteStringC &bsNam… in FX_XML_SplitQualifiedName()
28 void CXML_Element::SetTag(FX_BSTR qSpace, FX_BSTR tagname) in SetTag()
33 void CXML_Element::SetTag(FX_BSTR qTagName) in SetTag()
Dfxcrt_platforms.cpp42 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_BSTR fileName, FX_DWORD dwMode) in Open()
141 FX_BOOL FX_File_Exist(FX_BSTR fileName) in FX_File_Exist()
149 FX_BOOL FX_File_Delete(FX_BSTR fileName) in FX_File_Delete()
157 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst) in FX_File_Copy()
184 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst) in FX_File_Move()
Dfxcrt_windows.cpp10 FX_BOOL FX_File_Exist(FX_BSTR fileName) in FX_File_Exist()
57 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_BSTR fileName, FX_DWORD dwMode) in Open()
190 FX_BOOL FX_File_Delete(FX_BSTR fileName) in FX_File_Delete()
198 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst) in FX_File_Copy()
206 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst) in FX_File_Move()
Dfx_basic_maps.cpp264 void*& CFX_MapByteStringToPtr::operator[](FX_BSTR key) in operator []()
313 CFX_MapByteStringToPtr::GetAssocAt(FX_BSTR key, FX_DWORD& nHash) const in GetAssocAt()
327 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const in Lookup()
351 inline FX_DWORD CFX_MapByteStringToPtr::HashKey(FX_BSTR key) const in HashKey()
361 FX_BOOL CFX_MapByteStringToPtr::RemoveKey(FX_BSTR key) in RemoveKey()
503 FX_BOOL CFX_CMapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const in Lookup()
512 void CFX_CMapByteStringToPtr::SetAt(FX_BSTR key, void* value) in SetAt()
538 void CFX_CMapByteStringToPtr::AddValue(FX_BSTR key, void* value) in AddValue()
545 void CFX_CMapByteStringToPtr::RemoveKey(FX_BSTR key) in RemoveKey()
Dfx_basic_bstring.cpp130 CFX_ByteString::CFX_ByteString(FX_BSTR stringSrc) in CFX_ByteString()
140 CFX_ByteString::CFX_ByteString(FX_BSTR str1, FX_BSTR str2) in CFX_ByteString()
162 const CFX_ByteString& CFX_ByteString::operator=(FX_BSTR str) in operator =()
227 const CFX_ByteString& CFX_ByteString::operator+=(FX_BSTR string) in operator +=()
274 bool CFX_ByteString::EqualNoCase(FX_BSTR str) const in EqualNoCase()
818 FX_STRSIZE CFX_ByteString::Find(FX_BSTR lpszSub, FX_STRSIZE nStart) const in Find()
877 FX_STRSIZE CFX_ByteString::Replace(FX_BSTR lpszOld, FX_BSTR lpszNew) in Replace()
963 int CFX_ByteString::Compare(FX_BSTR str) const in Compare()
985 void CFX_ByteString::TrimRight(FX_BSTR lpszTargets) in TrimRight()
1018 void CFX_ByteString::TrimLeft(FX_BSTR lpszTargets) in TrimLeft()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp356 CPDF_Number::CPDF_Number(FX_BSTR str) : CPDF_Object(PDFOBJ_NUMBER) { in CPDF_Number()
360 void CPDF_Number::SetString(FX_BSTR str) in SetString()
591 CPDF_Object* CPDF_Dictionary::GetElement(FX_BSTR key) const in GetElement()
597 CPDF_Object* CPDF_Dictionary::GetElementValue(FX_BSTR key) const in GetElementValue()
603 CFX_ByteString CPDF_Dictionary::GetString(FX_BSTR key) const in GetString()
612 CFX_ByteStringC CPDF_Dictionary::GetConstString(FX_BSTR key) const in GetConstString()
621 CFX_WideString CPDF_Dictionary::GetUnicodeText(FX_BSTR key, CFX_CharMap* pCharMap) const in GetUnicodeText()
637 CFX_ByteString CPDF_Dictionary::GetString(FX_BSTR key, FX_BSTR def) const in GetString()
646 CFX_ByteStringC CPDF_Dictionary::GetConstString(FX_BSTR key, FX_BSTR def) const in GetConstString()
655 int CPDF_Dictionary::GetInteger(FX_BSTR key) const in GetInteger()
[all …]
Dfpdf_parser_utility.cpp52 CPDF_SimpleParser::CPDF_SimpleParser(FX_BSTR str) in CPDF_SimpleParser()
197 FX_BOOL CPDF_SimpleParser::SearchToken(FX_BSTR token) in SearchToken()
212 FX_BOOL CPDF_SimpleParser::SkipWord(FX_BSTR token) in SkipWord()
225 FX_BOOL CPDF_SimpleParser::FindTagPair(FX_BSTR start_token, FX_BSTR end_token, in FindTagPair()
246 FX_BOOL CPDF_SimpleParser::FindTagParam(FX_BSTR token, int nParams) in FindTagParam()
290 CFX_ByteString PDF_NameDecode(FX_BSTR bstr) in PDF_NameDecode()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h100 virtual void LoadPrivateFont(FX_BSTR bsFileName);
103 …virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE uCharset, FX_DWORD dwStyle, FX_DWORD …
105 FXFT_Face GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceIndex = 0);
108 void ScanPath(FX_BSTR path);
109 void ScanFile(FX_BSTR file);
Dfpf_skiafontmgr.cpp184 static FX_DWORD FPF_SKIANormalizeFontName(FX_BSTR bsfamily) in FPF_SKIANormalizeFontName()
198 static FX_DWORD FPF_SKIAGetFamilyHash(FX_BSTR bsFamily, FX_DWORD dwStyle, FX_BYTE uCharset) in FPF_SKIAGetFamilyHash()
218 static FX_BOOL FPF_SkiaMaybeSymbol(FX_BSTR bsFacename) in FPF_SkiaMaybeSymbol()
224 static FX_BOOL FPF_SkiaMaybeArabic(FX_BSTR bsFacename) in FPF_SkiaMaybeArabic()
276 void CFPF_SkiaFontMgr::LoadPrivateFont(FX_BSTR bsFileName) in LoadPrivateFont()
282 IFPF_Font* CFPF_SkiaFontMgr::CreateFont(FX_BSTR bsFamilyname, FX_BYTE uCharset, FX_DWORD dwStyle, F… in CreateFont()
391 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceIndex ) in GetFontFace()
428 void CFPF_SkiaFontMgr::ScanPath(FX_BSTR path) in ScanPath()
459 void CFPF_SkiaFontMgr::ScanFile(FX_BSTR file) in ScanFile()
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp227 if (strPageMode.IsEmpty()||strPageMode.EqualNoCase(FX_BSTR("UseNone"))) in FPDFDoc_GetPageMode()
229 else if (strPageMode.EqualNoCase(FX_BSTR("UseOutlines"))) in FPDFDoc_GetPageMode()
231 else if (strPageMode.EqualNoCase(FX_BSTR("UseThumbs"))) in FPDFDoc_GetPageMode()
233 else if (strPageMode.EqualNoCase(FX_BSTR("FullScreen"))) in FPDFDoc_GetPageMode()
235 else if (strPageMode.EqualNoCase(FX_BSTR("UseOC"))) in FPDFDoc_GetPageMode()
237 else if (strPageMode.EqualNoCase(FX_BSTR("UseAttachments"))) in FPDFDoc_GetPageMode()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp109 pFormDict->SetAtName(FX_BSTR("Type"), FX_BSTR("XObject")); in ProcessForm()
110 pFormDict->SetAtName(FX_BSTR("Subtype"), FX_BSTR("Form")); in ProcessForm()
113 pFormDict->SetAtRect(FX_BSTR("BBox"), bbox); in ProcessForm()
/external/pdfium/core/include/fxge/
Dfpf.h58 virtual void LoadPrivateFont(FX_BSTR bsFileName) = 0;
61 …virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE charset, FX_DWORD dwStyle, FX_DWORD d…

123