Home
last modified time | relevance | path

Searched refs:nEndCharPos (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dsallayout.hxx113 int nMinCharPos, int nEndCharPos, int nFlags );
134 void AddRun( int nMinCharPos, int nEndCharPos, bool bRTL );
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx473 int nEndCharPos = maRuns[ mnRunIndex+1 ]; in PosIsInRun() local
474 if( nMinCharPos > nEndCharPos ) // reversed in RTL case in PosIsInRun()
477 nMinCharPos = nEndCharPos; in PosIsInRun()
478 nEndCharPos = nTemp; in PosIsInRun()
483 if( nCharPos >= nEndCharPos ) in PosIsInRun()
581 int nMinCharPos, int nEndCharPos, int nFlags ) in ImplLayoutArgs() argument
586 mnEndCharPos( nEndCharPos ), in ImplLayoutArgs()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1533 int nEndCharPos = rVisualItem.mnEndCharPos; local
1534 if( nEndCharPos > rArgs.mnEndCharPos )
1535 nEndCharPos = rArgs.mnEndCharPos;
1549 for( int c = nMinCharPos; c < nEndCharPos; ++c )
1564 for( int c = nEndCharPos; --c >= nMinCharPos; )

Completed in 43 milliseconds