Home
last modified time | relevance | path

Searched refs:nHalfWidth (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java232 int nHalfWidth = aPageSize.Width / 2; in Demo_ShapeCreation() local
236 int nRndObjWidth = aRndGen.nextInt( nHalfWidth ); in Demo_ShapeCreation()
239 int nRndObjPosX = aRndGen.nextInt( nHalfWidth - nRndObjWidth ); in Demo_ShapeCreation()
/aoo4110/main/sw/source/core/txtnode/
H A Dfntcache.cxx1039 sal_uLong nHalfWidth = nWidthPerChar / 2; in DrawText() local
1053 nNextFix = nHalfWidth; in DrawText()
1057 nNextFix = nCharWidth - nHalfWidth; in DrawText()
1075 pKernArray[ j - 1 ] = nNextFix - nHalfWidth; in DrawText()
1078 pKernArray[ j - 1 ] = nNextFix + nHalfWidth - nScr; in DrawText()
/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx3778 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork() local
3780 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3781 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
4204 sal_Int32 nHalfWidth = ( aClientRect.GetWidth() + 1 ) >> 1; in ImportGroup() local
4206 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup()
4207 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup()
4400 sal_Int32 nHalfWidth = ( aObjData.aBoundRect.GetWidth() + 1 ) >> 1; in ImportShape() local
4402 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape()
4403 aObjData.aBoundRect.Top() + nHalfHeight - nHalfWidth ); in ImportShape()

Completed in 70 milliseconds