Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx3074 long nHalfSize; in ImplDrawToolArrow() local
3080 nHalfSize = nSize/2; in ImplDrawToolArrow()
3087 while ( n <= nHalfSize ) in ImplDrawToolArrow()
3127 pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+n, nX+nHalfSize-n, nY+nSize-n ) ); in ImplDrawToolArrow()
3146 pBox->DrawRect( Rectangle( nX+n, nY+nHalfSize-n, nX+nSize-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
3167 long nHalfSize; in SetToolArrowClipregion() local
3173 nHalfSize = nSize/2; in SetToolArrowClipregion()
3183 p[3].X() = nX+nHalfSize+1; p[3].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3184 p[4].X() = nX+nHalfSize+1; p[4].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
3190 p[2].X() = nX+nHalfSize-1; p[2].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
[all …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/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 73 milliseconds