Home
last modified time | relevance | path

Searched refs:GetNextRun (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx271 while( rArgs.GetNextRun( &i, &j, &bHasRTL ) && !bHasRTL )
303 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) )
/trunk/main/vcl/inc/
H A Dsallayout.hxx123 bool GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL );
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx421 if( !rArgs.GetNextRun( &nMinRunPos, &nEndRunPos, &bRightToLeft ) ) in operator ()()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx328 while( rArgs.GetNextRun( &i, &j, &bHasRTL ) && !bHasRTL )
360 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) )
1288 for( rArgs.ResetPos(); rArgs.GetNextRun( &nMin, &nEnd, &bRTL ); )
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx734 bool ImplLayoutArgs::GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL ) in GetNextRun() function in ImplLayoutArgs
1800 while (rArgs.GetNextRun(&nRunStart, &nRunEnd, &bRtl)) in AdjustLayout()

Completed in 42 milliseconds