Lines Matching refs:rBox
78 const awt::Rectangle& rBox,
81 const awt::Rectangle& rBox,
157 const awt::Rectangle& rBox,
725 const awt::Rectangle& rBox, in PaintBitmap() argument
755 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
763 nX = rBox.X + nStartOffset; in PaintBitmap()
765 nW = rBox.Width - nStartOffset + nEndOffset; in PaintBitmap()
770 nY = rBox.Y - rpBitmap->mnHeight + rpBitmap->mnYOffset; in PaintBitmap()
774 nY = rBox.Y + rBox.Height + rpBitmap->mnYOffset; in PaintBitmap()
778 nY = rBox.Y + nStartOffset; in PaintBitmap()
780 nH = rBox.Height - nStartOffset + nEndOffset; in PaintBitmap()
1001 const awt::Rectangle& rBox, in AddBorder() argument
1017 return rBox; in AddBorder()
1020 rBox.X - pBorderSize->mnLeft, in AddBorder()
1021 rBox.Y - pBorderSize->mnTop, in AddBorder()
1022 rBox.Width + pBorderSize->mnLeft + pBorderSize->mnRight, in AddBorder()
1023 rBox.Height + pBorderSize->mnTop + pBorderSize->mnBottom); in AddBorder()
1030 const awt::Rectangle& rBox, in RemoveBorder() argument
1046 return rBox; in RemoveBorder()
1049 rBox.X + pBorderSize->mnLeft, in RemoveBorder()
1050 rBox.Y + pBorderSize->mnTop, in RemoveBorder()
1051 rBox.Width - pBorderSize->mnLeft - pBorderSize->mnRight, in RemoveBorder()
1052 rBox.Height - pBorderSize->mnTop - pBorderSize->mnBottom); in RemoveBorder()