Searched refs:m_CharCode (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp58 if (itemCur.m_CharCode != itemPer.m_CharCode) {
91 CFX_WideString wstr = pPrevObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
96 int nLastWidth = GetCharWidth(item.m_CharCode, pPrevObj->GetFont());
100 wstr = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
104 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont());
195 if (item.m_CharCode == (FX_DWORD) - 1) {
210 if (item.m_CharCode == (FX_DWORD) - 1) {
238 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));
263 if (item.m_CharCode
[all...]
H A Dfpdf_text_int.cpp286 FX_FLOAT xPosTemp = orgX + GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * pCurObj->GetFontSize() / 1000;
604 info.m_Charcode = charinfo.m_CharCode;
1375 FX_FLOAT prev_width = GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * prev_Obj.m_pTextObj->GetFontSize() / 1000;
1382 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize() / 1000;
1551 charinfo.m_CharCode = pFont->CharCodeFromUnicode(wChar);
1640 CFX_WideString wstrItem = pTextObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
1642 wstrItem += (FX_WCHAR)item.m_CharCode;
1685 if (item.m_CharCode == (FX_DWORD) - 1) {
1705 if (item.m_CharCode == (FX_DWORD) - 1) {
1739 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFon
[all...]
H A Dtext_int.h31 int m_CharCode; member in struct:_PAGECHAR_INFO
/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp315 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
336 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
362 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
381 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
462 if (itemCur.m_CharCode != itemPer.m_CharCode) {
652 if(Item2.m_CharCode == -1 && count > 2) {
757 if(Item.m_CharCode == -1) {
760 if((Item.m_CharCode > 47 && Item.m_CharCode < 5
[all...]
H A Dlayoutprocessor_reflow.cpp455 CFX_WideString wStr = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
457 wStr = (FX_WCHAR)item.m_CharCode;
975 if(Item.m_CharCode == 49) {
1021 if(Item.m_CharCode == -1) {
1052 pData->m_CharCode = Item.m_CharCode;
1054 int w = GetCharWidth(Item.m_CharCode, pFont);
1166 CFX_WideString str = pCharData->m_pCharState->m_pFont->UnicodeFromCharCode(pCharData->m_CharCode);
1183 FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() / 1000;
1186 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pOb
[all...]
H A Dreflowedpage.h332 m_CharCode = -1;
335 FX_DWORD m_CharCode; member in class:CRF_CharData
H A Dreflowedtextpage.cpp93 CFX_WideString str = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
99 info.m_Charcode = (FX_WCHAR)pData->m_CharCode;
H A Dreflowedpage.cpp477 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp117 pInfo->m_CharCode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[index];
120 if (pInfo->m_CharCode == -1) {
130 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h510 FX_DWORD m_CharCode; member in struct:CPDF_TextObjectItem

Completed in 3632 milliseconds