Lines Matching refs:R
1497 Rectangle R(aOutRect); in NbcRotate() local
1499 aOutRect.Left() =-R.Bottom(); in NbcRotate()
1500 aOutRect.Right() =-R.Top(); in NbcRotate()
1501 aOutRect.Top() =R.Left(); in NbcRotate()
1502 aOutRect.Bottom()=R.Right(); in NbcRotate()
1504 aOutRect.Left() =-R.Right(); in NbcRotate()
1505 aOutRect.Right() =-R.Left(); in NbcRotate()
1506 aOutRect.Top() =-R.Bottom(); in NbcRotate()
1507 aOutRect.Bottom()=-R.Top(); in NbcRotate()
1509 aOutRect.Left() =R.Top(); in NbcRotate()
1510 aOutRect.Right() =R.Bottom(); in NbcRotate()
1511 aOutRect.Top() =-R.Right(); in NbcRotate()
1512 aOutRect.Bottom()=-R.Left(); in NbcRotate()
1525 Rectangle R(aOutRect); in NbcMirror() local
1529 aOutRect.Left() =-R.Right(); in NbcMirror()
1530 aOutRect.Right()=-R.Left(); in NbcMirror()
1532 aOutRect.Top() =-R.Bottom(); in NbcMirror()
1533 aOutRect.Bottom()=-R.Top(); in NbcMirror()
1535 aOutRect.Left() =R.Top(); in NbcMirror()
1536 aOutRect.Right() =R.Bottom(); in NbcMirror()
1537 aOutRect.Top() =R.Left(); in NbcMirror()
1538 aOutRect.Bottom()=R.Right(); in NbcMirror()
1540 aOutRect.Left() =-R.Bottom(); in NbcMirror()
1541 aOutRect.Right() =-R.Top(); in NbcMirror()
1542 aOutRect.Top() =-R.Right(); in NbcMirror()
1543 aOutRect.Bottom()=-R.Left(); in NbcMirror()