Searched refs:preChar (Results 1 – 3 of 3) sorted by relevance
1577 PAGECHAR_INFO preChar; in FindPreviousTextObject() local1579 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() local1941 if (((preChar >= L'A' && preChar <= L'Z') || (preChar >= L'a' && preChar <= L'z')) in IsHyphen()1947 PAGECHAR_INFO preChar; in IsHyphen() local1949 preChar = (PAGECHAR_INFO)m_TempCharList[size - 1]; in IsHyphen()1955 preChar = (PAGECHAR_INFO)m_charList[size - 1]; in IsHyphen()[all …]
90 FX_WCHAR preChar = 0, curChar = 0; in FPDFText_ProcessInterObj() local93 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()
1187 FX_WCHAR preChar = GetPreChar(); in ProcessInsertObject() local1191 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