Searched refs:nMaxCharPos (Results 1 – 3 of 3) sorted by relevance
733 int nMaxCharPos = 0; in DrawPrinterLayout() local744 nMaxCharPos = pPspLayout->getMaxCharPos(); in DrawPrinterLayout()755 nMaxCharPos = pGrLayout->getMaxCharPos(); in DrawPrinterLayout()773 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
674 …int nMaxCharPos = bIsPspServerFontLayout ? static_cast<const PspServerFontLayout&>(rLayout).getMax… in DrawPrinterLayout() local688 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
7340 int nMinCharPos = 0, nMaxCharPos = rText.Len()-1; in drawLayout() local7477 else if( pCharPosAry[i] >= nMinCharPos && pCharPosAry[i] <= nMaxCharPos ) in drawLayout()
Completed in 75 milliseconds