/external/pdfium/core/fxcrt/ |
D | fx_basic_gcc.cpp | 85 int32_t FXSYS_atoi(const FX_CHAR* str) { in FXSYS_atoi() 86 return FXSYS_StrToInt<int32_t, FX_CHAR>(str); in FXSYS_atoi() 88 uint32_t FXSYS_atoui(const FX_CHAR* str) { in FXSYS_atoui() 94 int64_t FXSYS_atoi64(const FX_CHAR* str) { in FXSYS_atoi64() 95 return FXSYS_StrToInt<int64_t, FX_CHAR>(str); in FXSYS_atoi64() 100 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix) { in FXSYS_i64toa() 101 return FXSYS_IntToStr<int64_t, uint64_t, FX_CHAR*>(value, str, radix); in FXSYS_i64toa() 113 uint32_t FXSYS_GetFullPathName(const FX_CHAR* filename, in FXSYS_GetFullPathName() 115 FX_CHAR* buf, in FXSYS_GetFullPathName() 116 FX_CHAR** filepart) { in FXSYS_GetFullPathName() [all …]
|
D | fx_string.h | 24 using CFX_ByteStringC = CFX_StringCTemplate<FX_CHAR>; 35 using CharType = FX_CHAR; 45 CFX_ByteString(const FX_CHAR* ptr); 47 CFX_ByteString(const FX_CHAR* ptr, FX_STRSIZE len); 62 const FX_CHAR* c_str() const { return m_pData ? m_pData->m_String : ""; } in c_str() 95 const CFX_ByteString& operator=(const FX_CHAR* str); 99 const CFX_ByteString& operator+=(FX_CHAR ch); 100 const CFX_ByteString& operator+=(const FX_CHAR* str); 112 void SetAt(FX_STRSIZE nIndex, FX_CHAR ch); 113 FX_STRSIZE Insert(FX_STRSIZE index, FX_CHAR ch); [all …]
|
D | fx_basic_bstring.cpp | 16 template class CFX_StringDataTemplate<FX_CHAR>; 17 template class CFX_StringCTemplate<FX_CHAR>; 35 const FX_CHAR* str = "0123456789abcdef"; in Buffer_itoa() 56 const FX_CHAR* FX_strstr(const FX_CHAR* haystack, in FX_strstr() 58 const FX_CHAR* needle, in FX_strstr() 63 const FX_CHAR* end_ptr = haystack + haystack_len - needle_len; in FX_strstr() 82 static_assert(sizeof(CFX_ByteString) <= sizeof(FX_CHAR*), 85 CFX_ByteString::CFX_ByteString(const FX_CHAR* pStr, FX_STRSIZE nLen) { in CFX_ByteString() 96 StringData::Create(reinterpret_cast<const FX_CHAR*>(pStr), nLen)); in CFX_ByteString() 114 CFX_ByteString::CFX_ByteString(const FX_CHAR* ptr) in CFX_ByteString() [all …]
|
D | fx_system_unittest.cpp | 19 const FX_CHAR kSentinel = 0x7f; 23 FX_CHAR buf[kBufLen]; in Check32BitBase16Itoa() 32 FX_CHAR buf[kBufLen]; in Check32BitBase10Itoa() 41 FX_CHAR buf[kBufLen]; in Check32BitBase2Itoa() 50 FX_CHAR buf[kBufLen]; in Check64BitBase16Itoa() 59 FX_CHAR buf[kBufLen]; in Check64BitBase10Itoa() 68 FX_CHAR buf[kBufLen]; in Check64BitBase2Itoa() 78 FX_CHAR buf[32]; in TEST() 118 FX_CHAR buf[32]; in TEST()
|
D | fx_system.h | 73 typedef char FX_CHAR; // Keep, questionable signedness. typedef 156 inline FX_STRSIZE FXSYS_len(const FX_CHAR* ptr) { in FXSYS_len() 164 inline int FXSYS_cmp(const FX_CHAR* ptr1, const FX_CHAR* ptr2, size_t len) { in FXSYS_cmp() 172 inline const FX_CHAR* FXSYS_chr(const FX_CHAR* ptr, FX_CHAR ch, size_t len) { in FXSYS_chr() 173 return reinterpret_cast<const FX_CHAR*>(memchr(ptr, ch, len)); in FXSYS_chr() 279 int32_t FXSYS_atoi(const FX_CHAR* str); 280 uint32_t FXSYS_atoui(const FX_CHAR* str); 282 int64_t FXSYS_atoi64(const FX_CHAR* str); 284 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix);
|
D | fx_ext.h | 20 FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr, 28 int32_t FXSYS_strnicmp(const FX_CHAR* s1, const FX_CHAR* s2, size_t count); 55 inline int FXSYS_toHexDigit(const FX_CHAR c) { in FXSYS_toHexDigit() 62 inline bool FXSYS_isDecimalDigit(const FX_CHAR c) { in FXSYS_isDecimalDigit() 70 inline int FXSYS_toDecimalDigit(const FX_CHAR c) { in FXSYS_toDecimalDigit()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type1font.cpp | 22 const FX_CHAR* m_pStrAdobe; 23 const FX_CHAR* m_pStrUnicode; 33 return FXSYS_stricmp(static_cast<const FX_CHAR*>(key), in compareString() 37 const FX_CHAR* GlyphNameRemap(const FX_CHAR* pStrAdobe) { in GlyphNameRemap() 164 const FX_CHAR* name = in LoadGlyphMap() 194 const FX_CHAR* name = in LoadGlyphMap() 209 FX_CHAR name_glyph[256]; in LoadGlyphMap() 228 const FX_CHAR* name = in LoadGlyphMap() 234 const FX_CHAR* pStrUnicode = GlyphNameRemap(name); in LoadGlyphMap() 262 const FX_CHAR* name = in LoadGlyphMap() [all …]
|
D | cpdf_fontencoding.cpp | 239 const FX_CHAR* const StandardEncodingNames[224] = { 466 const FX_CHAR* const AdobeWinAnsiEncodingNames[224] = { 693 const FX_CHAR* const MacRomanEncodingNames[224] = { 920 const FX_CHAR* const MacExpertEncodingNames[224] = { 1147 const FX_CHAR* const PDFDocEncodingNames[232] = { 1382 const FX_CHAR* const AdobeSymbolEncodingNames[224] = { 1609 const FX_CHAR* const ZapfEncodingNames[224] = { 1761 FX_WCHAR PDF_UnicodeFromAdobeName(const FX_CHAR* name) { in PDF_UnicodeFromAdobeName() 1771 const FX_CHAR* PDF_CharNameFromPredefinedCharSet(int encoding, in PDF_CharNameFromPredefinedCharSet()
|
D | cpdf_font.h | 53 virtual uint32_t GetNextChar(const FX_CHAR* pString, 56 virtual int CountChar(const FX_CHAR* pString, int size) const; 57 virtual int AppendChar(FX_CHAR* buf, uint32_t charcode) const; 74 int GetStringWidth(const FX_CHAR* pString, int size); 99 const FX_CHAR* GetAdobeCharName(int iBaseEncoding,
|
D | cpdf_cidfont.h | 48 uint32_t GetNextChar(const FX_CHAR* pString, 51 int CountChar(const FX_CHAR* pString, int size) const override; 52 int AppendChar(FX_CHAR* str, uint32_t charcode) const override;
|
/external/pdfium/core/fxge/ge/ |
D | fx_ge_linux.cpp | 18 const FX_CHAR* const g_LinuxGpFontList[][kLinuxGpNameSize] = { 29 const FX_CHAR* const g_LinuxGbFontList[] = { 33 const FX_CHAR* const g_LinuxB5FontList[] = { 37 const FX_CHAR* const g_LinuxHGFontList[] = { 41 size_t GetJapanesePreference(const FX_CHAR* facearr, in GetJapanesePreference() 75 const FX_CHAR* family, 84 const FX_CHAR* cstr_face, in MapFont()
|
D | cfx_folderfontinfo.h | 30 const FX_CHAR* face, 38 void* GetFont(const FX_CHAR* face) override; 59 const FX_CHAR* family,
|
D | cfx_fontmapper.cpp | 28 const FX_CHAR* const g_Base14FontNames[kNumStandardFonts] = { 46 const FX_CHAR* m_pName; 141 const FX_CHAR* m_pFontName; 142 const FX_CHAR* m_pFontFamily; 150 const FX_CHAR* style; 170 CFX_ByteString str_key((const FX_CHAR*)key); in CompareFontFamilyString() 174 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key), in CompareFontFamilyString() 179 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key), in CompareString() 183 CFX_ByteString TT_NormalizeName(const FX_CHAR* family) { in TT_NormalizeName() 226 CFX_ByteString ParseStyle(const FX_CHAR* pStyle, int iLen, int iIndex) { in ParseStyle() [all …]
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiapathfont.h | 23 void SetPath(const FX_CHAR* pPath) { in SetPath() 26 m_pPath = FX_Alloc(FX_CHAR, iSize + 1); in SetPath() 27 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR)); in SetPath() 30 FX_CHAR* m_pPath;
|
D | cfpf_skiafontdescriptor.h | 26 void SetFamily(const FX_CHAR* pFamily) { in SetFamily() 29 m_pFamily = FX_Alloc(FX_CHAR, iSize + 1); in SetFamily() 30 FXSYS_memcpy(m_pFamily, pFamily, iSize * sizeof(FX_CHAR)); in SetFamily() 33 FX_CHAR* m_pFamily;
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedCodaBarWriter.h | 40 virtual bool SetStartChar(FX_CHAR start); 41 virtual bool SetEndChar(FX_CHAR end); 53 FX_CHAR m_chStart; 54 FX_CHAR m_chEnd;
|
D | BC_OnedCodaBarWriter.cpp | 31 const FX_CHAR ALPHABET_STRING[] = "0123456789-$:/.+ABCDTN"; 38 const FX_CHAR START_END_CHARS[] = {'A', 'B', 'C', 'D', 'T', 'N', '*', 'E', 40 const FX_CHAR CONTENT_CHARS[] = {'0', '1', '2', '3', '4', '5', '6', '7', 51 bool CBC_OnedCodaBarWriter::SetStartChar(FX_CHAR start) { in SetStartChar() 61 bool CBC_OnedCodaBarWriter::SetEndChar(FX_CHAR end) { in SetEndChar() 173 FX_CHAR ch; in Encode()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_barcode.h | 66 void SetStartChar(FX_CHAR startChar); 67 void SetEndChar(FX_CHAR endChar); 86 FX_CHAR m_cStartChar; 87 FX_CHAR m_cEndChar;
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 17 const FX_CHAR* m_pName; 18 const FX_CHAR* m_pSubstName; 44 const FX_CHAR* family, 64 const FX_CHAR* cstr_face, in MapFont()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffdoc.cpp | 62 void Base64DecodePiece(const FX_CHAR src[4], in Base64DecodePiece() 115 FX_CHAR srcData[4]; in Base64DecodeW() 121 srcData[0] = (FX_CHAR)*pSrc++; in Base64DecodeW() 122 srcData[1] = (FX_CHAR)*pSrc++; in Base64DecodeW() 123 srcData[2] = (FX_CHAR)*pSrc++; in Base64DecodeW() 124 srcData[3] = (FX_CHAR)*pSrc++; in Base64DecodeW() 129 srcData[0] = (FX_CHAR)*pSrc++; in Base64DecodeW() 131 srcData[1] = (FX_CHAR)*pSrc++; in Base64DecodeW() 134 srcData[2] = (FX_CHAR)*pSrc++; in Base64DecodeW()
|
D | xfa_checksum.cpp | 24 const FX_CHAR g_FXBase64EncoderMap[64] = { 34 FX_CHAR dst[4]) { in Base64EncodePiece() 57 int32_t Base64EncodeA(const uint8_t* pSrc, int32_t iSrcLen, FX_CHAR* pDst) { in Base64EncodeA() 71 FX_CHAR* pDstEnd = pDst; in Base64EncodeA() 255 FX_CHAR* pBuffer = m_bsChecksum.GetBuffer(nLen); in FinishChecksum()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 150 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in OutputPath() 183 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in SetClip_PathStroke() 222 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in DrawPath() 285 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in SetGraphState() 309 const FX_CHAR** filter) { in PSCompressData() 418 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in DrawDIBits() 454 const FX_CHAR* filter = nullptr; in DrawDIBits() 496 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in DrawDIBits() 521 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in SetColor() 567 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in FindPSFontGlyph() [all …]
|
/external/pdfium/fxjs/ |
D | fxjse.h | 42 const FX_CHAR* name; 47 const FX_CHAR* name; 53 const FX_CHAR* name;
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 91 const FX_CHAR* csname = nullptr; in InitJPEG() 203 FX_CHAR* pBuf = ct.GetBuffer(6); in SetImage() 204 pBuf[0] = (FX_CHAR)reset_r; in SetImage() 205 pBuf[1] = (FX_CHAR)reset_g; in SetImage() 206 pBuf[2] = (FX_CHAR)reset_b; in SetImage() 207 pBuf[3] = (FX_CHAR)set_r; in SetImage() 208 pBuf[4] = (FX_CHAR)set_g; in SetImage() 209 pBuf[5] = (FX_CHAR)set_b; in SetImage()
|
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.h | 125 explicit CGifLZWDecoder(FX_CHAR* error_ptr); 155 FX_CHAR* err_msg_ptr; 211 FX_CHAR* err_ptr; 212 void (*gif_error_fn)(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg); 283 void gif_error(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg); 284 void gif_warn(gif_decompress_struct_p gif_ptr, const FX_CHAR* err_msg);
|