Searched refs:maLastPoint (Results 1 – 2 of 2) sorted by relevance
78 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 …]
1440 Point maLastPoint; member in ImplEdgePointFilter1462 { 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 37 milliseconds