Home
last modified time | relevance | path

Searched refs:pTC (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp186 CFX_RTFChar* pTC = &tca[iStart--]; in GetLastChar() local
187 if (pTC->m_iCharWidth >= 0 || in GetLastChar()
188 pTC->GetCharType() != FX_CHARTYPE_Combination) { in GetLastChar()
190 return pTC; in GetLastChar()
445 CFX_RTFChar* pTC = GetLastChar(0); in EndBreak() local
446 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
477 const CFX_RTFChar* pTC; in EndBreak_SplitLine() local
486 pTC = pCurChars + i; in EndBreak_SplitLine()
491 tp.m_dwStatus = pTC->m_dwStatus; in EndBreak_SplitLine()
492 tp.m_iFontSize = pTC->m_iFontSize; in EndBreak_SplitLine()
[all …]
Dfgas_textbreak.cpp220 CFX_TxtChar* pTC = m_pCurLine->GetCharPtr(iCount - 1); in SetBreakStatus() local
221 if (pTC->m_dwStatus == 0) in SetBreakStatus()
222 pTC->m_dwStatus = FX_TXTBREAK_PieceBreak; in SetBreakStatus()
253 CFX_TxtChar* pTC = &ca[iStart--]; in GetLastChar() local
254 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) in GetLastChar()
257 return pTC; in GetLastChar()
650 CFX_TxtChar* pTC; in EndBreak_SplitLine() local
652 pTC = m_pCurLine->GetCharPtr(iCount - 1); in EndBreak_SplitLine()
653 switch (pTC->GetCharType()) { in EndBreak_SplitLine()
681 pTC = m_pCurLine->GetCharPtr(0); in EndBreak_SplitLine()
[all …]
/external/pdfium/core/fxcrt/
Dfx_arabic.cpp238 const FX_ARBFORMTABLE* ParseChar(const CFX_Char* pTC, in ParseChar() argument
241 if (!pTC) { in ParseChar()
246 eType = pTC->GetCharType(); in ParseChar()
247 wChar = (FX_WCHAR)pTC->m_wCharCode; in ParseChar()
487 baseType *pTC, *pTCNext; in FX_BidiResolveWeak() local
492 pTC = &chars[i]; in FX_BidiResolveWeak()
493 iClsCur = pTC->m_iBidiClass; in FX_BidiResolveWeak()
495 pTC->m_iBidiLevel = (int16_t)iLevelCur; in FX_BidiResolveWeak()
498 pTC->m_iBidiClass = (int16_t)iClsCur; in FX_BidiResolveWeak()
509 pTC->m_iBidiLevel = (int16_t)iLevelNew; in FX_BidiResolveWeak()
[all …]
/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp428 CFX_Char* pTC = pPiece->GetCharPtr(j); in RetrieveEllPieces() local
429 (*pCharWidths)[iCharIndex] = std::max(pTC->m_iCharWidth, 0); in RetrieveEllPieces()
510 CFX_Char* pTC = nullptr; in RetriecePieces() local
522 pTC = pPiece->GetCharPtr(j); in RetriecePieces()
523 int32_t iCurCharWidth = pTC->m_iCharWidth > 0 ? pTC->m_iCharWidth : 0; in RetriecePieces()
/external/sqlite/dist/orig/
Dsqlite3.c149977 Fts3TokenAndCost *pTC = (*ppTC)++;
149978 pTC->pPhrase = pPhrase;
149979 pTC->iToken = i;
149980 pTC->pRoot = pRoot;
149981 pTC->pToken = &pPhrase->aToken[i];
149982 pTC->iCol = pPhrase->iColumn;
149983 *pRc = sqlite3Fts3MsrOvfl(pCsr, pTC->pToken->pSegcsr, &pTC->nOvfl);
150144 Fts3TokenAndCost *pTC = 0; /* Set to cheapest remaining token. */
150149 && (!pTC || aTC[iTC].nOvfl<pTC->nOvfl)
150151 pTC = &aTC[iTC];
[all …]
/external/sqlite/dist/
Dsqlite3.c149989 Fts3TokenAndCost *pTC = (*ppTC)++;
149990 pTC->pPhrase = pPhrase;
149991 pTC->iToken = i;
149992 pTC->pRoot = pRoot;
149993 pTC->pToken = &pPhrase->aToken[i];
149994 pTC->iCol = pPhrase->iColumn;
149995 *pRc = sqlite3Fts3MsrOvfl(pCsr, pTC->pToken->pSegcsr, &pTC->nOvfl);
150156 Fts3TokenAndCost *pTC = 0; /* Set to cheapest remaining token. */
150161 && (!pTC || aTC[iTC].nOvfl<pTC->nOvfl)
150163 pTC = &aTC[iTC];
[all …]