Home
last modified time | relevance | path

Searched refs:m_MultiCharBuf (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp503 FX_LPCWSTR buf = m_MultiCharBuf.GetBuffer(); in Lookup()
504 FX_DWORD buf_len = m_MultiCharBuf.GetLength(); in Lookup()
651 m_Map.SetAt(srccode, m_MultiCharBuf.GetLength() * 0x10000 + 0xffff); in Load()
652 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
653 m_MultiCharBuf << destcode; in Load()
681 m_Map.SetAt(code, m_MultiCharBuf.GetLength() * 0x10000 + 0xffff); in Load()
682 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
683 m_MultiCharBuf << destcode; in Load()
704 m_Map.SetAt(code, m_MultiCharBuf.GetLength() * 0x10000 + 0xffff); in Load()
705 m_MultiCharBuf.AppendChar(retcode.GetLength()); in Load()
[all …]
Dfont_int.h167 CFX_WideTextBuf m_MultiCharBuf; variable