Lines Matching refs:aBox
604 const geometry::RealRectangle2D aBox, in Repaint() argument
610 PresenterGeometryHelper::ConvertRectangle(aBox), in Repaint()
642 geometry::RealRectangle2D aBox (aLocalBox); 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()
655 PresenterGeometryHelper::ConvertRectangle(aBox)), in PaintBitmap()
665 1,0,aBox.X1 + (aBox.X2-aBox.X1 - aBitmapSize.Width)/2, in PaintBitmap()
666 0,1,aBox.Y1 + (aBox.Y2-aBox.Y1 - aBitmapSize.Height)/2), in PaintBitmap()
982 geometry::RealRectangle2D aBox (GetRectangle(eArea)); 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()
994 ? PresenterGeometryHelper::ConvertRectangleWithConstantSize(aBox) in PaintComposite()
995 : PresenterGeometryHelper::ConvertRectangle(aBox)), in PaintComposite()
1204 geometry::RealRectangle2D aBox (GetRectangle(eArea)); 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()
1213 PresenterGeometryHelper::ConvertRectangle(aBox), in PaintComposite()