HomeSort by relevance Sort by last modified time
    Searched refs:m_CharCode (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 58 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());
191 if (item.m_CharCode == (FX_DWORD) - 1) {
206 if (item.m_CharCode == (FX_DWORD) - 1) {
234 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));
259 if (item.m_CharCode == (FX_DWORD) - 1)
    [all...]
fpdf_text_int.cpp 62 if (item.m_CharCode == (FX_DWORD) - 1) {
325 FX_FLOAT xPosTemp = orgX + GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * pCurObj->GetFontSize() / 1000;
639 info.m_Charcode = charinfo.m_CharCode;
    [all...]
text_int.h 32 int m_CharCode;
  /external/pdfium/core/src/reflow/
autoreflow.cpp 314 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
335 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
361 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
380 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
461 if (itemCur.m_CharCode != itemPer.m_CharCode) {
651 if(Item2.m_CharCode == -1 && count > 2) {
753 if(Item.m_CharCode == -1) {
756 if((Item.m_CharCode > 47 && Item.m_CharCode < 58) || (Item.m_CharCode > 64 && Item.m_CharCode < 91
    [all...]
layoutprocessor_reflow.cpp 452 CFX_WideString wStr = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
454 wStr = (FX_WCHAR)item.m_CharCode;
    [all...]
reflowedpage.h 333 m_CharCode = -1;
336 FX_DWORD m_CharCode;
reflowedtextpage.cpp 86 CFX_WideString str = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
92 info.m_Charcode = (FX_WCHAR)pData->m_CharCode;
reflowedpage.cpp 474 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 116 pInfo->m_CharCode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[index];
119 if (pInfo->m_CharCode == -1) {
129 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode);
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 507 FX_DWORD m_CharCode;

Completed in 255 milliseconds