Searched refs:pTP (Results 1 – 2 of 2) sorted by relevance
675 nPos = nPos + pTP->GetLen(); in CreateLines()2258 pTextPortion = pTP; in SplitTextPortion()2435 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()2451 TextPortion* pTP = 0; in RecalcTextPortion() local2469 delete pTP; in RecalcTextPortion()2484 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()2503 delete pTP; in RecalcTextPortion()4734 while ( pTP && ( pTP->GetKind() == PORTIONKIND_TEXT ) ) in ImplExpandCompressedPortions()4736 if ( pTP->GetExtraInfos() && pTP->GetExtraInfos()->bCompressed ) in ImplExpandCompressedPortions()4739 nCompressed += pTP->GetExtraInfos()->nOrgWidth - pTP->GetSize().Width(); in ImplExpandCompressedPortions()[all …]
1826 pTP->GetWidth() = (long)CalcTextWidth( nPara, nBreakPos-pTP->GetLen(), pTP->GetLen()-1 ); in ImpBreakLine()1847 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()1852 pTextPortion = pTP; in SplitTextPortion()2012 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()2013 pTP->GetWidth() = (-1); in RecalcTextPortion()2028 TETextPortion* pTP = 0; in RecalcTextPortion() local2032 if ( ( nPos+pTP->GetLen() ) > nStartPos ) in RecalcTextPortion()2038 nPos = nPos + pTP->GetLen(); in RecalcTextPortion()2045 delete pTP; in RecalcTextPortion()2050 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()[all …]
Completed in 212 milliseconds