Home
last modified time | relevance | path

Searched refs:maLastPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx78 maLastPoint(), in PaintOverlayHandler()
314 maLastPoint.setX( e.X ); in handleMouseEntered()
315 maLastPoint.setY( e.Y ); in handleMouseEntered()
351 aPoly.append( maLastPoint ); 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()
[all …]
/trunk/main/tools/source/generic/
H A Dpoly.cxx1440 Point maLastPoint; member in ImplEdgePointFilter
1462 { return maFirstPoint == maLastPoint; } in IsPolygon()
1484 long lx = maLastPoint.X(); in EdgeSection()
1485 long ly = maLastPoint.Y(); in EdgeSection()
1558 else if ( rPoint == maLastPoint ) in Input()
1574 maLastPoint = rPoint; in Input()

Completed in 32 milliseconds