Searched refs:nMinCharPos (Results 1 – 6 of 6) sorted by relevance
472 int nMinCharPos = maRuns[ mnRunIndex+0 ]; in PosIsInRun() local474 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() argument585 mnMinCharPos( nMinCharPos ), in ImplLayoutArgs()
7340 int nMinCharPos = 0, nMaxCharPos = rText.Len()-1; in drawLayout() local7477 else if( pCharPosAry[i] >= nMinCharPos && pCharPosAry[i] <= nMaxCharPos ) in drawLayout()
113 int nMinCharPos, int nEndCharPos, int nFlags );134 void AddRun( int nMinCharPos, int nEndCharPos, bool bRTL );
732 int nMinCharPos = 0; in DrawPrinterLayout() local743 nMinCharPos = pPspLayout->getMinCharPos(); in DrawPrinterLayout()754 nMinCharPos = pGrLayout->getMinCharPos(); in DrawPrinterLayout()773 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
1530 int nMinCharPos = rVisualItem.mnMinCharPos; local1531 if( nMinCharPos < rArgs.mnMinCharPos )1532 nMinCharPos = rArgs.mnMinCharPos;1549 for( int c = nMinCharPos; c < nEndCharPos; ++c )1564 for( int c = nEndCharPos; --c >= nMinCharPos; )
673 …int nMinCharPos = bIsPspServerFontLayout ? static_cast<const PspServerFontLayout&>(rLayout).getMin… in DrawPrinterLayout() local688 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
Completed in 107 milliseconds