Home
last modified time | relevance | path

Searched refs:PosIsInRun (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx467 bool ImplLayoutRuns::PosIsInRun( int nCharPos ) const in PosIsInRun() function in ImplLayoutRuns
499 if( (bRet = PosIsInRun( nCharPos )) == true ) in PosIsInAnyRun()
1913 (maFallbackRuns[ n-1 ].PosIsInRun( nCharPos[0] ) ) && in AdjustLayout()
1974 if( !maFallbackRuns[n-1].PosIsInRun( nCharPos[n] ) ) in AdjustLayout()
1980 bool bNeedFallback = maFallbackRuns[0].PosIsInRun( nCharPos[0] ); in AdjustLayout()
1982 if( !maFallbackRuns[ nLevel-1 ].PosIsInRun( nCharPos[0] ) ) in AdjustLayout()
/trunk/main/vcl/inc/
H A Dsallayout.hxx86 bool PosIsInRun( int nCharPos ) const;

Completed in 16 milliseconds