Lines Matching refs:aWindowBox

464         const awt::Rectangle aWindowBox (mxWindow->getPosSize());  in windowPaint()  local
465 aRepaintBox.X += aWindowBox.X; in windowPaint()
466 aRepaintBox.Y += aWindowBox.Y; in windowPaint()
623 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBackground() local
628 aWindowBox, in PaintBackground()
641 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBitmap() local
643 aBox.X1 += aWindowBox.X; in PaintBitmap()
644 aBox.Y1 += aWindowBox.Y; in PaintBitmap()
645 aBox.X2 += aWindowBox.X; in PaintBitmap()
646 aBox.Y2 += aWindowBox.Y; in PaintBitmap()
813 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in GetDragDistance() local
814 const double nBarWidth (aWindowBox.Width); in GetDragDistance()
815 const double nPagerHeight (aWindowBox.Height - 2*nBarWidth); in GetDragDistance()
831 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateDragAnchor() local
832 const double nBarWidth (aWindowBox.Width); in UpdateDragAnchor()
833 const double nPagerHeight (aWindowBox.Height - 2*nBarWidth); in UpdateDragAnchor()
877 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateBorders() local
878 double nBottom = aWindowBox.Height; in UpdateBorders()
887 0, nBottom - aSize.Height, aWindowBox.Width, nBottom); in UpdateBorders()
898 0, nBottom - aSize.Height, aWindowBox.Width, nBottom); in UpdateBorders()
904 0,0, aWindowBox.Width, nBottom); in UpdateBorders()
922 aWindowBox.Width, in UpdateBorders()
981 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintComposite() local
983 aBox.X1 += aWindowBox.X; in PaintComposite()
984 aBox.Y1 += aWindowBox.Y; in PaintComposite()
985 aBox.X2 += aWindowBox.X; in PaintComposite()
986 aBox.Y2 += aWindowBox.Y; in PaintComposite()
1034 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in GetDragDistance() local
1035 const double nBarHeight (aWindowBox.Height); in GetDragDistance()
1036 const double nPagerWidth (aWindowBox.Width - 2*nBarHeight); in GetDragDistance()
1052 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateDragAnchor() local
1053 const double nBarHeight (aWindowBox.Height); in UpdateDragAnchor()
1054 const double nPagerWidth (aWindowBox.Width - 2*nBarHeight); in UpdateDragAnchor()
1099 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateBorders() local
1100 double nRight = aWindowBox.Width; in UpdateBorders()
1110 nRight - aSize.Width,0, nRight, aWindowBox.Height); in UpdateBorders()
1121 nRight - aSize.Width,0, nRight, aWindowBox.Height); in UpdateBorders()
1128 0,0, nRight, aWindowBox.Height); in UpdateBorders()
1146 (nThumbPosition+nThumbSize) / mnTotalSize * nPagerWidth, aWindowBox.Height); in UpdateBorders()
1203 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintComposite() local
1205 aBox.X1 += aWindowBox.X; in PaintComposite()
1206 aBox.Y1 += aWindowBox.Y; in PaintComposite()
1207 aBox.X2 += aWindowBox.X; in PaintComposite()
1208 aBox.Y2 += aWindowBox.Y; in PaintComposite()