Home
last modified time | relevance | path

Searched refs:nHalfSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3066 long nHalfSize; in ImplDrawToolArrow() local
3072 nHalfSize = nSize/2; in ImplDrawToolArrow()
3079 while ( n <= nHalfSize ) in ImplDrawToolArrow()
3119 pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+n, nX+nHalfSize-n, nY+nSize-n ) ); in ImplDrawToolArrow()
3138 pBox->DrawRect( Rectangle( nX+n, nY+nHalfSize-n, nX+nSize-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
3159 long nHalfSize; in SetToolArrowClipregion() local
3165 nHalfSize = nSize/2; in SetToolArrowClipregion()
3175 p[3].X() = nX+nHalfSize+1; p[3].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3176 p[4].X() = nX+nHalfSize+1; p[4].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
3182 p[2].X() = nX+nHalfSize-1; p[2].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx233 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip() local
237 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
408 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip() local
412 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
572 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip() local
576 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
747 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip() local
751 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
H A Db2dpolygon.cxx159 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip() local
163 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
486 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip() local
490 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx491 const sal_uInt32 nHalfSize(maPoints.size() >> 1L); in flip() local
498 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
512 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
525 (*mpVectors)[nHalfSize].doInvertForFlip(); in flip()
H A Dpolygontemplate.hxx491 const sal_uInt32 nHalfSize(maPoints.size() >> 1L); in flip() local
498 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
512 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
525 (*mpVectors)[nHalfSize].doInvertForFlip(); in flip()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1426 long nHalfSize = nSize / 2; in Paint() local
1427 long nY = rPos.Y() + nHalfSize; in Paint()
1439 while ( n <= nHalfSize ) in Paint()

Completed in 76 milliseconds