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());
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 == (FX_DWORD) - 1) {
    [all...]
fpdf_text_int.cpp 286 FX_FLOAT xPosTemp = orgX + GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * pCurObj->GetFontSize() / 1000;
604 info.m_Charcode = charinfo.m_CharCode;
    [all...]
text_int.h 31 int m_CharCode;
  /external/pdfium/core/src/reflow/
autoreflow.cpp 315 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 < 58) || (Item.m_CharCode > 64 && Item.m_CharCode < 91
    [all...]
layoutprocessor_reflow.cpp 455 CFX_WideString wStr = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
457 wStr = (FX_WCHAR)item.m_CharCode;
    [all...]
reflowedpage.h 332 m_CharCode = -1;
335 FX_DWORD m_CharCode;
reflowedtextpage.cpp 93 CFX_WideString str = pData->m_pCharState->m_pFont->UnicodeFromCharCode(pData->m_CharCode);
99 info.m_Charcode = (FX_WCHAR)pData->m_CharCode;
reflowedpage.cpp 477 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 117 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);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 510 FX_DWORD m_CharCode;

Completed in 54 milliseconds