/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 15 typedef int FX_STRSIZE; typedef 28 CFX_ByteStringC(FX_LPCBYTE ptr, FX_STRSIZE size) in CFX_ByteStringC() 37 m_Length = ptr ? (FX_STRSIZE)FXSYS_strlen(ptr) : 0; in CFX_ByteStringC() 46 CFX_ByteStringC(FX_LPCSTR ptr, FX_STRSIZE len) in CFX_ByteStringC() 50 m_Length = (FX_STRSIZE)FXSYS_strlen(ptr); in CFX_ByteStringC() 67 m_Length = (FX_STRSIZE)FXSYS_strlen(src); 91 FX_DWORD GetID(FX_STRSIZE start_pos = 0) const; 103 FX_STRSIZE GetLength() const in GetLength() 118 FX_BYTE GetAt(FX_STRSIZE index) const in GetAt() 123 CFX_ByteStringC Mid(FX_STRSIZE index, FX_STRSIZE count = -1) const [all …]
|
D | fx_basic.h | 27 CFX_BinaryBuf(FX_STRSIZE size, IFX_Allocator* pAllocator = NULL); 33 void EstimateSize(FX_STRSIZE size, FX_STRSIZE alloc_step = 0); 35 void AppendBlock(const void* pBuf, FX_STRSIZE size); 37 void AppendFill(FX_BYTE byte, FX_STRSIZE count); 52 void InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size); 54 void AttachData(void* pBuf, FX_STRSIZE size); 56 void CopyData(const void* pBuf, FX_STRSIZE size); 67 FX_STRSIZE GetSize() const in GetSize() 80 FX_STRSIZE m_AllocStep; 84 FX_STRSIZE m_DataSize; [all …]
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 81 CFX_ByteString::CFX_ByteString(FX_LPCSTR lpsz, FX_STRSIZE nLen) in CFX_ByteString() 84 nLen = lpsz ? (FX_STRSIZE)FXSYS_strlen(lpsz) : 0; in CFX_ByteString() 95 CFX_ByteString::CFX_ByteString(FX_LPCBYTE lpsz, FX_STRSIZE nLen) in CFX_ByteString() 155 AssignCopy((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz); in operator =() 192 void CFX_ByteString::Load(FX_LPCBYTE buf, FX_STRSIZE len) in Load() 207 ConcatInPlace((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz); in operator +=() 268 FX_STRSIZE len = str.GetLength(); in EqualNoCase() 274 for (FX_STRSIZE i = 0; i < len; i ++) { in EqualNoCase() 293 void CFX_ByteString::AssignCopy(FX_STRSIZE nSrcLen, FX_LPCSTR lpszSrcData) in AssignCopy() 307 FX_STRSIZE nDataLength = pData->m_nDataLength; in CopyBeforeWrite() [all …]
|
D | fx_basic_wstring.cpp | 43 void CFX_WideString::InitStr(FX_LPCWSTR lpsz, FX_STRSIZE nLen) in InitStr() 46 nLen = lpsz ? (FX_STRSIZE)FXSYS_wcslen(lpsz) : 0; in InitStr() 103 void CFX_WideString::ReleaseBuffer(FX_STRSIZE nNewLength) in ReleaseBuffer() 110 nNewLength = m_pData ? (FX_STRSIZE)FXSYS_wcslen(m_pData->m_String) : 0; in ReleaseBuffer() 125 AssignCopy((FX_STRSIZE)FXSYS_wcslen(lpsz), lpsz); in operator =() 165 ConcatInPlace((FX_STRSIZE)FXSYS_wcslen(lpsz), lpsz); in operator +=() 241 void CFX_WideString::ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCWSTR lpszSrcData) in ConcatInPlace() 263 void CFX_WideString::ConcatCopy(FX_STRSIZE nSrc1Len, FX_LPCWSTR lpszSrc1Data, in ConcatCopy() 264 FX_STRSIZE nSrc2Len, FX_LPCWSTR lpszSrc2Data) in ConcatCopy() 266 FX_STRSIZE nNewLen = nSrc1Len + nSrc2Len; in ConcatCopy() [all …]
|
D | fx_basic_buffer.cpp | 8 FX_STRSIZE FX_ftoa(FX_FLOAT f, FX_LPSTR buf); 17 CFX_BinaryBuf::CFX_BinaryBuf(FX_STRSIZE size, IFX_Allocator* pAllocator) in CFX_BinaryBuf() 49 void CFX_BinaryBuf::AttachData(void* buffer, FX_STRSIZE size) in AttachData() 63 void CFX_BinaryBuf::EstimateSize(FX_STRSIZE size, FX_STRSIZE step) in EstimateSize() 71 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) in ExpandBuf() 73 FX_STRSIZE new_size = add_size + m_DataSize; in ExpandBuf() 98 void CFX_BinaryBuf::CopyData(const void* pStr, FX_STRSIZE size) in CopyData() 113 void CFX_BinaryBuf::AppendBlock(const void* pBuf, FX_STRSIZE size) in AppendBlock() 121 void CFX_BinaryBuf::InsertBlock(FX_STRSIZE pos, const void* pBuf, FX_STRSIZE size) in InsertBlock() 133 void CFX_BinaryBuf::AppendFill(FX_BYTE byte, FX_STRSIZE count) in AppendFill() [all …]
|
D | fx_basic_utf.cpp | 79 CFX_ByteString FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len) in FX_UTF8Encode() 83 len = (FX_STRSIZE)FXSYS_wcslen(pwsStr); in FX_UTF8Encode() 91 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAll… in FX_UTF8Encode() 95 len = (FX_STRSIZE)FXSYS_wcslen(pwsStr); in FX_UTF8Encode()
|
/external/pdfium/core/src/fpdftext/ |
D | unicodenormalization.cpp | 20 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst) in FX_Unicode_GetNormalization() 50 return (FX_STRSIZE)wFind; in FX_Unicode_GetNormalization() 52 FX_STRSIZE FX_WideString_GetNormalization(FX_WSTR wsSrc, FX_LPWSTR pDst) in FX_WideString_GetNormalization() 54 FX_STRSIZE nCount = 0; in FX_WideString_GetNormalization() 55 for (FX_STRSIZE len = 0; len < wsSrc.GetLength(); len ++) { in FX_WideString_GetNormalization() 65 FX_STRSIZE FX_WideString_GetNormalization(FX_WSTR wsSrc, CFX_WideString &wsDst) in FX_WideString_GetNormalization() 67 FX_STRSIZE nLen = FX_WideString_GetNormalization(wsSrc, (FX_LPWSTR)NULL); in FX_WideString_GetNormalization()
|
D | fpdf_text_int.cpp | 1142 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst); 1181 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst); 1468 FX_STRSIZE nItems = actText.GetLength(); 1473 for (FX_STRSIZE i = 0; i < nItems; i++) { 1486 for (FX_STRSIZE j = 0; j < nItems; j++) { 1521 FX_STRSIZE nItems = actText.GetLength(); 1538 for (FX_STRSIZE k = 0; k < nItems; k++) { 1883 FX_STRSIZE nCount = strCurText.GetLength(); 2255 FX_STRSIZE len = findwhat.GetLength();
|
D | text_int.h | 212 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst);
|
D | fpdf_text.cpp | 295 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst); in NormalizeCompositeChar()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 94 …ictionary *pBitmapDict, const CFX_DIBitmap* pBitmap, int quality, FX_LPBYTE &buf, FX_STRSIZE &size) in _DCTEncodeBitmap() 97 …ict, const CFX_DIBitmap *pBitmap, CPDF_Document *pDoc, FX_LPBYTE &buf, FX_STRSIZE &size, FX_BOOL b… in _JBIG2EncodeBitmap() 117 FX_STRSIZE dest_pitch = 0, dest_size = 0, opType = -1; in SetImage() 212 FX_STRSIZE mask_size; in SetImage()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 141 return CFX_ByteStringC(pStart, (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData))); in GetWord() 167 return CFX_ByteStringC(pStart, (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData))); in GetWord() 282 result.ReleaseBuffer((FX_STRSIZE)(pDest - pDestStart)); in PDF_NameDecode()
|
D | fpdf_parser_decode.cpp | 448 len = (FX_STRSIZE)FXSYS_wcslen(pString); in PDF_EncodeText()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec_provider.h | 33 …virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_…
|
D | fx_codec.h | 164 …virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_…
|
/external/pdfium/core/src/fpdfapi/ |
D | fpdf_basic_module.cpp | 66 FX_STRSIZE folder_len = folder.GetLength(); in _GetPath()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 177 static void _JpegEncode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, i… in _JpegEncode() 271 dest_size = dest_buf_length - (FX_STRSIZE)dest.free_in_buffer; in _JpegEncode() 570 FX_BOOL CCodec_JpegModule::Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& de… in Encode()
|
D | codec_int.h | 141 …FX_BOOL Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int qual…
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 41 void GetNext(FX_LPCWSTR &pSubName, FX_STRSIZE& size) in GetNext() 47 size = (FX_STRSIZE)(m_pCur - pSubName); in GetNext() 185 FX_STRSIZE nLength; in SetField() 208 FX_STRSIZE nLength; in GetField() 226 FX_STRSIZE nLength; in RemoveField() 256 FX_STRSIZE nLength; in FindNode()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 232 FX_BOOL FDFToURLEncodedData(FX_LPBYTE& pBuf, FX_STRSIZE& nBufSize);
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 206 FX_BYTE digit1 = ((FX_DWORD)i * 2 + 1 < size) ? second.GetAt((FX_STRSIZE)i * 2 + 1) : 0; in _CMap_GetCodeRange() 207 FX_BYTE digit2 = ((FX_DWORD)i * 2 + 2 < size) ? second.GetAt((FX_STRSIZE)i * 2 + 2) : 0; in _CMap_GetCodeRange()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 416 FX_STRSIZE output_size = 0; in DrawDIBits()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 2277 FX_STRSIZE nBufSize = textBuf.GetLength(); in SubmitFields() 2337 FX_BOOL CPDFSDK_InterForm::FDFToURLEncodedData(FX_LPBYTE& pBuf, FX_STRSIZE& nBufSize) in FDFToURLEncodedData() 2434 FX_STRSIZE nBufSize = FdfBuffer.GetLength(); in SubmitForm()
|