Lines Matching refs:rPt2
1225 Point& rPt1, Point& rPt2, Size& rInc, Point& rEndPt1 ) in ImplCalcHatchValues() argument
1240 rPt2 = rRect.TopRight(); in ImplCalcHatchValues()
1249 rPt2.Y() -= nOffset; in ImplCalcHatchValues()
1255 rPt2 = rRect.BottomLeft(); in ImplCalcHatchValues()
1264 rPt2.X() -= nOffset; in ImplCalcHatchValues()
1278 rPt2 = Point( rRect.Right(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1285 rPt2 = Point( rRect.Left(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1296 rPt2.Y() -= nOffset; in ImplCalcHatchValues()
1310 rPt2 = Point( rRect.Left() - nXOff, rRect.Bottom() ); in ImplCalcHatchValues()
1317 rPt2 = Point( rRect.Left() - nXOff, rRect.Top() ); in ImplCalcHatchValues()
1328 rPt2.X() -= nOffset; in ImplCalcHatchValues()