HomeSort by relevance Sort by last modified time
    Searched refs:FX_BSTR (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/pdfium/core/include/fxcrt/
fx_xml.h 37 const CFX_WideStringL* Lookup(FX_BSTR space, FX_BSTR name) const;
38 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator = NULL);
39 void RemoveAt(FX_BSTR space, FX_BSTR name, IFX_Allocator* pAllocator = NULL);
75 CXML_Element(FX_BSTR qSpace, FX_BSTR tagName, IFX_Allocator* pAllocator = NULL);
77 CXML_Element(FX_BSTR qTagName, IFX_Allocator* pAllocator = NULL);
93 CFX_ByteString GetNamespaceURI(FX_BSTR qName) const;
    [all...]
fx_string.h 148 typedef const CFX_ByteStringC& FX_BSTR;
177 CFX_ByteString(FX_BSTR bstrc);
179 CFX_ByteString(FX_BSTR bstrc1, FX_BSTR bstrc2);
207 int Compare(FX_BSTR str) const;
210 bool Equal(FX_BSTR str) const;
213 bool EqualNoCase(FX_BSTR str) const;
220 bool operator == (FX_BSTR str) const
232 bool operator != (FX_BSTR str) const
246 const CFX_ByteString& operator = (FX_BSTR bstrc);
    [all...]
fx_stream.h 44 FX_HFILE FX_File_Open(FX_BSTR fileName, FX_DWORD dwMode, IFX_Allocator* pAllocator = NULL);
56 FX_BOOL FX_File_Exist(FX_BSTR fileName);
58 FX_BOOL FX_File_Delete(FX_BSTR fileName);
60 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst);
62 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst);
fx_basic.h 39 void AppendString(FX_BSTR str)
96 void operator = (FX_BSTR str);
109 CFX_ByteTextBuf& operator << (FX_BSTR lpsz);
175 CFX_ArchiveSaver& operator << (FX_BSTR bstr);
254 FX_INT32 AppendString(FX_BSTR lpsz);
347 void AppendStr(FX_BSTR str)
1004 FX_BOOL Lookup(FX_BSTR key, void*& rValue) const;
1006 void*& operator[](FX_BSTR key);
1008 void SetAt(FX_BSTR key, void* newValue)
1013 FX_BOOL RemoveKey(FX_BSTR key);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_tagged.h 86 virtual CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel = 0.0F) = 0;
90 virtual CFX_ByteString GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
92 virtual FX_ARGB GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
94 virtual FX_FLOAT GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
96 virtual int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 69 CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel = 0.0F);
71 CFX_ByteString GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable = FALSE, int subindex = -1);
72 FX_ARGB GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable = FALSE, int subindex = -1);
73 FX_FLOAT GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable = FALSE, int subindex = -1);
74 int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = FALSE, int subindex = -1);
    [all...]
doc_tagged.cpp 325 static CPDF_Dictionary* FindAttrDict(CPDF_Object* pAttrs, FX_BSTR owner, FX_FLOAT nLevel = 0.0F)
353 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel)
404 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex)
416 CFX_ByteString CPDF_StructElementImpl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable, int subindex)
424 FX_ARGB CPDF_StructElementImpl::GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable, int subindex)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 9 void FX_XML_SplitQualifiedName(FX_BSTR bsFullName, CFX_ByteStringC &bsSpace, CFX_ByteStringC &bsName)
28 void CXML_Element::SetTag(FX_BSTR qSpace, FX_BSTR tagname)
34 void CXML_Element::SetTag(FX_BSTR qTagName)
fxcrt_posix.cpp 40 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_BSTR fileName, FX_DWORD dwMode)
145 FX_BOOL FX_File_Exist(FX_BSTR fileName)
153 FX_BOOL FX_File_Delete(FX_BSTR fileName)
161 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
193 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
fxcrt_platforms.cpp 46 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_BSTR fileName, FX_DWORD dwMode)
149 FX_BOOL FX_File_Exist(FX_BSTR fileName)
157 FX_BOOL FX_File_Delete(FX_BSTR fileName)
165 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
195 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
fxcrt_windows.cpp 10 FX_BOOL FX_File_Exist(FX_BSTR fileName)
61 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_BSTR fileName, FX_DWORD dwMode)
198 FX_BOOL FX_File_Delete(FX_BSTR fileName)
206 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
214 FX_BOOL FX_File_Move(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
fxcrt_platforms.h 18 virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode);
fxcrt_posix.h 16 virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode);
fxcrt_windows.h 16 virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode);
fx_basic_bstring.cpp 127 CFX_ByteString::CFX_ByteString(FX_BSTR stringSrc)
137 CFX_ByteString::CFX_ByteString(FX_BSTR str1, FX_BSTR str2)
159 const CFX_ByteString& CFX_ByteString::operator=(FX_BSTR str)
224 const CFX_ByteString& CFX_ByteString::operator+=(FX_BSTR string)
232 bool CFX_ByteString::Equal(FX_BSTR str) const
263 bool CFX_ByteString::EqualNoCase(FX_BSTR str) const
816 FX_STRSIZE CFX_ByteString::Find(FX_BSTR lpszSub, FX_STRSIZE nStart) const
875 FX_STRSIZE CFX_ByteString::Replace(FX_BSTR lpszOld, FX_BSTR lpszNew)
    [all...]
