Searched refs:pTC (Results 1 – 6 of 6) sorted by relevance
186 CFX_RTFChar* pTC = &tca[iStart--]; in GetLastChar() local187 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() local446 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()477 const CFX_RTFChar* pTC; in EndBreak_SplitLine() local486 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 …]
220 CFX_TxtChar* pTC = m_pCurLine->GetCharPtr(iCount - 1); in SetBreakStatus() local221 if (pTC->m_dwStatus == 0) in SetBreakStatus()222 pTC->m_dwStatus = FX_TXTBREAK_PieceBreak; in SetBreakStatus()253 CFX_TxtChar* pTC = &ca[iStart--]; in GetLastChar() local254 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) in GetLastChar()257 return pTC; in GetLastChar()650 CFX_TxtChar* pTC; in EndBreak_SplitLine() local652 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 …]
238 const FX_ARBFORMTABLE* ParseChar(const CFX_Char* pTC, in ParseChar() argument241 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() local492 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 …]
428 CFX_Char* pTC = pPiece->GetCharPtr(j); in RetrieveEllPieces() local429 (*pCharWidths)[iCharIndex] = std::max(pTC->m_iCharWidth, 0); in RetrieveEllPieces()510 CFX_Char* pTC = nullptr; in RetriecePieces() local522 pTC = pPiece->GetCharPtr(j); in RetriecePieces()523 int32_t iCurCharWidth = pTC->m_iCharWidth > 0 ? pTC->m_iCharWidth : 0; in RetriecePieces()
149977 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 …]
149989 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 …]