Home
last modified time | relevance | path

Searched refs:nHeight2 (Results 1 – 4 of 4) sorted by path

/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx106 sal_uIntPtr nHeight2; member in SvImageBase
152 sal_uIntPtr GetOrgHeight() const { return nWhichOrg == 1 ? nHeight1 : nHeight2; } in GetOrgHeight()
153 sal_uIntPtr GetDestHeight() const { return nWhichOrg == 1 ? nHeight2 : nHeight1; } in GetDestHeight()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx1161 sal_Int32 nHeight1 = 0, nHeight2 = 0; in optimize() local
1165 xSet2->getPropertyValue( sHeight ) >>= nHeight2; in optimize()
1166 nHeight1 += nHeight2; in optimize()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx401 const long nHeight2 = nHeight - 2L; in DetectEdges() local
416 for( long nY = 0L, nY1 = 1L, nY2 = 2; nY < nHeight2; nY++, nY1++, nY2++ ) in DetectEdges()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx120 const long nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2; in ImplConvolute3() local
122 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() local
269 long* pRows = new long[ nHeight2 ]; in ImplMedianFilter()
289 for( i = 0; i < nHeight2; i++ ) in ImplMedianFilter()
295 if (nHeight2 > 2) in ImplMedianFilter()

Completed in 27 milliseconds