Home | History | Annotate | Download | only in layout

Lines Matching refs:tc

268   CFX_Char* tc = m_pCurLine->GetChar(iCount - 1);
269 tc->m_dwStatus = dwStatus;
297 const CFX_Char* tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1);
298 switch (tc->GetCharType()) {
467 const CFX_Char* tc = ttp.GetChar(j);
468 if (tc->m_nBreakType == FX_LBT_DIRECT_BRK)
472 uint32_t dwCharType = tc->GetCharType();
476 int32_t iCharWidth = tc->m_iCharWidth;
505 CFX_Char* tc = ttp.GetChar(j);
506 if (tc->m_nBreakType != FX_LBT_DIRECT_BRK || tc->m_iCharWidth < 0)
510 tc->m_iCharWidth += k;