Searched refs:CFX_TxtPieceArray (Results 1 – 3 of 3) sorted by relevance
20 m_pLinePieces = new CFX_TxtPieceArray(16); in CFX_TxtLine()54 CFX_TxtPieceArray* m_pLinePieces;151 CFX_TxtPieceArray* GetTxtPieces(FX_BOOL bReady) const;
282 CFX_TxtPieceArray* CFX_TxtBreak::GetTxtPieces(FX_BOOL bReady) const { in GetTxtPieces()688 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces; in EndBreak_SplitLine()735 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces; in EndBreak_BidiLine()825 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces; in EndBreak_Alignment()914 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces; in EndBreak()1132 CFX_TxtPieceArray* pTxtPieces = GetTxtPieces(TRUE); in CountBreakPieces()1139 CFX_TxtPieceArray* pTxtPieces = GetTxtPieces(TRUE); in GetBreakPiece()
172 typedef CFX_BaseArrayTemplate<CFX_TxtPiece> CFX_TxtPieceArray; typedef