Home
last modified time | relevance | path

Searched refs:nMinCharPos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx472 int nMinCharPos = maRuns[ mnRunIndex+0 ]; in PosIsInRun() local
474 if( nMinCharPos > nEndCharPos ) // reversed in RTL case in PosIsInRun()
476 int nTemp = nMinCharPos; in PosIsInRun()
477 nMinCharPos = nEndCharPos; in PosIsInRun()
481 if( nCharPos < nMinCharPos ) in PosIsInRun()
581 int nMinCharPos, int nEndCharPos, int nFlags ) in ImplLayoutArgs() argument
585 mnMinCharPos( nMinCharPos ), in ImplLayoutArgs()
H A Dpdfwriter_impl.cxx7340 int nMinCharPos = 0, nMaxCharPos = rText.Len()-1; in drawLayout() local
7477 else if( pCharPosAry[i] >= nMinCharPos && pCharPosAry[i] <= nMaxCharPos ) in drawLayout()
/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/unx/generic/gdi/
H A Dpspgraphics.cxx732 int nMinCharPos = 0; in DrawPrinterLayout() local
743 nMinCharPos = pPspLayout->getMinCharPos(); in DrawPrinterLayout()
754 nMinCharPos = pGrLayout->getMinCharPos(); in DrawPrinterLayout()
773 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1530 int nMinCharPos = rVisualItem.mnMinCharPos; local
1531 if( nMinCharPos < rArgs.mnMinCharPos )
1532 nMinCharPos = rArgs.mnMinCharPos;
1549 for( int c = nMinCharPos; c < nEndCharPos; ++c )
1564 for( int c = nEndCharPos; --c >= nMinCharPos; )
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx673 …int nMinCharPos = bIsPspServerFontLayout ? static_cast<const PspServerFontLayout&>(rLayout).getMin… in DrawPrinterLayout() local
688 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()

Completed in 124 milliseconds