Searched refs:txtEdtPiece (Results 1 – 1 of 1) sorted by relevance
1104 FDE_TEXTEDITPIECE txtEdtPiece; in RebuildPieces() local1105 txtEdtPiece.rtPiece.left = piece->m_iStartPos / 20000.0f; in RebuildPieces()1106 txtEdtPiece.rtPiece.top = current_line_start; in RebuildPieces()1107 txtEdtPiece.rtPiece.width = piece->m_iWidth / 20000.0f; in RebuildPieces()1108 txtEdtPiece.rtPiece.height = line_spacing_; in RebuildPieces()1109 txtEdtPiece.nStart = current_piece_start; in RebuildPieces()1110 txtEdtPiece.nCount = piece->GetLength(); in RebuildPieces()1111 txtEdtPiece.nBidiLevel = piece->m_iBidiLevel; in RebuildPieces()1112 txtEdtPiece.dwCharStyles = piece->m_dwCharStyles; in RebuildPieces()1114 txtEdtPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RebuildPieces()[all …]