Lines Matching refs:maLocation
80 maLocation(0,0), in PresenterTextView()
125 maLocation(0,0), in PresenterTextView()
245 maLocation = rLocation; in SetLocation()
254 maLocation.X - mnLeftOffset, in SetLocation()
255 maLocation.Y - mnTopOffset); in SetLocation()
314 SetLocation(maLocation); in SetOffset()
423 double nX (maLocation.X - mnLeftOffset); in Paint()
424 double nY (maLocation.Y - mnTopOffset); in Paint()
426 PresenterGeometryHelper::Round(maLocation.X)-nAdditionalLeftBorder, rUpdateBox.X)); in Paint()
428 PresenterGeometryHelper::Round(maLocation.Y), rUpdateBox.Y)); in Paint()
430 …PresenterGeometryHelper::Round(maLocation.X+maSize.Width)+nAdditionalRightBorder, rUpdateBox.X+rUp… in Paint()
432 … PresenterGeometryHelper::Round(maLocation.Y+maSize.Height), rUpdateBox.Y+rUpdateBox.Height)); in Paint()