Lines Matching refs:e2
278 Point e1,e2; // the common edge between the item rect and the floating window in ImplCalcPos() local
340 e2 = devRect.BottomLeft(); in ImplCalcPos()
342 e2.X()++; in ImplCalcPos()
345 e2.Y()--; in ImplCalcPos()
364 e2 = devRect.BottomRight(); in ImplCalcPos()
366 e2.X()++; in ImplCalcPos()
369 e2.Y()--; in ImplCalcPos()
380 e2 = devRect.TopRight(); in ImplCalcPos()
382 e2.Y()++; in ImplCalcPos()
385 e2.X()--; in ImplCalcPos()
395 e2 = devRect.BottomRight(); in ImplCalcPos()
397 e2.Y()++; in ImplCalcPos()
400 e2.X()--; in ImplCalcPos()
453 Rectangle( e1, e2 ); in ImplCalcPos()