/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_GlobalData.h | 68 void SetGlobalVariableNumber(FX_LPCSTR propname, double dData); 69 void SetGlobalVariableBoolean(FX_LPCSTR propname, bool bData); 70 void SetGlobalVariableString(FX_LPCSTR propname, const CFX_ByteString& sData); 71 void SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& array); 72 void SetGlobalVariableNull(FX_LPCSTR propname); 74 FX_BOOL SetGlobalVariablePersistent(FX_LPCSTR propname, FX_BOOL bPersistent); 75 FX_BOOL DeleteGlobalVariable(FX_LPCSTR propname); 84 CJS_GlobalData_Element* GetGlobalVariable(FX_LPCSTR propname); 85 int FindGlobalVariable(FX_LPCSTR propname); 88 void WriteFileBuffer(FX_LPCWSTR sFilePath, FX_LPCSTR pBuffer, FX_INT32 nLength);
|
D | PublicMethods.h | 82 static CFX_ByteString StrLTrim(FX_LPCSTR pStr); 83 static CFX_ByteString StrRTrim(FX_LPCSTR pStr); 84 static CFX_ByteString StrTrim(FX_LPCSTR pStr); 86 static FX_BOOL IsNumber(FX_LPCSTR string);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 37 FX_LPCSTR m_pName; 38 FX_LPCSTR m_pSubstName; 57 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… 59 …void* FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX… 63 FX_LPCSTR NameArr[LINUX_GPNAMESIZE]; 71 static const FX_LPCSTR g_LinuxGbFontList[] = { 76 static const FX_LPCSTR g_LinuxB5FontList[] = { 81 static const FX_LPCSTR g_LinuxHGFontList[] = { 84 static FX_INT32 GetJapanesePreference(FX_LPCSTR facearr, int weight, int picth_family) in GetJapanesePreference() 105 …fo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BO… in MapFont() [all …]
|
D | fx_ge_ps.cpp | 134 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in OutputPath() 166 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in SetClip_PathStroke() 207 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in DrawPath() 264 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in SetGraphState() 278 FX_LPBYTE& output_buf, FX_DWORD& output_size, FX_LPCSTR& filter) in PSCompressData() 379 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in DrawDIBits() 417 FX_LPCSTR filter = NULL; in DrawDIBits() 470 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in DrawDIBits() 506 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in SetColor() 543 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in FindPSFontGlyph() [all …]
|
D | fx_ge_fontmap.cpp | 171 const FX_LPCSTR g_Base14FontNames[14] = { 285 return FXSYS_stricmp((FX_LPCSTR)key, ((_AltFontName*)element)->m_pName); in compareString() 290 _AltFontName* found = (_AltFontName*)FXSYS_bsearch((FX_LPCSTR)name, g_AltFontNames, in _PDF_GetStandardFontName() 374 FXFT_Face CFX_FontMgr::GetFileFace(FX_LPCSTR filename, int face_index) in GetFileFace() 500 static CFX_ByteString _TT_NormalizeName(FX_LPCSTR family) in _TT_NormalizeName() 814 FX_LPCSTR m_pFontName; 815 FX_LPCSTR m_pFontFamily; 825 CFX_ByteString str_key((FX_LPCSTR)key); in compareFontFamilyString() 829 return FXSYS_stricmp((FX_LPCSTR)key, ((_AltFontFamily*)element)->m_pFontName); in compareFontFamilyString() 850 _AltFontFamily* found = (_AltFontFamily*)FXSYS_bsearch((FX_LPCSTR)fontName, g_AltFontFamilies, in _GetFontFamily() [all …]
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_module.h | 52 void SetModulePath(FX_LPCSTR module_name, FX_LPCSTR path); 54 CFX_ByteString GetModuleFilePath(FX_LPCSTR module_name, FX_LPCSTR name); 56 void SetDownloadCallback(FX_BOOL (*callback)(FX_LPCSTR module_name)); 58 FX_BOOL DownloadModule(FX_LPCSTR module_name); 60 void NotifyModuleAvailable(FX_LPCSTR module_name); 92 …void RegisterSecurityHandler(FX_LPCSTR name, CPDF_SecurityHandler * (*CreateHandler)(void* par… 94 CPDF_SecurityHandler* CreateSecurityHandler(FX_LPCSTR name); 119 FX_BOOL (*m_pDownloadCallback)(FX_LPCSTR module_name);
|
/external/pdfium/core/src/fpdfapi/ |
D | fpdf_basic_module.cpp | 53 void CPDF_ModuleMgr::SetDownloadCallback(FX_BOOL (*callback)(FX_LPCSTR module_name)) in SetDownloadCallback() 57 FX_BOOL CPDF_ModuleMgr::DownloadModule(FX_LPCSTR module_name) in DownloadModule() 64 static CFX_ByteString _GetPath(const CFX_ByteString& folder, FX_LPCSTR name) in _GetPath() 81 void CPDF_ModuleMgr::SetModulePath(FX_LPCSTR module_name, FX_LPCSTR path) in SetModulePath() 89 CFX_ByteString CPDF_ModuleMgr::GetModuleFilePath(FX_LPCSTR module_name, FX_LPCSTR name) in GetModuleFilePath() 115 void CPDF_ModuleMgr::NotifyModuleAvailable(FX_LPCSTR module_name) in NotifyModuleAvailable() 123 void CPDF_ModuleMgr::RegisterSecurityHandler(FX_LPCSTR filter, CPDF_SecurityHandler * (*CreateHandl… in RegisterSecurityHandler() 142 CPDF_SecurityHandler* CPDF_ModuleMgr::CreateSecurityHandler(FX_LPCSTR filter) in CreateSecurityHandler()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_memory.h | 22 …void* (*AllocDebug)(struct _FXMEM_SystemMgr* pMgr, size_t size, int flags, FX_LPCSTR file, int lin… 26 …g)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags, FX_LPCSTR file, int line); 74 void* operator new (size_t size, FX_LPCSTR file, int line); 76 void operator delete (void* p, FX_LPCSTR file, int line); 82 void* operator new[] (size_t size, FX_LPCSTR file, int line); 84 void operator delete[] (void* p, FX_LPCSTR file, int line); 120 void* (*m_AllocDebug)(struct _IFX_Allocator* pAllocator, size_t size, FX_LPCSTR file, int line); 124 …void* (*m_ReallocDebug)(struct _IFX_Allocator* pAllocator, void* p, size_t size, FX_LPCSTR file, i… 167 void* operator new (size_t size, IFX_Allocator* pAllocator, FX_LPCSTR file, int line); 170 void operator delete (void* p, IFX_Allocator* pAllocator, FX_LPCSTR file, int line); [all …]
|
D | fx_string.h | 34 CFX_ByteStringC(FX_LPCSTR ptr) in CFX_ByteStringC() 46 CFX_ByteStringC(FX_LPCSTR ptr, FX_STRSIZE len) in CFX_ByteStringC() 64 CFX_ByteStringC& operator = (FX_LPCSTR src) 98 FX_LPCSTR GetCStr() const in GetCStr() 100 return (FX_LPCSTR)m_Ptr; in GetCStr() 173 CFX_ByteString(FX_LPCSTR ptr, FX_STRSIZE len = -1); 187 operator FX_LPCSTR() const in FX_LPCSTR() function 215 bool operator == (FX_LPCSTR str) const 227 bool operator != (FX_LPCSTR str) const 244 const CFX_ByteString& operator = (FX_LPCSTR str); [all …]
|
D | fx_ext.h | 31 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL); 35 FX_INT32 FXSYS_strnicmp(FX_LPCSTR s1, FX_LPCSTR s2, size_t count); 55 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
|
D | fx_stream.h | 12 void* FX_OpenFolder(FX_LPCSTR path); 88 IFX_FileWrite* FX_CreateFileWrite(FX_LPCSTR filename, IFX_Allocator* pAllocator = NULL); 134 IFX_FileRead* FX_CreateFileRead(FX_LPCSTR filename, IFX_Allocator* pAllocator = NULL); 162 IFX_FileStream* FX_CreateFileStream(FX_LPCSTR filename, FX_DWORD dwModes, IFX_Allocator* pAllocato…
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_memmgr.cpp | 28 static void* _DefAllocDebug(IFX_Allocator* pAllocator, size_t size, FX_LPCSTR filename, int line) in _DefAllocDebug() 36 static void* _DefReallocDebug(IFX_Allocator* pAllocator, void* p, size_t size, FX_LPCSTR filename, … in _DefReallocDebug() 78 void* CFX_MemoryMgr::AllocDebug(size_t size, int flags, FX_LPCSTR file, int line) in AllocDebug() 94 void* CFX_MemoryMgr::ReallocDebug(void* p, size_t size, int flags, FX_LPCSTR file, int line) in ReallocDebug() 132 void* FXMEM_DefaultAllocDebug(size_t size, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultAllocDebug() 136 void* FXMEM_DefaultAllocDebug2(size_t size, size_t unit, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultAllocDebug2() 140 void* FXMEM_DefaultReallocDebug(void* p, size_t size, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultReallocDebug() 147 void* FXMEM_DefaultReallocDebug2(void* p, size_t size, size_t unit, int flags, FX_LPCSTR file, int … in FXMEM_DefaultReallocDebug2() 170 void* CFX_Object::operator new[](size_t size, FX_LPCSTR file, int line) in operator new[]() 174 void* CFX_Object::operator new(size_t size, FX_LPCSTR file, int line) in operator new() [all …]
|
D | fx_basic_gcc.cpp | 57 FX_INT32 FXSYS_atoi(FX_LPCSTR str) in FXSYS_atoi() 59 return FXSYS_StrToInt<FX_INT32, FX_LPCSTR>(str); in FXSYS_atoi() 65 FX_INT64 FXSYS_atoi64(FX_LPCSTR str) in FXSYS_atoi64() 67 return FXSYS_StrToInt<FX_INT64, FX_LPCSTR>(str); in FXSYS_atoi64() 73 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix) in FXSYS_i64toa() 92 FX_DWORD FXSYS_GetFullPathName(FX_LPCSTR filename, FX_DWORD buflen, FX_LPSTR buf, FX_LPSTR* filepar… in FXSYS_GetFullPathName() 204 FX_LPSTR buf, int buflen, FX_LPCSTR default_str, FX_BOOL* pUseDefault) in FXSYS_WideCharToMultiByte() 217 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCSTR bstr, int blen, in FXSYS_MultiByteToWideChar()
|
D | fx_basic_bstring.cpp | 21 FX_LPCSTR string = "0123456789abcdef"; in _Buffer_itoa() 81 CFX_ByteString::CFX_ByteString(FX_LPCSTR lpsz, FX_STRSIZE nLen) in CFX_ByteString() 150 const CFX_ByteString& CFX_ByteString::operator=(FX_LPCSTR lpsz) in operator =() 204 const CFX_ByteString& CFX_ByteString::operator+=(FX_LPCSTR lpsz) in operator +=() 293 void CFX_ByteString::AssignCopy(FX_STRSIZE nSrcLen, FX_LPCSTR lpszSrcData) in AssignCopy() 328 nNewLength = (FX_STRSIZE)FXSYS_strlen((FX_LPCSTR)m_pData->m_String); in ReleaseBuffer() 409 void CFX_ByteString::ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCSTR lpszSrcData) in ConcatInPlace() 432 void CFX_ByteString::ConcatCopy(FX_STRSIZE nSrc1Len, FX_LPCSTR lpszSrc1Data, in ConcatCopy() 433 FX_STRSIZE nSrc2Len, FX_LPCSTR lpszSrc2Data) in ConcatCopy() 489 void CFX_ByteString::FormatV(FX_LPCSTR lpszFormat, va_list argList) in FormatV() [all …]
|
D | fx_extension.cpp | 83 IFX_FileStream* FX_CreateFileStream(FX_LPCSTR filename, FX_DWORD dwModes, IFX_Allocator* pAllocator) in FX_CreateFileStream() 115 IFX_FileWrite* FX_CreateFileWrite(FX_LPCSTR filename, IFX_Allocator* pAllocator) in FX_CreateFileWrite() 123 IFX_FileRead* FX_CreateFileRead(FX_LPCSTR filename, IFX_Allocator* pAllocator) in FX_CreateFileRead() 158 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_strtof() 234 FX_INT32 FXSYS_strnicmp(FX_LPCSTR s1, FX_LPCSTR s2, size_t count) in FXSYS_strnicmp() 247 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase) in FX_HashCode_String_GetA() 253 FX_LPCSTR pStrEnd = pStr + iLength; in FX_HashCode_String_GetA() 367 FX_DWORD dwHash1 = FX_HashCode_String_GetA((FX_LPCSTR)&st1, sizeof(st1), TRUE); in FX_Random_GenerateBase() 368 FX_DWORD dwHash2 = FX_HashCode_String_GetA((FX_LPCSTR)&st2, sizeof(st2), TRUE); in FX_Random_GenerateBase()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Object.h | 16 void *operator new(size_t size, CJBig2_Module *pModule, FX_LPCSTR filename, int line); 18 void operator delete(void *p, CJBig2_Module *pModule, FX_LPCSTR filename, int line); 27 FX_LPCSTR filename, int line); 30 FX_LPCSTR filename, int line);
|
D | JBig2_Module.h | 26 virtual void JBig2_Error(FX_LPCSTR format, ...) {}; in JBig2_Error() 28 virtual void JBig2_Warn(FX_LPCSTR format, ...) {}; in JBig2_Warn() 30 virtual void JBig2_Log(FX_LPCSTR format, ...) {}; in JBig2_Log()
|
D | JBig2_Object.cpp | 9 void *CJBig2_Object::operator new(size_t size, CJBig2_Module *pModule, FX_LPCSTR filename, int line) in operator new() 16 void CJBig2_Object::operator delete(void *p, CJBig2_Module *pModule, FX_LPCSTR filename, int line) in operator delete() 36 FX_LPCSTR filename, int line) in operator new[]() 49 FX_LPCSTR filename, int line) in operator delete[]()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_utility.cpp | 18 FX_LPVOID FXFC_LoadPackage(FX_LPCSTR name) in FXFC_LoadPackage() 20 FXSYS_FILE* file = FXSYS_fopen(name, (FX_LPCSTR)"rb"); in FXFC_LoadPackage() 43 FX_BOOL FXFC_LoadFile(FX_LPVOID p, FX_LPCSTR name, FX_LPBYTE& pBuffer, FX_DWORD& size) in FXFC_LoadFile() 51 if (FXSYS_stricmp((FX_LPCSTR)buf, name) == 0) { in FXFC_LoadFile() 70 FX_BOOL CPDF_FXMP::LoadFile(FX_LPVOID pPackage, FX_LPCSTR fileid) in LoadFile()
|
D | fpdf_font_charset.cpp | 267 const FX_LPCSTR StandardEncodingNames[224] = { 297 const FX_LPCSTR AdobeWinAnsiEncodingNames[224] = { 327 const FX_LPCSTR MacRomanEncodingNames[224] = { 357 const FX_LPCSTR MacExpertEncodingNames[224] = { 387 const FX_LPCSTR PDFDocEncodingNames[232] = { 418 const FX_LPCSTR AdobeSymbolEncodingNames[224] = { 448 const FX_LPCSTR ZapfEncodingNames[224] = {
|
D | fpdf_font.cpp | 209 FX_LPCSTR src_buf = str; in DecodeString() 373 int CPDF_Font::GetStringWidth(FX_LPCSTR pString, int size) in GetStringWidth() 435 if (tag == CFX_ByteString((FX_LPCSTR)ChineseFontNames[i])) { in CreateFontF() 548 FX_LPCSTR buf = str.GetCStr(); in _StringToCode() 600 FX_LPCSTR buf = str.GetCStr(); in _StringToWideString() 830 extern FX_LPCSTR PDF_CharNameFromPredefinedCharSet(int encoding, FX_BYTE charcode); 923 FX_LPCSTR GetAdobeCharName(int iBaseEncoding, const CFX_ByteString* pCharNames, int charcode) in GetAdobeCharName() 929 FX_LPCSTR name = NULL; in GetAdobeCharName() 1099 FX_LPCSTR m_pStrAdobe; 1100 FX_LPCSTR m_pStrUnicode; [all …]
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 11 FX_LPCSTR m_pName; 12 FX_LPCSTR m_pSubstName; 32 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… 48 …fo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BO… in MapFont()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_GlobalData.cpp | 141 int CJS_GlobalData::FindGlobalVariable(FX_LPCSTR propname) in FindGlobalVariable() 160 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(FX_LPCSTR propname) in GetGlobalVariable() 172 void CJS_GlobalData::SetGlobalVariableNumber(FX_LPCSTR propname, double dData) in SetGlobalVariableNumber() 198 void CJS_GlobalData::SetGlobalVariableBoolean(FX_LPCSTR propname, bool bData) in SetGlobalVariableBoolean() 224 void CJS_GlobalData::SetGlobalVariableString(FX_LPCSTR propname, const CFX_ByteString& sData) in SetGlobalVariableString() 250 void CJS_GlobalData::SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& arr… in SetGlobalVariableObject() 276 void CJS_GlobalData::SetGlobalVariableNull(FX_LPCSTR propname) in SetGlobalVariableNull() 300 FX_BOOL CJS_GlobalData::SetGlobalVariablePersistent(FX_LPCSTR propname, FX_BOOL bPersistent) in SetGlobalVariablePersistent() 319 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(FX_LPCSTR propname) in DeleteGlobalVariable() 512 WriteFileBuffer(m_sFilePath, (FX_LPCSTR)sFile.GetBuffer(), sFile.GetSize()); in SaveGlobalPersisitentVariables() [all …]
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.h | 22 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,… 24 virtual void* GetFont(FX_LPCSTR face);
|
D | fx_android_font.cpp | 26 …fo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& b… in MapFont() 49 void* CFX_AndroidFontInfo::GetFont(FX_LPCSTR face) in GetFont()
|