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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 186 CFX_RTFChar* pTC = &tca[iStart--];
187 if (pTC->m_iCharWidth >= 0 ||
188 pTC->GetCharType() != FX_CHARTYPE_Combination) {
190 return pTC;
445 CFX_RTFChar* pTC = GetLastChar(0);
446 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown;
477 const CFX_RTFChar* pTC;
486 pTC = pCurChars + i;
491 tp.m_dwStatus = pTC->m_dwStatus
    [all...]
fgas_textbreak.cpp 220 CFX_TxtChar* pTC = m_pCurLine->GetCharPtr(iCount - 1);
221 if (pTC->m_dwStatus == 0)
222 pTC->m_dwStatus = FX_TXTBREAK_PieceBreak;
253 CFX_TxtChar* pTC = &ca[iStart--];
254 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination)
257 return pTC;
650 CFX_TxtChar* pTC;
652 pTC = m_pCurLine->GetCharPtr(iCount - 1);
653 switch (pTC->GetCharType()) {
681 pTC = m_pCurLine->GetCharPtr(0)
    [all...]
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 238 const FX_ARBFORMTABLE* ParseChar(const CFX_Char* pTC,
241 if (!pTC) {
246 eType = pTC->GetCharType();
247 wChar = (FX_WCHAR)pTC->m_wCharCode;
487 baseType *pTC, *pTCNext;
492 pTC = &chars[i];
493 iClsCur = pTC->m_iBidiClass;
495 pTC->m_iBidiLevel = (int16_t)iLevelCur;
498 pTC->m_iBidiClass = (int16_t)iClsCur;
509 pTC->m_iBidiLevel = (int16_t)iLevelNew
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 428 CFX_Char* pTC = pPiece->GetCharPtr(j);
429 (*pCharWidths)[iCharIndex] = std::max(pTC->m_iCharWidth, 0);
510 CFX_Char* pTC = nullptr;
522 pTC = pPiece->GetCharPtr(j);
523 int32_t iCurCharWidth = pTC->m_iCharWidth > 0 ? pTC->m_iCharWidth : 0;
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 116 milliseconds