Searched refs:FX_LPSTR (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_gcc.cpp | 77 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix) in FXSYS_i64toa() 79 return FXSYS_IntToStr<FX_INT64, FX_LPSTR>(value, str, radix); in FXSYS_i64toa() 96 FX_DWORD FXSYS_GetFullPathName(FX_LPCSTR filename, FX_DWORD buflen, FX_LPSTR buf, FX_LPSTR* filepar… in FXSYS_GetFullPathName() 197 return FXSYS_IntToStr<FX_INT32, FX_LPSTR>(value, string, radix); in FXSYS_itoa() 208 FX_LPSTR buf, int buflen, FX_LPCSTR default_str, FX_BOOL* pUseDefault) in FXSYS_WideCharToMultiByte()
|
D | fx_basic_bstring.cpp | 354 FX_LPSTR CFX_ByteString::GetBuffer(FX_STRSIZE nMinBufLength) in GetBuffer() 862 FX_LPSTR pstrSource = m_pData->m_String; in Remove() 863 FX_LPSTR pstrDest = m_pData->m_String; in Remove() 864 FX_LPSTR pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove() 889 FX_LPSTR pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() 911 FX_LPSTR pDest = pNewData->m_String; in Replace() 1081 FX_STRSIZE FX_ftoa(FX_FLOAT d, FX_LPSTR buf) in FX_ftoa()
|
D | fx_basic_buffer.cpp | 8 FX_STRSIZE FX_ftoa(FX_FLOAT f, FX_LPSTR buf); 362 FX_LPSTR buffer = str.GetBuffer(len); in operator >>()
|
D | fx_basic_wstring.cpp | 306 FX_LPSTR buffer = result.GetBuffer(len * 2 + 2); in UTF16LE_Encode() 1031 FX_LPSTR dest_buf = bytestr.GetBuffer(dest_len); in _DefMap_GetByteString()
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.h | 39 FX_LPSTR m_pFamily; 69 FX_LPSTR m_pPath;
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 298 FX_LPSTR pDestStart = result.GetBuffer(size); in PDF_NameDecode() 299 FX_LPSTR pDest = pDestStart; in PDF_NameDecode() 337 FX_LPSTR dest_buf = res.GetBuffer(dest_len); in PDF_NameEncode()
|
D | fpdf_parser_decode.cpp | 438 FX_LPSTR dest_buf1 = result.GetBuffer(len); in PDF_EncodeText()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 98 typedef char* FX_LPSTR; typedef 301 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix);
|
D | fx_string.h | 304 FX_LPSTR GetBuffer(FX_STRSIZE len); 895 FX_STRSIZE FX_ftoa(FX_FLOAT f, FX_LPSTR buf);
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | font_int.h | 103 int AppendChar(FX_LPSTR str, FX_DWORD charcode) const;
|
D | fpdf_font_cid.cpp | 622 int CPDF_CMap::AppendChar(FX_LPSTR str, FX_DWORD charcode) const in AppendChar() 1332 int CPDF_CIDFont::AppendChar(FX_LPSTR str, FX_DWORD charcode) const in AppendChar()
|
D | fpdf_font.cpp | 225 FX_LPSTR dest_buf = result.GetBuffer(src_len * 2); in EncodeString()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 174 virtual int AppendChar(FX_LPSTR buf, FX_DWORD charcode) const in AppendChar() 519 virtual int AppendChar(FX_LPSTR str, FX_DWORD charcode) const;
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 181 FX_LPSTR m_pBuf;
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 133 FX_LPSTR pBuf = ct.GetBuffer(6); in SetImage()
|
D | fpdf_edit_doc.cpp | 548 dest = (FX_LPSTR)pBuffer; in _CFString2CFXByteString()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 352 FXSYS_strcpy((FX_LPSTR)m_BlendMode, "Normal"); in CPDF_GeneralStateData()
|