xml_int.h 172 void SkipLiterals(FX_BSTR str);
177 void FX_XML_SplitQualifiedName(FX_BSTR bsFullName, CFX_ByteStringC &bsSpace, CFX_ByteStringC &bsName);
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 151 static CPDF_Number* Create(FX_BSTR str)
172 CPDF_Number(FX_BSTR str);
178 void SetString(FX_BSTR str);
276 static CPDF_Name* Create(FX_BSTR str)
291 CPDF_Name(FX_BSTR str) : m_Name(str)
431 CPDF_Object* GetElement(FX_BSTR key) const;
433 CPDF_Object* GetElementValue(FX_BSTR key) const;
439 CFX_ByteString GetString(FX_BSTR key) const;
441 CFX_ByteStringC GetConstString(FX_BSTR key) const;
443 CFX_ByteString GetString(FX_BSTR key, FX_BSTR default_str) const;
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.h 99 virtual void LoadPrivateFont(FX_BSTR bsFileName);
102 virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE uCharset, FX_DWORD dwStyle, FX_DWORD dwMatch = 0);
104 FXFT_Face GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceIndex = 0);
107 void ScanPath(FX_BSTR path);
108 void ScanFile(FX_BSTR file);
fpf_skiafont.h 47 FX_BOOL InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_BSTR bsFamily, FX_DWORD dwStyle, FX_BYTE uCharset);
fpf_skiafontmgr.cpp 184 static FX_DWORD FPF_SKIANormalizeFontName(FX_BSTR bsfamily)
198 static FX_DWORD FPF_SKIAGetFamilyHash(FX_BSTR bsFamily, FX_DWORD dwStyle, FX_BYTE uCharset)
218 static FX_BOOL FPF_SkiaMaybeSymbol(FX_BSTR bsFacename)
224 static FX_BOOL FPF_SkiaMaybeArabic(FX_BSTR bsFacename)
276 void CFPF_SkiaFontMgr::LoadPrivateFont(FX_BSTR bsFileName)
282 IFPF_Font* CFPF_SkiaFontMgr::CreateFont(FX_BSTR bsFamilyname, FX_BYTE uCharset, FX_DWORD dwStyle, FX_DWORD dwMatch)
395 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceIndex )
432 void CFPF_SkiaFontMgr::ScanPath(FX_BSTR path)
463 void CFPF_SkiaFontMgr::ScanFile(FX_BSTR file)
  /external/pdfium/core/include/fxge/
fpf.h 50 virtual void LoadPrivateFont(FX_BSTR bsFileName) = 0;
53 virtual IFPF_Font* CreateFont(FX_BSTR bsFamilyname, FX_BYTE charset, FX_DWORD dwStyle, FX_DWORD dwMatch = 0) = 0;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 380 extern void FX_atonum(FX_BSTR, FX_BOOL&, void*);
381 CPDF_Number::CPDF_Number(FX_BSTR str)
386 void CPDF_Number::SetString(FX_BSTR str)
620 CPDF_Object* CPDF_Dictionary::GetElement(FX_BSTR key) const
629 CPDF_Object* CPDF_Dictionary::GetElementValue(FX_BSTR key) const
638 CFX_ByteString CPDF_Dictionary::GetString(FX_BSTR key) const
649 CFX_ByteStringC CPDF_Dictionary::GetConstString(FX_BSTR key) const
660 CFX_WideString CPDF_Dictionary::GetUnicodeText(FX_BSTR key, CFX_CharMap* pCharMap) const
676 CFX_ByteString CPDF_Dictionary::GetString(FX_BSTR key, FX_BSTR def) const
    [all...]
fpdf_parser_utility.cpp 26 CPDF_SimpleParser::CPDF_SimpleParser(FX_BSTR str)
171 FX_BOOL CPDF_SimpleParser::SearchToken(FX_BSTR token)
186 FX_BOOL CPDF_SimpleParser::SkipWord(FX_BSTR token)
199 FX_BOOL CPDF_SimpleParser::FindTagPair(FX_BSTR start_token, FX_BSTR end_token,
220 FX_BOOL CPDF_SimpleParser::FindTagParam(FX_BSTR token, int nParams)
264 CFX_ByteString PDF_NameDecode(FX_BSTR bstr)
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 231 if (strPageMode.IsEmpty()||strPageMode.EqualNoCase(FX_BSTR("UseNone")))
233 else if (strPageMode.EqualNoCase(FX_BSTR("UseOutlines")))
235 else if (strPageMode.EqualNoCase(FX_BSTR("UseThumbs")))
237 else if (strPageMode.EqualNoCase(FX_BSTR("FullScreen")))
239 else if (strPageMode.EqualNoCase(FX_BSTR("UseOC")))
241 else if (strPageMode.EqualNoCase(FX_BSTR("UseAttachments")))
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 110 pFormDict->SetAtName(FX_BSTR("Type"), FX_BSTR("XObject"));
111 pFormDict->SetAtName(FX_BSTR("Subtype"), FX_BSTR("Form"));
114 pFormDict->SetAtRect(FX_BSTR("BBox"), bbox);

Completed in 268 milliseconds

1 2 3