Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dsallayout.hxx79 bool AddRun( int nMinRunPos, int nEndRunPos, bool bRTL );
84 bool GetRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL ) const;
123 bool GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL );
126 bool NeedFallback( int nMinRunPos, int nEndRunPos, bool bRTL ) in NeedFallback() argument
127 { return maReruns.AddRun( nMinRunPos, nEndRunPos, bRTL ); } in NeedFallback()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx557 bool ImplLayoutRuns::GetRun( int* nMinRunPos, int* nEndRunPos, bool* bRightToLeft ) const in GetRun() argument
567 *nMinRunPos = nRunPos0; in GetRun()
572 *nMinRunPos = nRunPos1; in GetRun()
734 bool ImplLayoutArgs::GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL ) in GetNextRun() argument
736 bool bValid = maRuns.GetRun( nMinRunPos, nEndRunPos, bRTL ); in GetNextRun()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx419 int nMinRunPos, nEndRunPos; in operator ()() local
421 if( !rArgs.GetNextRun( &nMinRunPos, &nEndRunPos, &bRightToLeft ) ) in operator ()()
427 for( int i = nMinRunPos; i < nEndRunPos; ++i ) in operator ()()
459 nMinRunPos, nEndRunPos - nMinRunPos, rArgs.mnLength, in operator ()()
491 nCharPos += nMinRunPos; in operator ()()

Completed in 27 milliseconds