Searched refs:nHeight2 (Results 1 – 4 of 4) sorted by relevance
106 sal_uIntPtr nHeight2; member in SvImageBase152 sal_uIntPtr GetOrgHeight() const { return nWhichOrg == 1 ? nHeight1 : nHeight2; } in GetOrgHeight()153 sal_uIntPtr GetDestHeight() const { return nWhichOrg == 1 ? nHeight2 : nHeight1; } in GetDestHeight()
120 const long nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2; in ImplConvolute3() local122 long* pRows = new long[ nHeight2 ]; in ImplConvolute3()146 for( i = 0; i < nHeight2; i++ ) in ImplConvolute3()267 const long nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2; in ImplMedianFilter() local269 long* pRows = new long[ nHeight2 ]; in ImplMedianFilter()289 for( i = 0; i < nHeight2; i++ ) in ImplMedianFilter()295 if (nHeight2 > 2) in ImplMedianFilter()
1161 sal_Int32 nHeight1 = 0, nHeight2 = 0; in optimize() local1165 xSet2->getPropertyValue( sHeight ) >>= nHeight2; in optimize()1166 nHeight1 += nHeight2; in optimize()
401 const long nHeight2 = nHeight - 2L; in DetectEdges() local416 for( long nY = 0L, nY1 = 1L, nY2 = 2; nY < nHeight2; nY++, nY1++, nY2++ ) in DetectEdges()
Completed in 38 milliseconds