Lines Matching refs:maLastPoint
78 maLastPoint(), in PaintOverlayHandler()
314 maLastPoint.setX( e.X ); in handleMouseEntered()
315 maLastPoint.setY( e.Y ); in handleMouseEntered()
348 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()
349 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
351 aPoly.append( maLastPoint ); in handleMouseDragged()
353 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()
354 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged()
356 aPoly.append( maLastPoint ); in handleMouseDragged()
357 maLastPoint.setX( e.X+mnSize ); in handleMouseDragged()
358 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged()
360 aPoly.append( maLastPoint ); in handleMouseDragged()
361 maLastPoint.setX( e.X+mnSize ); in handleMouseDragged()
362 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
364 aPoly.append( maLastPoint ); in handleMouseDragged()
365 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()
366 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
368 aPoly.append( maLastPoint ); in handleMouseDragged()
411 maLastPoint.setX( e.X ); in handleMouseDragged()
412 maLastPoint.setY( e.Y ); in handleMouseDragged()
417 aPoly.append( maLastPoint ); in handleMouseDragged()
419 maLastPoint.setX( e.X ); in handleMouseDragged()
420 maLastPoint.setY( e.Y ); in handleMouseDragged()
422 aPoly.append( maLastPoint ); in handleMouseDragged()
473 basegfx::B2DPoint maLastPoint; member in slideshow::internal::PaintOverlayHandler