Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1640 CFX_WideString wstrItem = pTextObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); local
1641 if(wstrItem.IsEmpty()) {
1642 wstrItem += (FX_WCHAR)item.m_CharCode;
1644 FX_WCHAR curChar = wstrItem.GetAt(0);
1769 CFX_WideString wstrItem = pFont->UnicodeFromCharCode(item.m_CharCode); local
1771 FX_WCHAR wChar = wstrItem.GetAt(0);
1772 if ((wstrItem.IsEmpty() || wChar == 0) && item.m_CharCode) {
1773 if(wstrItem.IsEmpty()) {
1774 wstrItem += (FX_WCHAR)item.m_CharCode;
1776 wstrItem.SetAt(0, (FX_WCHAR)item.m_CharCode);
[all …]
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1197 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); in ProcessInsertObject() local
1198 FX_WCHAR curChar = wstrItem.GetAt(0); in ProcessInsertObject()
1234 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); in LogicPreObj() local
1235 FX_WCHAR curChar = wstrItem.GetAt(0); in LogicPreObj()