Home
last modified time | relevance | path

Searched refs:preChar (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1577 PAGECHAR_INFO preChar; in FindPreviousTextObject() local
1579 preChar = *(PAGECHAR_INFO*)m_TempCharList.GetAt(m_TempCharList.GetSize() - 1); in FindPreviousTextObject()
1581 preChar = *(PAGECHAR_INFO*)m_charList.GetAt(m_charList.GetSize() - 1); in FindPreviousTextObject()
1583 if (preChar.m_pTextObj) { in FindPreviousTextObject()
1584 m_pPreTextObj = preChar.m_pTextObj; in FindPreviousTextObject()
1940 FX_WCHAR preChar = strCurText.GetAt((nIndex)); in IsHyphen() local
1941 if (((preChar >= L'A' && preChar <= L'Z') || (preChar >= L'a' && preChar <= L'z')) in IsHyphen()
1947 PAGECHAR_INFO preChar; in IsHyphen() local
1949 preChar = (PAGECHAR_INFO)m_TempCharList[size - 1]; in IsHyphen()
1955 preChar = (PAGECHAR_INFO)m_charList[size - 1]; in IsHyphen()
[all …]
Dfpdf_text_search.cpp90 FX_WCHAR preChar = 0, curChar = 0; in FPDFText_ProcessInterObj() local
93 preChar = wstr.GetAt(0); in FPDFText_ProcessInterObj()
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ') in FPDFText_ProcessInterObj()
121 if(curChar != L' ' && preChar != L' ') { in FPDFText_ProcessInterObj()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1187 FX_WCHAR preChar = GetPreChar(); in ProcessInsertObject() local
1191 if (preChar == L'-') { in ProcessInsertObject()
1194 if (preChar != L' ') { in ProcessInsertObject()
1199 if ((x - last_pos - last_width) > threshold && curChar != L' ' && preChar != L' ') { in ProcessInsertObject()
1230 FX_WCHAR preChar = 0; in LogicPreObj() local