Searched refs:nRun (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/filter/source/graphicfilter/itiff/ |
| H A D | ccidecom.cxx | 1023 sal_uInt16 n2DMode,nBitPos,nUncomp,nRun,nRun2,nt; in Read2DScanlineData() local 1038 nRun=nUncomp-CCIUNCOMP_0White_1Black; in Read2DScanlineData() 1039 FillBits(pTarget,nTargetBits,nBitPos,nRun,0x00); in Read2DScanlineData() 1040 nBitPos = nBitPos + nRun; in Read2DScanlineData() 1049 nRun=nUncomp-CCIUNCOMP_0White_End; in Read2DScanlineData() 1050 FillBits(pTarget,nTargetBits,nBitPos,nRun,0x00); in Read2DScanlineData() 1051 nBitPos = nBitPos + nRun; in Read2DScanlineData() 1059 … if (nBitPos==0 && nBlackOrWhite==0x00 && CountBits(pLastLine,nTargetBits,0,0xff)!=0) nRun=0; in Read2DScanlineData() 1061 nRun=CountBits(pLastLine,nTargetBits,nBitPos,~nBlackOrWhite); in Read2DScanlineData() 1062 nRun = nRun + CountBits(pLastLine,nTargetBits,nBitPos+nRun,nBlackOrWhite); in Read2DScanlineData() [all …]
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xestyle.cxx | 390 for( sal_uInt32 nRun = 0; nRun < nCount; ++nRun ) in Finalize() local
|
| /trunk/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 7241 for( size_t nRun = 0; nRun < aRunEnds.size(); nRun++ ) in drawHorizontalGlyphs() local 7253 if( nRun == 0 && fAngle == 0.0 && fXScale == 1.0 && fSkew == 0.0 ) in drawHorizontalGlyphs() 7284 for( sal_uInt32 nPos = nBeginRun+1; nPos < aRunEnds[nRun]; nPos++ ) in drawHorizontalGlyphs() 7308 nBeginRun = aRunEnds[nRun]; in drawHorizontalGlyphs()
|