Searched refs:nReformat (Results 1 – 1 of 1) sorted by relevance
1992 const xub_StrLen nReformat = GetInfo().GetReformatStart(); in AllowRepaintOpt() local1993 if( bOptimizeRepaint && STRING_LEN != nReformat ) in AllowRepaintOpt()2028 if ( nReformat < GetInfo().GetLineStart() + 3 ) in CalcOptRepaint()2032 nReformat -= 2; in CalcOptRepaint()2055 nReformat = nReformat - nMaxContext; in CalcOptRepaint()2057 nReformat = GetInfo().GetLineStart(); in CalcOptRepaint()2065 while ( nReformat > GetInfo().GetLineStart() && in CalcOptRepaint()2066 CH_BLANK == GetInfo().GetChar( nReformat ) ) in CalcOptRepaint()2067 --nReformat; in CalcOptRepaint()2075 GetCharRect( &aRect, nReformat ); in CalcOptRepaint()[all …]
Completed in 20 milliseconds