Lines Matching refs:nPixel
60 sal_uInt16 nPixel = (sal_uInt16) pOutDev->PixelToLogic( Size( 1, 1 ) ).Width(); in ImplDrawDefault() local
61 sal_uInt16 nPixelWidth = nPixel; in ImplDrawDefault()
76 aBorderRect.Left() += nPixel; in ImplDrawDefault()
77 aBorderRect.Top() += nPixel; in ImplDrawDefault()
82 aBorderRect.Left() -= nPixel; in ImplDrawDefault()
83 aBorderRect.Top() -= nPixel; in ImplDrawDefault()
84 aBorderRect.Right() -= nPixel; in ImplDrawDefault()
85 aBorderRect.Bottom() -= nPixel; in ImplDrawDefault()
91 aPoint.X() += nPixelWidth + 2*nPixel; in ImplDrawDefault()
92 aPoint.Y() += nPixelWidth + 2*nPixel; in ImplDrawDefault()
93 aSize.Width() -= 2*nPixelWidth + 4*nPixel; in ImplDrawDefault()
94 aSize.Height() -= 2*nPixelWidth + 4*nPixel; in ImplDrawDefault()
107 aPoint.X() += aBitmapSize.Width() + 2*nPixel; in ImplDrawDefault()
108 aSize.Width() -= aBitmapSize.Width() + 2*nPixel; in ImplDrawDefault()