Home
last modified time | relevance | path

Searched refs:m_CharCode (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp65 if (itemCur.m_CharCode != itemPer.m_CharCode) { in FPDFText_IsSameTextObject()
98 pPrevObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); in FPDFText_ProcessInterObj()
103 int nLastWidth = GetCharWidth(item.m_CharCode, pPrevObj->GetFont()); in FPDFText_ProcessInterObj()
107 wstr = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); in FPDFText_ProcessInterObj()
111 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in FPDFText_ProcessInterObj()
205 if (item.m_CharCode == (FX_DWORD)-1) { in ProcessObject()
220 if (item.m_CharCode == (FX_DWORD)-1) { in ProcessObject()
248 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessObject()
274 if (item.m_CharCode == (FX_DWORD)-1) { in ProcessObject()
279 CFX_WideString unicode_str = pFont->UnicodeFromCharCode(item.m_CharCode); in ProcessObject()
[all …]
Dfpdf_text_int.cpp66 if (item.m_CharCode == (FX_DWORD)-1) { in _CalculateBaseSpace()
293 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * in GetRectArray()
473 info->m_Charcode = charinfo->m_CharCode; in GetCharInfo()
1220 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * in ProcessTextObject()
1228 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * in ProcessTextObject()
1404 charinfo.m_CharCode = pFont->CharCodeFromUnicode(wChar); in ProcessMarkedContent()
1457 if (item.m_CharCode == (FX_DWORD)-1) { in IsRightToLeft()
1460 CFX_WideString wstrItem = pFont->UnicodeFromCharCode(item.m_CharCode); in IsRightToLeft()
1462 if ((wstrItem.IsEmpty() || wChar == 0) && item.m_CharCode) { in IsRightToLeft()
1463 wChar = (FX_WCHAR)item.m_CharCode; in IsRightToLeft()
[all …]
Dtext_int.h30 int m_CharCode; member
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp107 pInfo->m_CharCode = in GetItemInfo()
111 if (pInfo->m_CharCode == -1) { in GetItemInfo()
121 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode); in GetItemInfo()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h400 FX_DWORD m_CharCode; member